summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2020-02-05vfs: fix do_last() regressionAl Viro
2020-01-29do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-04-19getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro
2018-03-21fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman
2018-03-19userns: Don't fail follow_automount based on s_user_nsEric W. Biederman
2017-12-05autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-07-07dentry name snapshotsAl Viro
2017-07-06VFS: Provide empty name qstrDavid Howells
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-06-29fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet
2017-05-16fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab
2017-05-12Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-04-21make sure that mntns_install() doesn't end up with referral for rootAl Viro
2017-04-21path_init(): don't bother with checking MAY_EXEC for LOOKUP_ROOTAl Viro
2017-04-15vfs: don't do RCU lookup of empty pathnamesLinus Torvalds
2017-03-29fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checksStephen Smalley
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro
2017-03-02Merge branch 'work.namei' into for-linusAl Viro
2017-02-07vfs: create vfs helper vfs_tmpfile()Amir Goldstein
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2017-02-01vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee
2017-01-09namei.c: split unlazy_walk()Al Viro
2017-01-09namei.c: fold the check for DCACHE_OP_REVALIDATE into d_revalidate()Al Viro
2017-01-09lookup_fast(): clean up the logics around the fallback to non-rcu modeAl Viro
2017-01-08namei: fold unlazy_link() into its sole callerAl Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-16Revert "vfs: rename: check backing inode being equal"Miklos Szeredi
2016-12-09vfs: make generic_readlink() staticMiklos Szeredi
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-09vfs: default to generic_readlink()Miklos Szeredi
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi
2016-12-05namei: fold should_follow_link() with the step into not-followed linkAl Viro
2016-12-05namei: pass both WALK_GET and WALK_MORE to should_follow_link()Al Viro
2016-12-05namei: invert WALK_PUT logicsAl Viro
2016-12-05namei: shift interpretation of LOOKUP_FOLLOW inside should_follow_link()Al Viro