aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2012-03-22vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds1-3/+3
2012-03-22vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds1-9/+4
2012-03-22Fix full_name_hash() behaviour when length is a multiple of 8Al Viro1-1/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+6
2012-03-21fs/namei.c: fix warnings on 32-bitAndrew Morton1-0/+6
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+14
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-2/+2
2012-03-20switch touch_atime to struct pathAl Viro1-1/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+13
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-19Merge branch 'dcache-word-accesses'Linus Torvalds1-0/+122
2012-03-10vfs: fix return value from do_last()Miklos Szeredi1-1/+1
2012-03-10vfs: fix double put after complete_walk()Miklos Szeredi1-1/+1
2012-03-08vfs: use 'unsigned long' accesses for dcache name comparison and hashingLinus Torvalds1-0/+122
2012-03-02vfs: export full_name_hash() function to modulesLinus Torvalds1-0/+1
2012-03-02vfs: split up name hashing in link_path_walk() into helper functionLinus Torvalds1-18/+34
2012-03-02vfs: uninline full_name_hash()Linus Torvalds1-4/+9
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-02-13vfs: fix d_inode_lookup() dentry ref leakMiklos Szeredi1-1/+3
2012-01-17audit: do not call audit_getname on errorEric Paris1-15/+13
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro1-9/+9
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro1-2/+2
2012-01-03vfs: now it can be done - make mnt_parent point to struct mountAl Viro1-11/+13
2012-01-03vfs: mnt_parent moved to struct mountAl Viro1-2/+2
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro1-6/+7
2012-01-03switch open and mkdir syscalls to umode_tAl Viro1-3/+3
2012-01-03switch may_mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03switch sys_mknodat(2) to umode_tAl Viro1-2/+2
2011-11-07VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro1-1/+15
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft1-5/+13
2011-10-28leases: fix write-open/read-lease raceJ. Bruce Fields1-4/+1
2011-10-28vfs: add a comment to inode_permission()Andreas Gruenbacher1-2/+4
2011-10-28vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher1-2/+0
2011-10-28vfs: indicate that the permission functions take all the MAY_* flagsAndreas Gruenbacher1-2/+2
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds1-6/+0
2011-09-26vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds1-1/+1
2011-09-14restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()Al Viro1-0/+4
2011-09-09vfs: automount should ignore LOOKUP_FOLLOWMiklos Szeredi1-18/+15
2011-08-07vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds1-2/+2
2011-08-07Fix POSIX ACL permission checkAri Savolainen1-1/+1
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds1-10/+66
2011-08-03RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedAl Viro1-11/+6
2011-08-01VFS: Fix automount for negative autofs dentriesDavid Howells1-9/+15
2011-07-25vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not setLinus Torvalds1-0/+2
2011-07-25vfs: make gcc generate more obvious code for acl permission checkingLinus Torvalds1-1/+1
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-11/+13