summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-041-4/+12
|\
| * vfs: Allow userns root to call mknod on owned filesystems.Eric W. Biederman2018-05-241-1/+2
| * vfs: Don't allow changing the link count of an inode with an invalid uid or gidEric W. Biederman2018-05-241-3/+10
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-3/+1
|\ \
| * | vfs: namei: use path_equal() in follow_dotdot()Danilo Krummrich2018-05-171-3/+1
| |/
* | Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-4/+4
|\ \
| * | rmdir(),rename(): do shrink_dcache_parent() only on successAl Viro2018-05-271-4/+4
| |/
* / Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro2018-06-031-1/+6
|/
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-091-67/+57
|\
| * getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro2018-04-081-1/+2
| * make lookup_one_len() safe to use with directory locked sharedAl Viro2018-04-061-1/+3
| * new helper: __lookup_slow()Al Viro2018-04-061-9/+18
| * merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro2018-04-061-56/+34
* | Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-2/+3
|\ \
| * | audit: add refused symlink to audit_namesRichard Guy Briggs2018-03-211-0/+1
| * | audit: remove path param from link denied functionRichard Guy Briggs2018-03-211-2/+2
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-6/+3
|\ \ \
| * | | fs: fold open_check_o_direct into do_dentry_openChristoph Hellwig2018-03-281-6/+1
| * | | vfs: make sure struct filename->iname is word-alignedRasmus Villemoes2018-03-191-0/+2
* | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-04-041-24/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | fold lookup_real() into __lookup_hash()Al Viro2018-03-291-24/+17
| |/ /
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-16/+45
|\ \ \
| * | | fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski2018-04-021-3/+9
| * | | fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-021-3/+9
| * | | fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski2018-04-021-3/+9
| * | | fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-021-2/+7
| * | | fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski2018-04-021-1/+1
| * | | fs: add do_renameat2() helper; remove internal call to sys_renameat2()Dominik Brodowski2018-04-021-4/+10
| |/ /
* / / fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-151-2/+3
|/ /
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-45/+26
|\ \
| * | fs: fold __inode_permission() into inode_permission()Eric Biggers2018-01-251-45/+26
* | | Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-301-0/+21
|\ \ \
| * | | new primitive: vfs_mkobj()Al Viro2018-01-051-0/+21
| | |/ | |/|
* | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-301-3/+0
|\ \ \ | |/ / |/| |
| * | userns: Don't fail follow_automount based on s_user_nsEric W. Biederman2017-11-301-3/+0
| |/
* / autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-11-291-12/+3
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-1/+1
|\
| * vfs: remove unneeded unlikely()Hirofumi Nakagawa2017-11-051-1/+1
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-7/+5
|\ \
| * | fs: expose do_unlinkat for built-in callersChristoph Hellwig2017-11-101-7/+5
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-2/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+1
* | autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-081-3/+12
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\ \ | |/ |/|
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-2/+1
|\ \
| * | VFS: Provide empty name qstrDavid Howells2017-07-061-2/+1
| |/