summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-0/+13
* vfs: fix return value from do_last()Miklos Szeredi2012-03-101-1/+1
* vfs: fix double put after complete_walk()Miklos Szeredi2012-03-101-1/+1
* vfs: export full_name_hash() function to modulesLinus Torvalds2012-03-021-0/+1
* vfs: split up name hashing in link_path_walk() into helper functionLinus Torvalds2012-03-021-18/+34
* vfs: uninline full_name_hash()Linus Torvalds2012-03-021-4/+9
* vfs: fix d_inode_lookup() dentry ref leakMiklos Szeredi2012-02-131-1/+3
* audit: do not call audit_getname on errorEric Paris2012-01-171-15/+13
*-. Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-061-9/+9
|\ \
| * | switch open and mkdir syscalls to umode_tAl Viro2012-01-031-3/+3
| * | switch may_mknod() to umode_tAl Viro2012-01-031-1/+1
| * | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
| * | switch ->create() to umode_tAl Viro2012-01-031-1/+1
| * | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
| * | switch sys_mknodat(2) to umode_tAl Viro2012-01-031-2/+2
| |/
* | vfs: move mnt_mountpoint to struct mountAl Viro2012-01-031-2/+2
* | vfs: now it can be done - make mnt_parent point to struct mountAl Viro2012-01-031-11/+13
* | vfs: mnt_parent moved to struct mountAl Viro2012-01-031-2/+2
* | vfs: spread struct mount - __lookup_mnt() resultAl Viro2012-01-031-6/+7
|/
* 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
OpenPOWER on IntegriCloud