Age | Commit message (Expand) | Author | Files | Lines |
2009-03-28 | fix setuid sometimes wouldn't | Hugh Dickins | 1 | -34/+16 |
2009-03-28 | fix setuid sometimes doesn't | Hugh Dickins | 3 | -9/+5 |
2009-03-28 | compat_do_execve should unshare_files | Hugh Dickins | 1 | -1/+11 |
2009-03-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 68 | -446/+386 |
2009-03-27 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 56 | -654/+815 |
2009-03-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 6 | -112/+175 |
2009-03-27 | fs: avoid I_NEW inodes | Nick Piggin | 4 | -11/+19 |
2009-03-27 | Merge code for single and multiple-instance mounts | Sukadev Bhattiprolu | 1 | -73/+40 |
2009-03-27 | Remove get_init_pts_sb() | Sukadev Bhattiprolu | 1 | -19/+6 |
2009-03-27 | Move common mknod_ptmx() calls into caller | Sukadev Bhattiprolu | 1 | -19/+17 |
2009-03-27 | Parse mount options just once and copy them to super block | Sukadev Bhattiprolu | 1 | -78/+22 |
2009-03-27 | Unroll essentials of do_remount_sb() into devpts | Sukadev Bhattiprolu | 1 | -1/+6 |
2009-03-27 | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 8 | -12/+20 |
2009-03-27 | fs: move bdev code out of buffer.c | Nick Piggin | 2 | -145/+146 |
2009-03-27 | constify dentry_operations: rest | Al Viro | 3 | -3/+3 |
2009-03-27 | constify dentry_operations: configfs | Al Viro | 1 | -1/+1 |
2009-03-27 | constify dentry_operations: sysfs | Al Viro | 1 | -1/+1 |
2009-03-27 | constify dentry_operations: JFS | Al Viro | 2 | -3/+3 |
2009-03-27 | constify dentry_operations: OCFS2 | Al Viro | 2 | -2/+2 |
2009-03-27 | constify dentry_operations: GFS2 | Al Viro | 2 | -2/+2 |
2009-03-27 | constify dentry_operations: FAT | Al Viro | 2 | -3/+3 |
2009-03-27 | constify dentry_operations: FUSE | Al Viro | 2 | -2/+2 |
2009-03-27 | constify dentry_operations: procfs | Al Viro | 3 | -6/+6 |
2009-03-27 | constify dentry_operations: ecryptfs | Al Viro | 2 | -2/+2 |
2009-03-27 | constify dentry_operations: CIFS | Al Viro | 2 | -4/+4 |
2009-03-27 | constify dentry_operations: AFS | Al Viro | 1 | -1/+1 |
2009-03-27 | constify dentry_operations: autofs, autofs4 | Al Viro | 3 | -4/+4 |
2009-03-27 | constify dentry_operations: 9p | Al Viro | 2 | -4/+4 |
2009-03-27 | constify dentry_operations: misc filesystems | Al Viro | 17 | -22/+21 |
2009-03-27 | constify dentry_operations: NFS | Al Viro | 2 | -3/+3 |
2009-03-27 | devpts: Must release s_umount on error | Sukadev Bhattiprolu | 1 | -0/+2 |
2009-03-27 | do_pipe cleanup: drop its last user in arch/alpha/ | Cheng Renquan | 1 | -5/+0 |
2009-03-27 | ufs: copy symlink data into the correct union member | Duane Griffin | 1 | -1/+1 |
2009-03-27 | ufs: ensure fast symlinks are NUL-terminated | Duane Griffin | 1 | -2/+4 |
2009-03-27 | ufs: don't truncate longer ufs2 fast symlinks | Duane Griffin | 2 | -22/+17 |
2009-03-27 | ufs: validate maximum fast symlink size from superblock | Duane Griffin | 1 | -0/+11 |
2009-03-27 | cleanup may_open | Christoph Hellwig | 1 | -14/+12 |
2009-03-27 | cleanup d_add_ci | Christoph Hellwig | 1 | -30/+18 |
2009-03-27 | generic compat_sys_ustat | Christoph Hellwig | 1 | -0/+28 |
2009-03-27 | affs: fix missing unlocks in affs_remove_link | Christoph Hellwig | 1 | -2/+6 |
2009-03-26 | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 6 | -46/+39 |
2009-03-26 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -30/+71 |
2009-03-26 | Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 5 | -104/+95 |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2 | -4/+9 |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 15 | -111/+397 |
2009-03-26 | ext3: Avoid starting a transaction in writepage when not necessary | Jan Kara | 1 | -5/+13 |
2009-03-26 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 110 | -2745/+2251 |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 7 | -25/+323 |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 46 | -2493/+1347 |
2009-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 5 | -7/+43 |