aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+5
2017-11-10fs: expose do_unlinkat for built-in callersChristoph Hellwig1-7/+5
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-05vfs: remove unneeded unlikely()Hirofumi Nakagawa1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent1-3/+12
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-2/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2017-07-07dentry name snapshotsAl Viro1-4/+4
2017-07-06VFS: Provide empty name qstrDavid Howells1-2/+1
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-06-29fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook1-1/+1
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet1-0/+1
2017-05-16fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab1-0/+1
2017-05-12Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+40
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-1/+1
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-10/+10
2017-04-21make sure that mntns_install() doesn't end up with referral for rootAl Viro1-0/+38
2017-04-21path_init(): don't bother with checking MAY_EXEC for LOOKUP_ROOTAl Viro1-8/+2
2017-04-15vfs: don't do RCU lookup of empty pathnamesLinus Torvalds1-0/+3
2017-03-29fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checksStephen Smalley1-10/+10
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-25/+43
2017-03-02Merge branch 'work.namei' into for-linusAl Viro1-88/+95
2017-02-07vfs: create vfs helper vfs_tmpfile()Amir Goldstein1-25/+43
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-3/+0
2017-02-01vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee1-0/+6
2017-01-09namei.c: split unlazy_walk()Al Viro1-39/+66
2017-01-09namei.c: fold the check for DCACHE_OP_REVALIDATE into d_revalidate()Al Viro1-22/+14
2017-01-09lookup_fast(): clean up the logics around the fallback to non-rcu modeAl Viro1-8/+6
2017-01-08namei: fold unlazy_link() into its sole callerAl Viro1-21/+11
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-3/+32
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+8
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro1-7/+6
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-5/+1
2016-12-16Revert "vfs: rename: check backing inode being equal"Miklos Szeredi1-5/+1
2016-12-09vfs: make generic_readlink() staticMiklos Szeredi1-2/+2
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-09vfs: default to generic_readlink()Miklos Szeredi1-3/+12
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi1-0/+21
2016-12-05namei: fold should_follow_link() with the step into not-followed linkAl Viro1-30/+18
2016-12-05namei: pass both WALK_GET and WALK_MORE to should_follow_link()Al Viro1-11/+7
2016-12-05namei: invert WALK_PUT logicsAl Viro1-6/+7
2016-12-05namei: shift interpretation of LOOKUP_FOLLOW inside should_follow_link()Al Viro1-10/+4
2016-12-05namei: saner calling conventions for mountpoint_last()Al Viro1-25/+25