summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-07-081-5/+5
|\ \
| * | dentry name snapshotsAl Viro2017-07-071-4/+4
| * | fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook2017-06-291-1/+1
| |/
* | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-181-0/+1
|\ \ | |/ |/|
| * fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab2017-05-161-0/+1
* | Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-121-8/+40
|\ \ | |/ |/|
| * make sure that mntns_install() doesn't end up with referral for rootAl Viro2017-04-211-0/+38
| * path_init(): don't bother with checking MAY_EXEC for LOOKUP_ROOTAl Viro2017-04-211-8/+2
* | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-081-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-10/+10
|\ \ | |/ |/|
| * fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checksStephen Smalley2017-03-291-10/+10
* | vfs: don't do RCU lookup of empty pathnamesLinus Torvalds2017-04-151-0/+3
|/
* Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-25/+43
|\
| * vfs: create vfs helper vfs_tmpfile()Amir Goldstein2017-02-071-25/+43
* | Merge branch 'work.namei' into for-linusAl Viro2017-03-021-88/+95
|\ \
| * | namei.c: split unlazy_walk()Al Viro2017-01-091-39/+66
| * | namei.c: fold the check for DCACHE_OP_REVALIDATE into d_revalidate()Al Viro2017-01-091-22/+14
| * | lookup_fast(): clean up the logics around the fallback to non-rcu modeAl Viro2017-01-091-8/+6
| * | namei: fold unlazy_link() into its sole callerAl Viro2017-01-081-21/+11
| |/
* | fs: Better permission checking for submountsEric W. Biederman2017-02-021-3/+0
* | vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee2017-02-011-0/+6
|/
OpenPOWER on IntegriCloud