summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-03-27proc: fix oops on invalid /proc/<pid>/maps accessLinus Torvalds
2011-03-25codafs: fix build break when CONFIG_PROC_SYSCTL=nRakib Mullick
2011-03-25Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24fs: simplify iget & friendsChristoph Hellwig
2011-03-24fs: pull inode->i_lock up out of writeback_single_inodeDave Chinner
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner
2011-03-24fs: remove inode_lock from iput_final and prune_icacheDave Chinner
2011-03-24fs: Lock the inode LRU list separatelyDave Chinner
2011-03-24fs: factor inode disposalDave Chinner
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust
2011-03-24Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFOWeston Andros Adamson
2011-03-24NFSv4.1 convert layoutcommit sync to booleanAndy Adamson
2011-03-24NFSv4.1 pnfs_layoutcommit_inode fixesAndy Adamson
2011-03-24autofs4: Do not potentially dereference NULL pointer returned by fget() in au...Jesper Juhl
2011-03-24autofs4 - remove autofs4_lockIan Kent
2011-03-24autofs4 - fix d_manage() return on rcu-walkIan Kent
2011-03-24autofs4 - fix autofs4_expire_indirect() traversalIan Kent
2011-03-24autofs4 - fix dentry leak in autofs4_expire_direct()Ian Kent
2011-03-24autofs4 - reinstate last used update on accessIan Kent
2011-03-24vfs - check non-mountpoint dentry might block in __follow_mount_rcu()Ian Kent
2011-03-24NFS: Determine initial mount securityBryan Schumaker
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker
2011-03-24NFS: Add secinfo procedureBryan Schumaker
2011-03-24NFS: lookup supports alternate clientBryan Schumaker
2011-03-24NFS: convert call_sync() to a functionBryan Schumaker
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2011-03-24Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2011-03-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2011-03-24UBIFS: fix assertion warning and refine commentsArtem Bityutskiy
2011-03-24UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKSArtem Bityutskiy
2011-03-24UBIFS: use GFP_NOFS properlyArtem Bityutskiy
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-23userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman
2011-03-23sysctl: add some missing input constraint checksPetr Holasek
2011-03-23proc: protect mm start_code/end_code in /proc/pid/statKees Cook
2011-03-23proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan
2011-03-23procfs: fix some wrong error code usageJovi Zhang
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov