aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-18/+36
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-11/+20
2011-01-07fs: fs_struct use seqlockNick Piggin1-13/+21
2011-01-07fs: rcu-walk for path lookupNick Piggin1-137/+606
2011-01-07fs: dcache remove dcache_lockNick Piggin1-7/+2
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-2/+3
2010-12-07fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo1-0/+3
2010-10-29fix open/umount raceAl Viro1-0/+2
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25fs: move permission check back into __lookup_hashChristoph Hellwig1-10/+4
2010-08-18fs: brlock vfsmount_lockNick Piggin1-3/+4
2010-08-18fs: remove extra lookup in __lookup_hashNick Piggin1-16/+16
2010-08-18fs: dentry allocation consolidationNick Piggin1-37/+33
2010-08-18fs: fix do_lookup false negativeNick Piggin1-8/+2
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi1-12/+3
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-1/+1
2010-08-02security: make LSMs explicitly mask off permissionsEric Paris1-2/+1
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa1-2/+1
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris1-1/+1
2010-05-27VFS: fix recent breakage of FS_REVAL_DOTNeil Brown1-1/+1
2010-05-21namei.c : update mnt when it neededHuang Shijie1-2/+3
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro1-8/+13
2010-05-13vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesJan Kara1-2/+4
2010-03-26Restore LOOKUP_DIRECTORY hint handling in final lookup on open()Al Viro1-8/+10
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06Fix a dumb typo - use of & instead of &&Al Viro1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-16/+0
2010-03-05Switch !O_CREAT case to use of do_last()Al Viro1-61/+66