aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30trivial: fix typo "kernal" -> "kernel"Uwe Kleine-Koenig1-1/+1
2009-03-28fix setuid sometimes wouldn'tHugh Dickins1-34/+16
2009-03-28fix setuid sometimes doesn'tHugh Dickins3-9/+5
2009-03-28compat_do_execve should unshare_filesHugh Dickins1-1/+11
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds68-446/+386
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6Linus Torvalds56-654/+815
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds6-112/+175
2009-03-27fs: avoid I_NEW inodesNick Piggin4-11/+19
2009-03-27Merge code for single and multiple-instance mountsSukadev Bhattiprolu1-73/+40
2009-03-27Remove get_init_pts_sb()Sukadev Bhattiprolu1-19/+6
2009-03-27Move common mknod_ptmx() calls into callerSukadev Bhattiprolu1-19/+17
2009-03-27Parse mount options just once and copy them to super blockSukadev Bhattiprolu1-78/+22
2009-03-27Unroll essentials of do_remount_sb() into devptsSukadev Bhattiprolu1-1/+6
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu8-12/+20
2009-03-27fs: move bdev code out of buffer.cNick Piggin2-145/+146
2009-03-27constify dentry_operations: restAl Viro3-3/+3
2009-03-27constify dentry_operations: configfsAl Viro1-1/+1
2009-03-27constify dentry_operations: sysfsAl Viro1-1/+1
2009-03-27constify dentry_operations: JFSAl Viro2-3/+3
2009-03-27constify dentry_operations: OCFS2Al Viro2-2/+2
2009-03-27constify dentry_operations: GFS2Al Viro2-2/+2
2009-03-27constify dentry_operations: FATAl Viro2-3/+3
2009-03-27constify dentry_operations: FUSEAl Viro2-2/+2
2009-03-27constify dentry_operations: procfsAl Viro3-6/+6
2009-03-27constify dentry_operations: ecryptfsAl Viro2-2/+2
2009-03-27constify dentry_operations: CIFSAl Viro2-4/+4
2009-03-27constify dentry_operations: AFSAl Viro1-1/+1
2009-03-27constify dentry_operations: autofs, autofs4Al Viro3-4/+4
2009-03-27constify dentry_operations: 9pAl Viro2-4/+4
2009-03-27constify dentry_operations: misc filesystemsAl Viro17-22/+21
2009-03-27constify dentry_operations: NFSAl Viro2-3/+3
2009-03-27devpts: Must release s_umount on errorSukadev Bhattiprolu1-0/+2
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan1-5/+0
2009-03-27ufs: copy symlink data into the correct union memberDuane Griffin1-1/+1
2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+4
2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2-22/+17
2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin1-0/+11
2009-03-27cleanup may_openChristoph Hellwig1-14/+12
2009-03-27cleanup d_add_ciChristoph Hellwig1-30/+18
2009-03-27generic compat_sys_ustatChristoph Hellwig1-0/+28
2009-03-27affs: fix missing unlocks in affs_remove_linkChristoph Hellwig1-2/+6
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds6-46/+39
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-30/+71
2009-03-26Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-104/+95
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-4/+9
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds15-111/+397
2009-03-26ext3: Avoid starting a transaction in writepage when not necessaryJan Kara1-5/+13
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller110-2745/+2251
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds7-25/+323
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds46-2493/+1347