- 9ac2114 Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 3 years, 2 months ago
- 482e000 fs: remove leftover comments from mandatory locking removal by Jeff Layton · 3 years, 2 months ago
- ea47ab1 putname(): IS_ERR_OR_NULL() is wrong here by Al Viro · 3 years, 4 months ago
- b4a4f21 namei: Standardize callers of filename_create() by Stephen Brennan · 3 years, 4 months ago
- 794ebce namei: Standardize callers of filename_lookup() by Stephen Brennan · 3 years, 4 months ago
- c5f563f rename __filename_parentat() to filename_parentat() by Al Viro · 3 years, 4 months ago
- 0766ec8 namei: Fix use after free in kern_path_locked by Stephen Brennan · 3 years, 4 months ago
- 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- 51cc3a6 fs, mm: fix race in unlinking swapfile by Hugh Dickins · 3 years, 4 months ago
- 87045e6 Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 4 months ago
- b91db6a Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- cf30da9 io_uring: add support for IORING_OP_LINKAT by Dmitry Kadashev · 3 years, 6 months ago
- 7a8721f io_uring: add support for IORING_OP_SYMLINKAT by Dmitry Kadashev · 3 years, 6 months ago
- 45f30da namei: update do_*() helpers to return ints by Dmitry Kadashev · 3 years, 6 months ago
- 020250f namei: make do_linkat() take struct filename by Dmitry Kadashev · 3 years, 6 months ago
- 8228e2c namei: add getname_uflags() by Dmitry Kadashev · 3 years, 6 months ago
- da2d0ce namei: make do_symlinkat() take struct filename by Dmitry Kadashev · 3 years, 6 months ago
- 7797251 namei: make do_mknodat() take struct filename by Dmitry Kadashev · 3 years, 6 months ago
- 584d322 namei: make do_mkdirat() take struct filename by Dmitry Kadashev · 3 years, 6 months ago
- 0ee50b4 namei: change filename_parentat() calling conventions by Dmitry Kadashev · 3 years, 6 months ago
- 91ef658 namei: ignore ERR/NULL names in putname() by Dmitry Kadashev · 3 years, 6 months ago
- c2fd68b namei: add mapping aware lookup helper by Christian Brauner · 3 years, 5 months ago
- f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 4 months ago
- 58ec905 Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
- 34a456e Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 8 months ago
- cc15422 Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 8 months ago
- 7962c7d namei: make sure nd->depth is always valid by Al Viro · 3 years, 9 months ago
- 0642296 teach set_nameidata() to handle setting the root as well by Al Viro · 3 years, 9 months ago
- bcba1e7 take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... space by Al Viro · 3 years, 9 months ago
- ffb37ca switch file_open_root() to struct path by Al Viro · 3 years, 9 months ago
- 4f0ed93 LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too late by Al Viro · 3 years, 9 months ago
- 7d01ef7 Make sure nd->path.mnt and nd->path.dentry are always valid pointers by Al Viro · 3 years, 9 months ago
- 2111c3c namei: fix kernel-doc for struct renamedata and more by Randy Dunlap · 3 years, 10 months ago
- 8e53891 fs: introduce fsuidgid_has_mapping() helper by Christian Brauner · 3 years, 9 months ago
- a65e58e fs: document and rename fsid helpers by Christian Brauner · 3 years, 9 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- eacd9aa8 fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy* by Al Viro · 3 years, 11 months ago
- a2d2329 ima: handle idmapped mounts by Christian Brauner · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 643fe55 open: handle idmapped mounts in do_truncate() by Christian Brauner · 4 years ago
- 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years ago
- 9fe6145 namei: introduce struct renamedata by Christian Brauner · 4 years ago
- ba73d98 namei: handle idmapped mounts in may_*() helpers by Christian Brauner · 4 years ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 0558c1b capability: handle idmapped mounts by Christian Brauner · 4 years ago
- 6c6ec2b fs: add support for LOOKUP_CACHED by Jens Axboe · 4 years ago
- ae66db4 saner calling conventions for unlazy_child() by Al Viro · 4 years ago
- e36cffe fs: make unlazy_walk() error handling consistent by Jens Axboe · 4 years ago
- 26ddb45 fs/namei.c: Remove unlikely of status being -ECHILD in lookup_fast() by Steven Rostedt (VMware) · 4 years, 1 month ago
- 1e8f44f do_tmpfile(): don't mess with finish_open() by Al Viro · 4 years, 10 months ago
- 7bb5226 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
- 1a97d89 Make sure that make_create_in_sticky() never sees uninitialized value of dir_mode by Al Viro · 4 years, 3 months ago
- e886663 fs: make do_renameat2() take struct filename by Jens Axboe · 4 years, 3 months ago
- 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
- 402dd2c fs: remove the unused SB_I_MULTIROOT flag by Christoph Hellwig · 4 years, 3 months ago
- dab741e0 Add a "nosymfollow" mount option. by Mattias Nissler · 4 years, 4 months ago
- fc4177b exec: restore EACCES of S_ISDIR execve() by Kees Cook · 4 years, 4 months ago
- 9ad57f6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- 0fd338b exec: move path_noexec() check earlier by Kees Cook · 4 years, 5 months ago
- 633fb6a exec: move S_ISREG() check earlier by Kees Cook · 4 years, 5 months ago
- 24fb33d fix breakage in do_rmdir() by Al Viro · 4 years, 5 months ago
- 5fee64f init: add an init_mknod helper by Christoph Hellwig · 4 years, 5 months ago
- 83ff98c init: add an init_mkdir helper by Christoph Hellwig · 4 years, 5 months ago
- cd3acb6 init: add an init_symlink helper by Christoph Hellwig · 4 years, 5 months ago
- 812931d init: add an init_link helper by Christoph Hellwig · 4 years, 5 months ago
- e24ab0e fs: push the getname from do_rmdir into the callers by Christoph Hellwig · 4 years, 5 months ago
- 63d72b9 vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCK by Linus Torvalds · 4 years, 7 months ago
- 5fc475b vfs: do not do group lookup when not necessary by Linus Torvalds · 4 years, 7 months ago
- a3c751a vfs: allow unprivileged whiteout creation by Miklos Szeredi · 4 years, 8 months ago
- 5bd7328 fix a braino in legitimize_path() by Al Viro · 4 years, 9 months ago
- 99a4a90 lookup_open(): don't bother with fallbacks to lookup+create by Al Viro · 4 years, 10 months ago
- d489cf9 atomic_open(): no need to pass struct open_flags anymore by Al Viro · 4 years, 10 months ago
- ff326a3 open_last_lookups(): move complete_walk() into do_open() by Al Viro · 4 years, 10 months ago
- b94e0b3 open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open() by Al Viro · 4 years, 10 months ago
- 7228741 open_last_lookups(): don't abuse complete_walk() when all we want is unlazy by Al Viro · 4 years, 10 months ago
- f7bb959 open_last_lookups(): consolidate fsnotify_create() calls by Al Viro · 4 years, 10 months ago
- c5971b8 take post-lookup part of do_last() out of loop by Al Viro · 4 years, 10 months ago
- 0f70595 link_path_walk(): sample parent's i_uid and i_mode for the last component by Al Viro · 4 years, 10 months ago
- 60ef60c __nd_alloc_stack(): make it return bool by Al Viro · 4 years, 10 months ago
- 4542576 reserve_stack(): switch to __nd_alloc_stack() by Al Viro · 4 years, 10 months ago
- 4905590 pick_link(): take reserving space on stack into a new helper by Al Viro · 4 years, 10 months ago
- aef9404 pick_link(): more straightforward handling of allocation failures by Al Viro · 4 years, 10 months ago
- c99687a fold path_to_nameidata() into its only remaining caller by Al Viro · 4 years, 10 months ago
- 84f0cd9 pick_link(): pass it struct path already with normal refcounting rules by Al Viro · 4 years, 10 months ago
- 19f6028 fs/namei.c: kill follow_mount() by Al Viro · 4 years, 10 months ago
- 2aa3847 non-RCU analogue of the previous commit by Al Viro · 4 years, 10 months ago
- 7ef482f helper for mount rootwards traversal by Al Viro · 4 years, 10 months ago
- 165200d follow_dotdot(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
- efe772d follow_dotdot_rcu(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
- 12487f3 follow_dotdot{,_rcu}(): massage loops by Al Viro · 4 years, 10 months ago
- c2df196 lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu by Al Viro · 4 years, 10 months ago
- 6dfd9fe follow_dotdot{,_rcu}(): switch to use of step_into() by Al Viro · 4 years, 10 months ago
- 7521f22 handle_dots(), follow_dotdot{,_rcu}(): preparation to switch to step_into() by Al Viro · 4 years, 10 months ago
- 957dd41 move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into() by Al Viro · 4 years, 10 months ago
- c9a0f75 follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks out of loop by Al Viro · 4 years, 10 months ago
- abc2c63 follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop by Al Viro · 4 years, 10 months ago
- a6a7eb7 expand path_parent_directory() in its callers by Al Viro · 4 years, 10 months ago
- 63b2772 path_parent_directory(): leave changing path->dentry to callers by Al Viro · 4 years, 10 months ago
- 6b03f7e path_connected(): pass mount and dentry separately by Al Viro · 4 years, 10 months ago