summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2011-03-14make handle_dots() leave RCU mode on errorAl Viro
2011-03-14clear RCU on all failure exits from link_path_walk()Al Viro
2011-03-14pull handling of . and .. into inlined helperAl Viro
2011-03-14kill out_dput: in link_path_walk()Al Viro
2011-03-14separate -ESTALE/-ECHILD retries in do_filp_open() from real workAl Viro
2011-03-14switch do_filp_open() to struct open_flagsAl Viro
2011-03-14Collect "operation mode" arguments of do_last() into a structureAl Viro
2011-03-14clean up the failure exits after __do_follow_link() in do_filp_open()Al Viro
2011-03-14pull security_inode_follow_link() into __do_follow_link()Al Viro
2011-03-14pull dropping RCU on success of link_path_walk() into path_lookupat()Al Viro
2011-03-14untangle the "need_reval_dot" messAl Viro
2011-03-14merge component type recognitionAl Viro
2011-03-14merge path_init and path_init_rcuAl Viro
2011-03-14sanitize path_walk() messAl Viro
2011-03-14take RCU-dependent stuff around exec_permission() into a new helperAl Viro
2011-03-14kill path_lookup()Al Viro
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