aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2011-04-21vfs: Fix absolute RCU path walk failures due to uninitialized seq numberTim Chen
2011-03-08nd->inode is not set on the second attempt in path_walk()Al Viro
2011-03-04minimal fix for do_filp_open() raceAl Viro
2011-02-16vfs: fix BUG_ON() in fs/namei.c:1461Linus Torvalds
2011-02-15get rid of nameidata_dentry_drop_rcu() calling nameidata_drop_rcu()Al Viro
2011-02-15drop out of RCU in return_revalAl Viro
2011-02-15split do_revalidate() into RCU and non-RCU casesAl Viro
2011-02-15in do_lookup() split RCU and non-RCU cases of need_revalidateAl Viro
2011-02-15nothing in do_follow_link() is going to see RCUAl Viro
2011-02-11Fix possible filp_cachep memory corruptionLinus Torvalds
2011-01-18vfs - fix dentry ref count in do_lookup()Ian Kent
2011-01-17Take the completion of automount into new helperAl Viro
2011-01-16sanitize vfsmount refcounting changesAl Viro
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells
2011-01-15Remove a further kludge from __do_follow_link()David Howells
2011-01-15Remove the automount through follow_link() kludge code from pathwalkDavid Howells
2011-01-15Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells
2011-01-15do_lookup() fixAl Viro
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-14fs: namei fix ->put_link on wrong inode in do_filp_openNick Piggin
2011-01-13Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-14fs: fix do_last error case when need_reval_dotJ. R. Okajima
2011-01-14fs: fix dropping of rcu-walk from force_reval_pathNick Piggin
2011-01-14fs: force_reval_path drop rcu-walk before d_invalidateNick Piggin
2011-01-12vfs: pass struct file to do_truncate on O_TRUNC opens (try #2)Jeff Layton
2011-01-10fs: fix namei.c kernel-doc notationRandy Dunlap
2011-01-07fs: scale mntget/mntputNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: fs_struct use seqlockNick Piggin
2011-01-07fs: rcu-walk for path lookupNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2010-12-07fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo
2010-10-29fix open/umount raceAl Viro
2010-10-25new helper: ihold()Al Viro
2010-10-25fs: move permission check back into __lookup_hashChristoph Hellwig
2010-08-18fs: brlock vfsmount_lockNick Piggin
2010-08-18fs: remove extra lookup in __lookup_hashNick Piggin
2010-08-18fs: dentry allocation consolidationNick Piggin
2010-08-18fs: fix do_lookup false negativeNick Piggin
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-02security: make LSMs explicitly mask off permissionsEric Paris
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa