aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20fix comment in generic_permission()Al Viro1-1/+2
2011-06-20kill obsolete comment for follow_down()Al Viro1-3/+0
2011-06-16VFS: Fix vfsmount overput on simultaneous automountAl Viro1-8/+16
2011-06-16fix wrong iput on d_inode introduced by e6bc45d65dTörök Edwin1-1/+3
2011-06-07vfs: make unlink() and rmdir() return ENOENT in preference to EROFSTheodore Ts'o1-4/+7
2011-05-30vfs: shrink_dcache_parent before rmdir, dir renameSage Weil1-0/+3
2011-05-27Lift the check for automount points into do_lookup()Al Viro1-5/+5
2011-05-27Trim excessive arguments of follow_mount_rcu()Al Viro1-18/+8
2011-05-27split __follow_mount_rcu() into normal and .. casesAl Viro1-9/+26
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-242/+138
2011-05-26vfs: clean up vfs_rename_otherSage Weil1-11/+14
2011-05-26vfs: clean up vfs_rename_dirSage Weil1-11/+15
2011-05-26vfs: clean up vfs_rmdirSage Weil1-14/+17
2011-05-26vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystemsMiklos Szeredi1-2/+0
2011-05-26vfs: update dentry_unhash() commentSage Weil1-4/+4
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-10/+2
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-1/+0
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil1-4/+1
2011-05-26vfs: dentry_unhash immediately prior to rmdirSage Weil1-2/+2
2011-05-26merge handle_reval_dot and nameidata_drop_rcu_lastAl Viro1-81/+40
2011-05-26consolidate nameidata_..._drop_rcu()Al Viro1-105/+46
2011-05-21VFS: move BUG_ON test for symlink nd->depth after current->link_count testErez Zadok1-1/+1
2011-05-13vfs: micro-optimize acl_permission_check()Linus Torvalds1-1/+1
2011-04-15vfs: Fix absolute RCU path walk failures due to uninitialized seq numberTim Chen1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24vfs - check non-mountpoint dentry might block in __follow_mount_rcu()Ian Kent1-5/+18
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+5
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-23userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn1-5/+16
2011-03-23fix leaks in path_lookupat()Al Viro1-2/+5
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro1-4/+3
2011-03-18don't pass 'mounting_here' flag to follow_down()Al Viro1-2/+2
2011-03-16fix follow_link() breakageAl Viro1-4/+3
2011-03-15tidy the trailing symlinks traversal upAl Viro1-45/+26
2011-03-15Turn resolution of trailing symlinks iterative everywhereAl Viro1-54/+50
2011-03-15simplify link_path_walk() tailAl Viro1-7/+1
2011-03-15Make trailing symlink resolution in path_lookupat() iterativeAl Viro1-10/+53
2011-03-15update nd->inode in __do_follow_link() instead of after do_follow_link()Al Viro1-3/+2
2011-03-15pull handling of one pathname component into a helperAl Viro1-68/+55
2011-03-15fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCHAneesh Kumar K.V1-4/+16
2011-03-15Allow O_PATH for symlinksAl Viro1-6/+19
2011-03-15New kind of open files - "location only".Al Viro1-1/+1
2011-03-15fs: Don't allow to create hardlink for deleted fileAneesh Kumar K.V1-1/+5
2011-03-14New AT_... flag: AT_EMPTY_PATHAl Viro1-10/+19
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-28/+52
2011-03-14reduce vfs_path_lookup() to do_path_lookup()Al Viro1-52/+43
2011-03-14untangle do_lookup()Al Viro1-85/+56
2011-03-14path_openat: clean ELOOP handling a bitAl Viro1-8/+6
2011-03-14do_last: kill a rudiment of old ->d_revalidate() workaroundAl Viro1-5/+0
2011-03-14fold __open_namei_create() and open_will_truncate() into do_last()Al Viro1-48/+26