aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman2015-10-131-2/+27
* vfs: Fix vfsmount_lock imbalance in path_init()Ben Hutchings2015-02-201-0/+1
* be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro2014-11-051-2/+13
* vfs: Fold follow_mount_rcu() into follow_dotdot_rcu()Ben Hutchings2014-11-051-14/+9
* don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro2014-11-051-16/+17
* vfs: fix double put after complete_walk()Miklos Szeredi2012-03-191-1/+1
* vfs: fix return value from do_last()Miklos Szeredi2012-03-191-1/+1
* vfs: fix d_inode_lookup() dentry ref leakMiklos Szeredi2012-02-291-1/+3
* VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro2011-11-071-1/+15
* readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2011-11-021-5/+13
* leases: fix write-open/read-lease raceJ. Bruce Fields2011-10-281-4/+1
* vfs: add a comment to inode_permission()Andreas Gruenbacher2011-10-281-2/+4
* vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher2011-10-281-2/+0
* vfs: indicate that the permission functions take all the MAY_* flagsAndreas Gruenbacher2011-10-281-2/+2
* vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds2011-09-271-6/+0
* vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds2011-09-261-1/+1
* restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()Al Viro2011-09-141-0/+4
* vfs: automount should ignore LOOKUP_FOLLOWMiklos Szeredi2011-09-091-18/+15
* vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds2011-08-071-2/+2
* Fix POSIX ACL permission checkAri Savolainen2011-08-071-1/+1
* vfs: optimize inode cache access patternsLinus Torvalds2011-08-061-10/+66
* RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedAl Viro2011-08-031-11/+6
* VFS: Fix automount for negative autofs dentriesDavid Howells2011-08-011-9/+15
* vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not setLinus Torvalds2011-07-251-0/+2
* vfs: make gcc generate more obvious code for acl permission checkingLinus Torvalds2011-07-251-1/+1
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-11/+13
* vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-251-3/+49
* VFS: Fixup kerneldoc for generic_permission()Tobias Klauser2011-07-201-1/+0
* unexport kern_path_parent()Al Viro2011-07-201-1/+0
* switch vfs_path_lookup() to struct pathAl Viro2011-07-201-5/+11
* kill lookup_create()Al Viro2011-07-201-36/+18
* new helpers: kern_path_create/user_path_createAl Viro2011-07-201-78/+76
* kill LOOKUP_CONTINUEAl Viro2011-07-201-8/+3
* don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-201-19/+2
* Don't pass nameidata when calling vfs_create() from mknod()Al Viro2011-07-201-1/+1
* merge do_revalidate() into its only callerAl Viro2011-07-201-24/+18
* no reason to keep exec_permission() separate nowAl Viro2011-07-201-41/+4
* massage generic_permission() to treat directories on a separate pathAl Viro2011-07-201-4/+13
* ->permission() sanitizing: don't pass flags to exec_permission()Al Viro2011-07-201-10/+7
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-2/+2
* ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-5/+5
* ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-201-2/+2
* ->permission() sanitizing: MAY_NOT_BLOCKAl Viro2011-07-201-2/+5
* kill check_acl callback of generic_permission()Al Viro2011-07-201-10/+7
* lockless get_write_access/deny_write_accessAl Viro2011-07-201-46/+0
* move exec_permission() up to the rest of permission-related functionsAl Viro2011-07-201-34/+38
* kill file_permission() completelyAl Viro2011-07-201-18/+0
* switch path_init() to exec_permission()Al Viro2011-07-201-1/+1
* make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC)Al Viro2011-07-201-9/+9