summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-1/+1
* | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-17/+25
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-06-071-46/+15
|\ \ | |/ |/|
| * fix a regression in atomic_open()Al Viro2016-06-071-3/+7
| * autofs braino fix for do_last()Al Viro2016-06-051-4/+4
| * fix EOPENSTALE bug in do_last()Al Viro2016-06-041-39/+4
* | devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-051-7/+42
|/
* hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin2016-05-291-2/+2
* Rename other copy of hash_string to hashlen_stringGeorge Spelvin2016-05-281-2/+2
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-281-38/+124
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-1/+5
| * fs/namei.c: Improve dcache hash functionGeorge Spelvin2016-05-281-40/+81
| * fs/namei.c: Add hashlen_string() functionGeorge Spelvin2016-05-281-5/+46
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-1/+0
|\ \
| * | xfs: use ->readlink to implement the readlink_by_handle ioctlChristoph Hellwig2016-04-061-1/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-0/+2
|\ \ \
| * | | ima: add support for creating files using the mknodat syscallMimi Zohar2016-05-011-0/+2
* | | | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-171-1/+1
|\ \ \ \
| * | | | constify security_path_{mkdir,mknod,symlink}Al Viro2016-03-281-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-199/+188
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-6/+33
| |\ \ \
| * | | | lookup_open(): lock the parent shared unless O_CREAT is givenAl Viro2016-05-021-3/+9
| * | | | lookup_open(): put the dentry fed to ->lookup() or ->atomic_open() into in-lo...Al Viro2016-05-021-11/+26
| * | | | lookup_open(): expand the call of real_lookup()Al Viro2016-05-021-3/+10
| * | | | atomic_open(): reorder and clean up a bitAl Viro2016-05-021-34/+27
| * | | | lookup_open(): lift the "fallback to !O_CREAT" logics from atomic_open()Al Viro2016-05-021-89/+55
| * | | | atomic_open(): be paranoid about may_open() return valueAl Viro2016-05-021-0/+2
| * | | | atomic_open(): delay open_to_namei_flags() until the method callAl Viro2016-05-021-3/+4
| * | | | do_last(): take fput() on error after opening to out:Al Viro2016-05-021-17/+5
| * | | | do_last(): get rid of duplicate ELOOP checkAl Viro2016-05-021-4/+0
| * | | | atomic_open(): massage the create_error logics a bitAl Viro2016-05-021-23/+20
| * | | | atomic_open(): consolidate "overridden ENOENT" in open-yourself casesAl Viro2016-05-021-8/+1
| * | | | atomic_open(): don't bother with EEXIST check - it's done in do_last()Al Viro2016-05-021-5/+0
| * | | | Merge branch 'for-linus' into work.lookupsAl Viro2016-05-021-16/+4
| |\ \ \ \
| * | | | | lookup_open(): expand the call of vfs_create()Al Viro2016-05-021-9/+12
| * | | | | path_openat(): take O_PATH handling out of do_last()Al Viro2016-05-021-7/+24
| * | | | | parallel lookups: actual switch to rwsemAl Viro2016-05-021-2/+2
| * | | | | parallel lookups machinery, part 4 (and last)Al Viro2016-05-021-1/+2
| * | | | | parallel lookups machinery, part 3Al Viro2016-05-021-25/+19
| * | | | | beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro2016-05-021-0/+4
| * | | | | lookup_slow(): bugger off on IS_DEADDIR() from the very beginningAl Viro2016-05-021-6/+17
| * | | | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-3/+3
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-2/+2
| | * | | | posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-1/+1
| | | |_|/ | | |/| |
* | | | | namei: Improve hash mixing if CONFIG_DCACHE_WORD_ACCESSGeorge Spelvin2016-05-161-7/+26
* | | | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-111-6/+33
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | vfs: add lookup_hash() helperMiklos Szeredi2016-05-101-5/+28
| * | | vfs: rename: check backing inode being equalMiklos Szeredi2016-05-101-1/+5
| |/ /
* / / atomic_open(): fix the handling of create_errorAl Viro2016-04-301-16/+4
|/ /
* / fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_le...Al Viro2016-03-311-4/+6
|/