summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-08-30fs: rearrange general fastpath check now that O_CREAT uses itChristian Brauner
2024-08-30fs: remove audit dummy context checkChristian Brauner
2024-08-30fs: pull up trailing slashes check for O_CREATChristian Brauner
2024-08-30fs: move audit parent inodeChristian Brauner
2024-08-30fs: try an opportunistic lookup for O_CREAT opens tooJeff Layton
2024-08-30fs: add a kerneldoc header over lookup_fastJeff Layton
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-07-24vfs: correct the comments of vfs_*() helpersCongjie Zhou
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-15Merge branch 'link_path_walk'Linus Torvalds
2024-07-07vfs: link_path_walk: move more of the name hashing into hash_name()Linus Torvalds
2024-07-07vfs: link_path_walk: improve may_lookup() code generationLinus Torvalds
2024-06-27fs: reflow may_create_in_sticky()Christian Brauner
2024-06-25vfs: reorder checks in may_create_in_stickyMateusz Guzik
2024-06-21vfs: shave a branch in getname_flagsMateusz Guzik
2024-06-19vfs: link_path_walk: do '.' and '..' detection while hashingLinus Torvalds
2024-06-19vfs: link_path_walk: clarify and improve name hashing interfaceLinus Torvalds
2024-06-19vfs: link_path_walk: simplify name hash flowLinus Torvalds
2024-06-18vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.NeilBrown
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik
2024-05-22Merge tag 'ovl-update-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-02ovl: implement tmpfileMiklos Szeredi
2024-04-13vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirementsLinus Torvalds
2024-04-03security: Place security_path_post_mknod() where the original IMA call wasRoberto Sassu
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-02-25rcu pathwalk: prevent bogus hard errors from may_lookup()Al Viro
2024-02-15ima: Move to LSM infrastructureRoberto Sassu
2024-02-15security: Introduce inode_post_create_tmpfile hookRoberto Sassu
2024-02-15security: Introduce path_post_mknod hookRoberto Sassu
2024-02-15security: Introduce file_post_open hookRoberto Sassu
2024-02-01kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan
2024-01-23Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever
2024-01-12Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-21Merge branch 'vfs.file'Christian Brauner
2023-12-21fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn
2023-12-12file: massage cleanup of files that failed to openAl Viro
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-25rename(): fix the locking of subdirectoriesAl Viro
2023-11-20fs: namei: Fix spelling mistake "Retuns" to "Returns"YangXin