Age | Commit message (Expand) | Author | Files | Lines |
2011-01-13 | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 18 | -698/+347 |
2011-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 94 | -396/+740 |
2011-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 9 | -51/+80 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 11 | -16/+16 |
2011-01-13 | cramfs: generate unique inode number for better inode cache usage | Stefani Seibold | 1 | -41/+69 |
2011-01-13 | aio: remove unused aio_run_iocbs() | Jeff Moyer | 1 | -22/+5 |
2011-01-13 | aio: remove unnecessary check | Namhyung Kim | 1 | -1/+1 |
2011-01-13 | fs/char_dev.c: remove unused cdev_index() | Namhyung Kim | 1 | -13/+0 |
2011-01-13 | /proc/kcore: fix seeking | Dave Anderson | 1 | -1/+1 |
2011-01-13 | proc: move proc_console.c to fs/proc/consoles.c | Alexey Dobriyan | 2 | -3/+3 |
2011-01-13 | proc: less LOCK/UNLOCK in remove_proc_entry() | Alexey Dobriyan | 1 | -4/+1 |
2011-01-13 | kpagecount: add slab page checking because _mapcount is in a union | Petr Holasek | 1 | -1/+1 |
2011-01-13 | proc: use single_open() correctly | Jovi Zhang | 1 | -26/+3 |
2011-01-13 | proc: ->low_ino cleanup | Alexey Dobriyan | 3 | -15/+6 |
2011-01-13 | proc: use seq_puts()/seq_putc() where possible | Alexey Dobriyan | 6 | -31/+31 |
2011-01-13 | proc: use unsigned long inside /proc/*/statm | Alexey Dobriyan | 4 | -9/+12 |
2011-01-13 | fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %ps | Joe Perches | 1 | -14/+8 |
2011-01-13 | reiserfs: make sure va_end() is always called after va_start(). | Jesper Juhl | 1 | -2/+2 |
2011-01-13 | befs: don't pass huge structs by value | Jesper Juhl | 2 | -9/+9 |
2011-01-13 | pipe: use event aware wakeups | Davide Libenzi | 1 | -5/+5 |
2011-01-13 | binfmt_elf: cleanups | Mikael Pettersson | 1 | -14/+9 |
2011-01-13 | epoll: convert max_user_watches to long | Robin Holt | 1 | -8/+12 |
2011-01-13 | fs/select.c: fix information leak to userspace | Vasiliy Kulikov | 1 | -0/+2 |
2011-01-13 | fs/ext4/inode.c: use pr_warn_ratelimited() | Andrew Morton | 1 | -1/+2 |
2011-01-13 | Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core | Jens Axboe | 2 | -96/+34 |
2011-01-12 | Gfs2: fail if we try to use hole punch | Josef Bacik | 1 | -0/+4 |
2011-01-12 | Btrfs: fail if we try to use hole punch | Josef Bacik | 1 | -0/+4 |
2011-01-12 | Ext4: fail if we try to use hole punch | Josef Bacik | 1 | -0/+4 |
2011-01-12 | Ocfs2: handle hole punching via fallocate properly | Josef Bacik | 1 | -2/+6 |
2011-01-12 | XFS: handle hole punching via fallocate properly | Josef Bacik | 1 | -2/+5 |
2011-01-12 | fs: add hole punching to fallocate | Josef Bacik | 1 | -1/+6 |
2011-01-12 | vfs: pass struct file to do_truncate on O_TRUNC opens (try #2) | Jeff Layton | 1 | -3/+4 |
2011-01-12 | fix signedness mess in rw_verify_area() on 64bit architectures | Al Viro | 1 | -16/+11 |
2011-01-12 | fs: fix kernel-doc for dcache::prepend_path | Randy Dunlap | 1 | -2/+1 |
2011-01-12 | fs: fix kernel-doc for dcache::d_validate | Randy Dunlap | 1 | -1/+1 |
2011-01-12 | sanitize ecryptfs ->mount() | Al Viro | 2 | -88/+68 |
2011-01-12 | switch afs | Al Viro | 3 | -3/+3 |
2011-01-12 | move internal-only parts of ncpfs headers to fs/ncpfs | Al Viro | 14 | -22/+313 |
2011-01-12 | switch ncpfs | Al Viro | 2 | -12/+5 |
2011-01-12 | switch 9p | Al Viro | 4 | -10/+6 |
2011-01-12 | pass default dentry_operations to mount_pseudo() | Al Viro | 4 | -14/+17 |
2011-01-12 | switch hostfs | Al Viro | 1 | -1/+1 |
2011-01-12 | switch affs | Al Viro | 3 | -3/+7 |
2011-01-12 | switch configfs | Al Viro | 3 | -5/+3 |
2011-01-12 | take coda-private headers out of include/linux | Al Viro | 13 | -24/+198 |
2011-01-12 | switch coda | Al Viro | 2 | -3/+2 |
2011-01-12 | switch hpfs | Al Viro | 4 | -9/+3 |
2011-01-12 | switch btrfs, close races | Al Viro | 3 | -12/+3 |
2011-01-12 | switch ocfs2, close races | Al Viro | 3 | -10/+2 |
2011-01-12 | switch gfs2, close races | Al Viro | 3 | -14/+3 |