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