summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-10/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-241-0/+1
|\
| * kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-241-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-19/+10
|\ \ | |/ |/|
| * userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman2012-05-031-4/+4
| * userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-071-13/+5
| * vfs: Don't allow a user namespace root to make device nodesEric W. Biederman2012-04-031-2/+1
* | Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Linus Torvalds2012-05-211-3/+16
|\ \
| * | vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds2012-05-041-3/+16
* | | Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds2012-05-211-34/+24
|\ \ \ | |/ / |/| |
| * | VFS: clean up and simplify getname_flags()Linus Torvalds2012-04-281-34/+24
* | | vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds2012-05-031-2/+2
|/ /
* / Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2012-04-061-32/+3
|/
* vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields2012-03-311-1/+1
* vfs: split __lookup_hashMiklos Szeredi2012-03-311-64/+44
* untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro2012-03-311-15/+16
* untangling do_lookup() - switch to calling __lookup_hash()Al Viro2012-03-311-67/+46
* untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro2012-03-311-3/+3
* untangling do_lookup() - merge failure exits in !dentry caseAl Viro2012-03-311-15/+8
* untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro2012-03-311-25/+20
* untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro2012-03-311-6/+1
* untangling do_lookup() - eliminate a loop.Al Viro2012-03-311-4/+8
* untangling do_lookup() - expand the area under ->i_mutexAl Viro2012-03-311-2/+4
* untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro2012-03-311-1/+16
* vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi2012-03-311-6/+5
* vfs: don't revalidate just looked up dentryMiklos Szeredi2012-03-311-3/+1
* vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi2012-03-311-2/+2
* 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-281-1/+1
* | vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds2012-03-221-3/+3
* | vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds2012-03-221-9/+4
* | 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-211-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-201-1/+1
| * | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-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-191-0/+122
|\ \ \ | |/ / |/| |
| * | vfs: use 'unsigned long' accesses for dcache name comparison and hashingLinus Torvalds2012-03-081-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-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