summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* fs: return EPERM on immutable inodeEryu Guan2016-08-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-9/+46
|\
| * fs: Call d_automount with the filesystems credsEric W. Biederman2016-07-231-0/+7
| * vfs: Don't create inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-051-2/+8
| * vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-051-5/+21
| * fs: Check for invalid i_uid in may_follow_link()Seth Forshee2016-06-301-1/+3
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-231-1/+7
* | Revert "vfs: add lookup_hash() helper"Linus Torvalds2016-07-291-28/+5
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-4/+3
|\ \
| * | vfs: Update lookup_dcache() commentOleg Drokin2016-07-241-3/+2
| * | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-1/+1
* | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-17/+25
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-06-071-46/+15
|\ \ | |/ |/|
| * fix a regression in atomic_open()Al Viro2016-06-071-3/+7
| * autofs braino fix for do_last()Al Viro2016-06-051-4/+4
| * fix EOPENSTALE bug in do_last()Al Viro2016-06-041-39/+4
* | devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-051-7/+42
|/