summaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-8/+26
|\
| * getname_maybe_null() - the third variant of pathname copy-inAl Viro2024-10-201-7/+23
| * teach filename_lookup() to treat NULL filename as ""Al Viro2024-10-201-1/+3
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-9/+4
|\ \
| * | fdget_raw() users: switch to CLASS(fd_raw)Al Viro2024-11-031-9/+4
| |/
* / fs: optimize acl_permission_check()Linus Torvalds2024-11-011-0/+41
|/
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-5/+5
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-5/+5
* | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-5/+5
|\ \
| * | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-5/+5
| * | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
| |/
* | fs: rearrange general fastpath check now that O_CREAT uses itChristian Brauner2024-08-301-13/+4
* | fs: remove audit dummy context checkChristian Brauner2024-08-301-11/+1
* | fs: pull up trailing slashes check for O_CREATChristian Brauner2024-08-301-8/+4
* | fs: move audit parent inodeChristian Brauner2024-08-301-1/+3
* | fs: try an opportunistic lookup for O_CREAT opens tooJeff Layton2024-08-301-10/+64
* | fs: add a kerneldoc header over lookup_fastJeff Layton2024-08-301-0/+14
|/
* vfs: correct the comments of vfs_*() helpersCongjie Zhou2024-07-241-13/+13
* Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-07-151-36/+62
|\
| * fs: reflow may_create_in_sticky()Christian Brauner2024-06-271-16/+35
| * vfs: reorder checks in may_create_in_stickyMateusz Guzik2024-06-251-3/+3
| * vfs: shave a branch in getname_flagsMateusz Guzik2024-06-211-11/+20
| * vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik2024-06-051-9/+7
* | Merge branch 'link_path_walk'Linus Torvalds2024-07-151-47/+94
|\ \
| * | vfs: link_path_walk: move more of the name hashing into hash_name()Linus Torvalds2024-07-071-19/+32
| * | vfs: link_path_walk: improve may_lookup() code generationLinus Torvalds2024-07-071-10/+19
| * | vfs: link_path_walk: do '.' and '..' detection while hashingLinus Torvalds2024-06-191-22/+46
| * | vfs: link_path_walk: clarify and improve name hashing interfaceLinus Torvalds2024-06-191-8/+12
| * | vfs: link_path_walk: simplify name hash flowLinus Torvalds2024-06-191-16/+13
| |/
* / vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.NeilBrown2024-06-181-2/+8
|/
* Merge tag 'ovl-update-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-221-3/+3
|\
| * ovl: implement tmpfileMiklos Szeredi2024-05-021-3/+3
* | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-131-6/+13
|\ \ | |/ |/|
| * vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirementsLinus Torvalds2024-04-131-6/+13
* | security: Place security_path_post_mknod() where the original IMA call wasRoberto Sassu2024-04-031-5/+2
|/
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-5/+7
|\
| * ima: Move to LSM infrastructureRoberto Sassu2024-02-161-6/+0
| * security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-161-0/+1
| * security: Introduce path_post_mknod hookRoberto Sassu2024-02-161-0/+5
| * security: Introduce file_post_open hookRoberto Sassu2024-02-161-0/+2
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+1
|\ \
| * | kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan2024-02-011-1/+1
| |/
* | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-4/+2
|\ \
| * \ Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-01-231-4/+2
| |\ \ | | |/ | |/|
| | * fs: Create a generic is_dot_dotdot() utilityChuck Lever2024-01-231-4/+2
* | | rcu pathwalk: prevent bogus hard errors from may_lookup()Al Viro2024-02-251-1/+5
|/ /
* | Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-131-3/+13
|\ \
| * | new helper: user_path_locked_at()Al Viro2023-11-161-3/+13
| |/
* | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-121-26/+61
|\ \
| * | rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-8/+29