summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
AgeCommit message (Expand)Author
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-07namei: make sure nd->depth is always validAl Viro
2021-04-07teach set_nameidata() to handle setting the root as wellAl Viro
2021-04-07take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... spaceAl Viro
2021-04-07switch file_open_root() to struct pathAl Viro
2021-04-06LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too lateAl Viro
2021-04-06Make sure nd->path.mnt and nd->path.dentry are always valid pointersAl Viro
2021-03-23namei: fix kernel-doc for struct renamedata and moreRandy Dunlap
2021-03-23fs: introduce fsuidgid_has_mapping() helperChristian Brauner
2021-03-23fs: document and rename fsid helpersChristian Brauner
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-20fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro
2021-01-24ima: handle idmapped mountsChristian Brauner
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24namei: introduce struct renamedataChristian Brauner
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-24capability: handle idmapped mountsChristian Brauner
2021-01-04fs: add support for LOOKUP_CACHEDJens Axboe
2021-01-04saner calling conventions for unlazy_child()Al Viro
2021-01-04fs: make unlazy_walk() error handling consistentJens Axboe
2021-01-04fs/namei.c: Remove unlikely of status being -ECHILD in lookup_fast()Steven Rostedt (VMware)
2021-01-03do_tmpfile(): don't mess with finish_open()Al Viro
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-12-10Make sure that make_create_in_sticky() never sees uninitialized value of dir_...Al Viro
2020-12-09fs: make do_renameat2() take struct filenameJens Axboe
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig
2020-08-27Add a "nosymfollow" mount option.Mattias Nissler
2020-08-14exec: restore EACCES of S_ISDIR execve()Kees Cook
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-12exec: move path_noexec() check earlierKees Cook
2020-08-12exec: move S_ISREG() check earlierKees Cook
2020-08-12fix breakage in do_rmdir()Al Viro
2020-07-31init: add an init_mknod helperChristoph Hellwig
2020-07-31init: add an init_mkdir helperChristoph Hellwig
2020-07-31init: add an init_symlink helperChristoph Hellwig
2020-07-31init: add an init_link helperChristoph Hellwig
2020-07-31fs: push the getname from do_rmdir into the callersChristoph Hellwig
2020-06-08vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCKLinus Torvalds
2020-06-08vfs: do not do group lookup when not necessaryLinus Torvalds
2020-05-14vfs: allow unprivileged whiteout creationMiklos Szeredi
2020-04-06fix a braino in legitimize_path()Al Viro
2020-04-02lookup_open(): don't bother with fallbacks to lookup+createAl Viro
2020-04-02atomic_open(): no need to pass struct open_flags anymoreAl Viro