summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fs: namei: Allow follow_down() to uncover auto mountsRichard Weinberger2023-02-201-3/+3
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-229/+221
|\ \
| * | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-29/+21
| * | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-22/+16
| * | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-3/+2
| * | fs: port acl to mnt_idmapChristian Brauner2023-01-191-16/+17
| * | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-4/+2
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-84/+82
| * | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1