summaryrefslogtreecommitdiff
path: root/fs/namei.c
Commit message (Expand)AuthorAge
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-09
|\
| * getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro2018-04-08
| * make lookup_one_len() safe to use with directory locked sharedAl Viro2018-04-06
| * new helper: __lookup_slow()Al Viro2018-04-06
| * merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro2018-04-06
* | Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-06
|\ \
| * | audit: add refused symlink to audit_namesRichard Guy Briggs2018-03-21
| * | audit: remove path param from link denied functionRichard Guy Briggs2018-03-21
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-06
|\ \ \
| * | | fs: fold open_check_o_direct into do_dentry_openChristoph Hellwig2018-03-28
| * | | vfs: make sure struct filename->iname is word-alignedRasmus Villemoes2018-03-19
* | | | 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-02
|\ \ \
| * | | 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