summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-291-1/+1
* | vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds2012-03-231-3/+3
* | vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds2012-03-221-9/+4Star
* | Fix full_name_hash() behaviour when length is a multiple of 8Al Viro2012-03-221-1/+1
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-0/+6
|\ \
| * | fs/namei.c: fix warnings on 32-bitAndrew Morton2012-03-221-0/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-1/+14
|\ \ \ | |/ / |/| |
| * | switch touch_atime to struct pathAl Viro2012-03-211-1/+1
| * | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-211-0/+13
* | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-2/+2
|\ \ \
| * | | fs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| |/ /
* | | Merge branch 'dcache-word-accesses'Linus Torvalds2012-03-201-0/+122
|\ \ \ | |/ / |/| |
| * | vfs: use 'unsigned long' accesses for dcache name comparison and hashingLinus Torvalds2012-03-091-0/+122
* | | 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-031-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-141-1/+3
* audit: do not call audit_getname on errorEric Paris2012-01-171-15/+13Star
*-. Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-071-9/+9
|\ \
| * | switch open and mkdir syscalls to umode_tAl Viro2012-01-041-3/+3
| * | switch may_mknod() to umode_tAl Viro2012-01-041-1/+1
| * | switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
| * | switch ->create() to umode_tAl Viro2012-01-041-1/+1
| * | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
| * | switch sys_mknodat(2) to umode_tAl Viro2012-01-041-2/+2
| |/
* | vfs: move mnt_mountpoint to struct mountAl Viro2012-01-041-2/+2
* | vfs: now it can be done - make mnt_parent point to struct mountAl Viro2012-01-041-11/+13
* | vfs: mnt_parent moved to struct mountAl Viro2012-01-041-2/+2
* | vfs: spread struct mount - __lookup_mnt() resultAl Viro2012-01-041-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/+1Star
* 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/+0Star
* 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/+0Star
* vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds2011-09-271-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-101-18/+15Star
* 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-071-10/+66
* RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedAl Viro2011-08-031-11/+6Star
* 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-261-0/+2
* vfs: make gcc generate more obvious code for acl permission checkingLinus Torvalds2011-07-261-1/+1
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-11/+13