aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-25codafs: fix build break when CONFIG_PROC_SYSCTL=nRakib Mullick1-0/+9
2011-03-25Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds19-252/+1600
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds15-348/+450
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds18-516/+586
2011-03-24fs: simplify iget & friendsChristoph Hellwig1-179/+83
2011-03-24fs: pull inode->i_lock up out of writeback_single_inodeDave Chinner1-7/+11
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner5-55/+63
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner4-38/+59
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner6-56/+67
2011-03-24fs: remove inode_lock from iput_final and prune_icacheDave Chinner2-15/+4
2011-03-24fs: Lock the inode LRU list separatelyDave Chinner1-9/+30
2011-03-24fs: factor inode disposalDave Chinner1-63/+41
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner7-72/+169
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust16-190/+1190
2011-03-24Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFOWeston Andros Adamson6-84/+226
2011-03-24NFSv4.1 convert layoutcommit sync to booleanAndy Adamson6-10/+12
2011-03-24NFSv4.1 pnfs_layoutcommit_inode fixesAndy Adamson1-11/+19
2011-03-24autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd()Jesper Juhl1-0/+4
2011-03-24autofs4 - remove autofs4_lockIan Kent4-31/+20
2011-03-24autofs4 - fix d_manage() return on rcu-walkIan Kent1-0/+2
2011-03-24autofs4 - fix autofs4_expire_indirect() traversalIan Kent1-1/+51
2011-03-24autofs4 - fix dentry leak in autofs4_expire_direct()Ian Kent1-4/+3
2011-03-24autofs4 - reinstate last used update on accessIan Kent2-34/+14
2011-03-24vfs - check non-mountpoint dentry might block in __follow_mount_rcu()Ian Kent1-5/+18
2011-03-24NFS: Determine initial mount securityBryan Schumaker1-2/+31
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker5-11/+142
2011-03-24NFS: Add secinfo procedureBryan Schumaker2-0/+170
2011-03-24NFS: lookup supports alternate clientBryan Schumaker7-48/+59
2011-03-24NFS: convert call_sync() to a functionBryan Schumaker1-23/+30
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds64-445/+116
2011-03-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-3/+12
2011-03-24Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds6-18/+12
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-106/+126
2011-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds11-35/+126
2011-03-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds6-64/+250
2011-03-24UBIFS: fix assertion warning and refine commentsArtem Bityutskiy1-4/+7
2011-03-24UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKSArtem Bityutskiy1-9/+0
2011-03-24UBIFS: use GFP_NOFS properlyArtem Bityutskiy4-5/+5
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds5-81/+138
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn28-42/+45
2011-03-23userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn2-5/+33
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov3-6/+4
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman1-18/+7
2011-03-23sysctl: add some missing input constraint checksPetr Holasek1-1/+5
2011-03-23proc: protect mm start_code/end_code in /proc/pid/statKees Cook1-2/+2
2011-03-23proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan1-4/+4
2011-03-23procfs: fix some wrong error code usageJovi Zhang1-2/+5
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen1-2/+2
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov1-1/+1
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita2-0/+82