aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro
2012-01-03vfs: now it can be done - make mnt_parent point to struct mountAl Viro
2012-01-03vfs: mnt_parent moved to struct mountAl Viro
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro
2012-01-03switch open and mkdir syscalls to umode_tAl Viro
2012-01-03switch may_mknod() to umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03switch sys_mknodat(2) to umode_tAl Viro
2011-11-07VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft
2011-10-28leases: fix write-open/read-lease raceJ. Bruce Fields
2011-10-28vfs: add a comment to inode_permission()Andreas Gruenbacher
2011-10-28vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher
2011-10-28vfs: indicate that the permission functions take all the MAY_* flagsAndreas Gruenbacher
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds
2011-09-26vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds
2011-09-14restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()Al Viro
2011-09-09vfs: automount should ignore LOOKUP_FOLLOWMiklos Szeredi
2011-08-07vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds
2011-08-07Fix POSIX ACL permission checkAri Savolainen
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds
2011-08-03RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedAl Viro
2011-08-01VFS: Fix automount for negative autofs dentriesDavid Howells
2011-07-25vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not setLinus Torvalds
2011-07-25vfs: make gcc generate more obvious code for acl permission checkingLinus Torvalds
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds
2011-07-20VFS: Fixup kerneldoc for generic_permission()Tobias Klauser
2011-07-20unexport kern_path_parent()Al Viro
2011-07-20switch vfs_path_lookup() to struct pathAl Viro
2011-07-20kill lookup_create()Al Viro
2011-07-20new helpers: kern_path_create/user_path_createAl Viro
2011-07-20kill LOOKUP_CONTINUEAl Viro
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-07-20Don't pass nameidata when calling vfs_create() from mknod()Al Viro
2011-07-20merge do_revalidate() into its only callerAl Viro
2011-07-20no reason to keep exec_permission() separate nowAl Viro
2011-07-20massage generic_permission() to treat directories on a separate pathAl Viro
2011-07-20->permission() sanitizing: don't pass flags to exec_permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: MAY_NOT_BLOCKAl Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-07-20lockless get_write_access/deny_write_accessAl Viro
2011-07-20move exec_permission() up to the rest of permission-related functionsAl Viro