summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-081-3/+12
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-2/+1
|\ \
| * | VFS: Provide empty name qstrDavid Howells2017-07-061-2/+1
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-07-081-5/+5
|\ \
| * | dentry name snapshotsAl Viro2017-07-071-4/+4
| * | fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook2017-06-291-1/+1
| |/
* | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-181-0/+1
|\ \ | |/ |/|
| * fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab2017-05-161-0/+1
* | Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-121-8/+40
|\ \ | |/ |/|
| * make sure that mntns_install() doesn't end up with referral for rootAl Viro2017-04-211-0/+38
| * path_init(): don't bother with checking MAY_EXEC for LOOKUP_ROOTAl Viro2017-04-211-8/+2
* | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-081-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-10/+10
|\ \ | |/ |/|
| * fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checksStephen Smalley2017-03-291-10/+10
* | vfs: don't do RCU lookup of empty pathnamesLinus Torvalds2017-04-151-0/+3
|/
* Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-25/+43
|\
| * vfs: create vfs helper vfs_tmpfile()Amir Goldstein2017-02-071-25/+43
* | Merge branch 'work.namei' into for-linusAl Viro2017-03-021-88/+95
|\ \
| * | namei.c: split unlazy_walk()Al Viro2017-01-091-39/+66
| * | namei.c: fold the check for DCACHE_OP_REVALIDATE into d_revalidate()Al Viro2017-01-091-22/+14
| * | lookup_fast(): clean up the logics around the fallback to non-rcu modeAl Viro2017-01-091-8/+6
| * | namei: fold unlazy_link() into its sole callerAl Viro2017-01-081-21/+11
| |/
* | fs: Better permission checking for submountsEric W. Biederman2017-02-021-3/+0
* | vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee2017-02-011-0/+6
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-3/+32
|\
| * vfs: make generic_readlink() staticMiklos Szeredi2016-12-091-2/+2
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
| * vfs: default to generic_readlink()Miklos Szeredi2016-12-091-3/+12
| * vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-091-0/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-9/+8
|\ \
| * \ Merge branch 'work.autofs' into for-linusAl Viro2016-12-161-7/+6
| |\ \
| | * | vfs: change d_manage() to take a struct pathIan Kent2016-12-021-7/+6
| | |/
| * | vfs: misc struct path constificationAl Viro2016-12-051-2/+2
| |/
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-161-5/+1
|\ \
| * | Revert "vfs: rename: check backing inode being equal"Miklos Szeredi2016-12-161-5/+1
| |/
* | namei: fold should_follow_link() with the step into not-followed linkAl Viro2016-12-051-30/+18
* | namei: pass both WALK_GET and WALK_MORE to should_follow_link()Al Viro2016-12-051-11/+7
* | namei: invert WALK_PUT logicsAl Viro2016-12-051-6/+7
* | namei: shift interpretation of LOOKUP_FOLLOW inside should_follow_link()Al Viro2016-12-051-10/+4
* | namei: saner calling conventions for mountpoint_last()Al Viro2016-12-051-25/+25
* | namei.c: get rid of user_path_parent()Al Viro2016-12-051-26/+8
|/
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-0/+25
|\
| * vfs: add vfs_get_link() helperMiklos Szeredi2016-10-141-0/+25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-12/+3
|\ \
| * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-2/+2
| * | vfs: remove unused i_op->renameMiklos Szeredi2016-09-271-12/+3
| |/
* | vfs: update ovl inode before relatime checkMiklos Szeredi2016-09-161-1/+1
|/
OpenPOWER on IntegriCloud