aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-14switch non-create side of open() to use of do_last()Al Viro1-33/+67
2011-03-14get rid of nd->fileAl Viro1-8/+7
2011-03-14get rid of the last LOOKUP_RCU dependencies in link_path_walk()Al Viro1-8/+13
2011-03-14make nameidata_dentry_drop_rcu_maybe() always leave RCU modeAl Viro1-5/+11
2011-03-14make handle_dots() leave RCU mode on errorAl Viro1-11/+12
2011-03-14clear RCU on all failure exits from link_path_walk()Al Viro1-14/+16
2011-03-14pull handling of . and .. into inlined helperAl Viro1-14/+16
2011-03-14kill out_dput: in link_path_walk()Al Viro1-11/+4
2011-03-14separate -ESTALE/-ECHILD retries in do_filp_open() from real workAl Viro1-29/+20
2011-03-14switch do_filp_open() to struct open_flagsAl Viro1-79/+9
2011-03-14Collect "operation mode" arguments of do_last() into a structureAl Viro1-22/+35
2011-03-14clean up the failure exits after __do_follow_link() in do_filp_open()Al Viro1-8/+5
2011-03-14pull security_inode_follow_link() into __do_follow_link()Al Viro1-6/+7
2011-03-14pull dropping RCU on success of link_path_walk() into path_lookupat()Al Viro1-18/+12
2011-03-14untangle the "need_reval_dot" messAl Viro1-63/+44
2011-03-14merge component type recognitionAl Viro1-26/+22
2011-03-14merge path_init and path_init_rcuAl Viro1-83/+35
2011-03-14sanitize path_walk() messAl Viro1-92/+56
2011-03-14take RCU-dependent stuff around exec_permission() into a new helperAl Viro1-11/+14
2011-03-14kill path_lookup()Al Viro1-4/+3
2011-03-08nd->inode is not set on the second attempt in path_walk()Al Viro1-0/+1
2011-03-04minimal fix for do_filp_open() raceAl Viro1-3/+10
2011-02-16vfs: fix BUG_ON() in fs/namei.c:1461Linus Torvalds1-5/+4
2011-02-15get rid of nameidata_dentry_drop_rcu() calling nameidata_drop_rcu()Al Viro1-8/+0
2011-02-15drop out of RCU in return_revalAl Viro1-19/+6
2011-02-15split do_revalidate() into RCU and non-RCU casesAl Viro1-17/+30
2011-02-15in do_lookup() split RCU and non-RCU cases of need_revalidateAl Viro1-15/+16
2011-02-15nothing in do_follow_link() is going to see RCUAl Viro1-8/+7
2011-02-11Fix possible filp_cachep memory corruptionLinus Torvalds1-10/+10
2011-01-18vfs - fix dentry ref count in do_lookup()Ian Kent1-1/+3
2011-01-17Take the completion of automount into new helperAl Viro1-26/+5
2011-01-16sanitize vfsmount refcounting changesAl Viro1-24/+0
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-7/+35
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells1-7/+8
2011-01-15Remove a further kludge from __do_follow_link()David Howells1-6/+2
2011-01-15Remove the automount through follow_link() kludge code from pathwalkDavid Howells1-14/+3
2011-01-15Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells1-0/+6
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-2/+70
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells1-56/+170
2011-01-15do_lookup() fixAl Viro1-0/+3
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds1-18/+19
2011-01-14fs: namei fix ->put_link on wrong inode in do_filp_openNick Piggin1-18/+19
2011-01-13Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds1-4/+24
2011-01-14fs: fix do_last error case when need_reval_dotJ. R. Okajima1-4/+6
2011-01-14fs: fix dropping of rcu-walk from force_reval_pathNick Piggin1-0/+8
2011-01-14fs: force_reval_path drop rcu-walk before d_invalidateNick Piggin1-0/+10
2011-01-12vfs: pass struct file to do_truncate on O_TRUNC opens (try #2)Jeff Layton1-3/+4
2011-01-10fs: fix namei.c kernel-doc notationRandy Dunlap1-4/+4
2011-01-07fs: scale mntget/mntputNick Piggin1-0/+24
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-46/+29