summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin2016-05-291-2/+2
* Rename other copy of hash_string to hashlen_stringGeorge Spelvin2016-05-281-2/+2
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-281-38/+124
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-1/+5
| * fs/namei.c: Improve dcache hash functionGeorge Spelvin2016-05-281-40/+81
| * fs/namei.c: Add hashlen_string() functionGeorge Spelvin2016-05-281-5/+46
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-1/+0
|\ \
| * | xfs: use ->readlink to implement the readlink_by_handle ioctlChristoph Hellwig2016-04-061-1/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-0/+2
|\ \ \
OpenPOWER on IntegriCloud