summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-5/+7
|\
| * ima: Move to LSM infrastructureRoberto Sassu2024-02-151-6/+0
| * security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-151-0/+1
| * security: Introduce path_post_mknod hookRoberto Sassu2024-02-151-0/+5
| * security: Introduce file_post_open hookRoberto Sassu2024-02-151-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-121-3/+13
|\ \
| * | new helper: user_path_locked_at()Al Viro2023-11-151-3/+13
| |/
* | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-26/+61
|\ \
| * | rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-8/+29
| * | rename(): fix the locking of subdirectoriesAl Viro2023-11-251-23/+37
| |/
* | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\ \
| * | fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
| |/
* | Merge branch 'vfs.file'Christian Brauner2023-12-211-4/+1
|\ \
| * | file: massage cleanup of files that failed to openAl Viro2023-12-121-4/+1
| |/
* | fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn2023-12-211-11/+11
* | fs: namei: Fix spelling mistake "Retuns" to "Returns"YangXin2023-11-201-2/+2
|/
* Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-24/+7
|\