summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAge
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-04-04
|\
| * fold lookup_real() into __lookup_hash()Al Viro2018-03-29
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-03
|\ \
| * | fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski2018-04-02
| * | fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-02
| * | fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski2018-04-02
| * | fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-02
| * | fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski2018-04-02
| * | fs: add do_renameat2() helper; remove internal call to sys_renameat2()Dominik Brodowski2018-04-02
| |/
* / fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-15
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-31
|\
| * fs: fold __inode_permission() into inode_permission()Eric Biggers2018-01-25
* | Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-30
|\ \
| * | new primitive: vfs_mkobj()Al Viro2018-01-05
* | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-30
|\ \ \ | |/ / |/| |
| * | userns: Don't fail follow_automount based on s_user_nsEric W. Biederman2017-11-30
| |/
* / autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-11-29
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-17
|\
| * vfs: remove unneeded unlikely()Hirofumi Nakagawa2017-11-05
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-17
|\ \
| * | fs: expose do_unlinkat for built-in callersChristoph Hellwig2017-11-10
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-08
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-19
|\ \ | |/ |/|
| * randstruct: Mark various structs for randomizationKees Cook2017-06-30
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-15
|\ \
| * | VFS: Provide empty name qstrDavid Howells2017-07-06
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-07-08
|\ \
| * | dentry name snapshotsAl Viro2017-07-07
| * | fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook2017-06-29
| |/
* | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-18
|\ \ | |/ |/|
| * fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab2017-05-16
* | Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-12
|\ \ | |/ |/|
| * make sure that mntns_install() doesn't end up with referral for rootAl Viro2017-04-21
| * path_init(): don't bother with checking MAY_EXEC for LOOKUP_ROOTAl Viro2017-04-21
* | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-08
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-03
|\ \ | |/ |/|
| * fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checksStephen Smalley2017-03-29
* | vfs: don't do RCU lookup of empty pathnamesLinus Torvalds2017-04-15
|/
* Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-02
|\
| * vfs: create vfs helper vfs_tmpfile()Amir Goldstein2017-02-07
* | Merge branch 'work.namei' into for-linusAl Viro2017-03-02
|\ \
| * | namei.c: split unlazy_walk()Al Viro2017-01-09
| * | namei.c: fold the check for DCACHE_OP_REVALIDATE into d_revalidate()Al Viro2017-01-09
| * | lookup_fast(): clean up the logics around the fallback to non-rcu modeAl Viro2017-01-09
| * | namei: fold unlazy_link() into its sole callerAl Viro2017-01-08
| |/