summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: link_path_walk: move more of the name hashing into hash_name()link_path_walkLinus 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
* 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
|\
| * vfs: Convert BUG_ON to WARN_ON_ONCE in open_last_lookupsBernd Schubert2023-10-241-1/+2
| * vfs: shave work on failed file openMateusz Guzik2023-10-191-1/+4
| * fs: simplify misleading code to remove ambiguity regarding ihold()/iput()Luís Henriques2023-10-191-3/+1
| * fs: add a new SB_I_NOUMASK flagJeff Layton2023-10-191-19/+0
* | audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash2023-10-131-4/+5
|/
* fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)2023-08-191-0/+3
* fs: Fix error checking for d_hash_and_lookup()Wang Ming2023-07-141-1/+1
* fs: no need to check sourceJan Kara2023-07-041-2/+1
* Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-11/+13
|\
| * fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein2023-06-191-11/+13
* | fs: Lock moved directoriesJan Kara2023-06-021-8/+14
* | fs: Establish locking order for unrelated directoriesJan Kara2023-06-021-2/+2
|/
* Merge tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-04-291-23/+102
|\
| * ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon2023-04-241-12/+45
| * fs: introduce lock_rename_child() helperAl Viro2023-04-201-11/+57
* | fs: Fix description of vfs_tmpfile()Roberto Sassu2023-03-121-2/+2
|/
* Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-221-3/+3
|\