summaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-72/+47
2026-01-16chroot(2): switch to CLASS(filename)Al Viro1-9/+4
2026-01-16do_f{chmod,chown,access}at(): use CLASS(filename_uflags)Al Viro1-6/+2
2026-01-16do_sys_truncate(): switch to CLASS(filename)Al Viro1-7/+5
2026-01-16chdir(2): unspaghettify a bit...Al Viro1-17/+10
2026-01-16do_fchownat(): unspaghettify a bit...Al Viro1-16/+12
2026-01-13simplify the callers of file_open_name()Al Viro1-8/+2
2026-01-13do_sys_openat2(): get rid of useless check, switch to CLASS(filename)Al Viro1-9/+3
2026-01-13rename do_filp_open() to do_file_open()Al Viro1-2/+2
2026-01-13do_sys_truncate(): import pathname only onceAl Viro1-1/+4
2026-01-13chroot(2): import pathname only onceAl Viro1-1/+3
2026-01-13chdir(2): import pathname only onceAl Viro1-1/+3
2026-01-13do_fchownat(): import pathname only onceAl Viro1-5/+6
2026-01-13do_fchmodat(): import pathname only onceAl Viro1-4/+4
2026-01-13do_faccessat(): import pathname only onceAl Viro1-3/+4
2025-12-15VFS: move dentry_create() from fs/open.c to fs/namei.cBenjamin Coddington1-39/+0
2025-12-02Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-14/+3
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-7/+5
2025-12-02Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+3
2025-11-28open: convert do_sys_openat2() to FD_ADD()Christian Brauner1-14/+3
2025-11-12fs: touch predicts in do_dentry_open()Mateusz Guzik1-3/+3
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-3/+1
2025-11-12filelock: add struct delegated_inodeJeff Layton1-4/+4
2025-11-06open: use super write guard in do_ftruncate()Christian Brauner1-6/+3
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-5/+5
2025-09-28Have cc(1) catch attempts to modify ->f_pathAl Viro1-5/+5
2025-09-17allow finish_no_open(file, ERR_PTR(-E...))Al Viro1-4/+6
2025-07-31Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-07-28fsnotify: merge file_set_fsnotify_mode_from_watchers() with open perm hookAmir Goldstein1-3/+3
2025-06-23fs: introduce FALLOC_FL_WRITE_ZEROES to fallocateZhang Yi1-0/+1
2025-06-16don't duplicate vfs_open() in kernel_file_open()Al Viro1-4/+1
2025-05-15fs/open: make do_truncate() killableMax Kellermann1-1/+4
2025-05-15fs/open: make chmod_common() and chown_common() killableMax Kellermann1-2/+7
2025-03-24Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+9
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+15
2025-03-20fs: tidy up do_sys_openat2() with likely/unlikelyMateusz Guzik1-4/+5
2025-03-05fs: use fput_close() in filp_close()Mateusz Guzik1-1/+1
2025-03-05fs: use fput_close_sync() in close()Mateusz Guzik1-1/+1
2025-03-05fs: predict no error in close()Mateusz Guzik1-4/+7
2025-02-21open: Fix return type of several functions from long to intYuichiro Tsuji1-10/+10
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein1-2/+2
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein1-3/+4
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-01-26lib/list_debug.c: add object information in case of invalid objectManinder Singh1-1/+1
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+47
2024-12-10fsnotify: generate pre-content permission event on truncateAmir Goldstein1-10/+21
2024-12-10fsnotify: opt-in for permission events at file open timeAmir Goldstein1-1/+7
2024-12-09fs: get rid of __FMODE_NONOTIFY kludgeAl Viro1-4/+19