aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
AgeCommit message (Expand)Author
2017-08-06dentry name snapshotsAl Viro
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
2016-12-05namei: saner calling conventions for mountpoint_last()Al Viro
2016-12-05namei.c: get rid of user_path_parent()Al Viro
2016-12-05vfs: misc struct path constificationAl Viro
2016-12-02vfs: change d_manage() to take a struct pathIan Kent
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi
2016-08-07fs: return EPERM on immutable inodeEryu Guan
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-24vfs: Update lookup_dcache() commentOleg Drokin
2016-07-23fs: Call d_automount with the filesystems credsEric W. Biederman
2016-07-05vfs: Don't create inodes with a uid or gid unknown to the vfsEric W. Biederman
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman
2016-06-30fs: Check for invalid i_uid in may_follow_link()Seth Forshee