summaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)Author
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
2024-12-02open: avoid pointless cred reference count bumpChristian Brauner
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu
2024-10-10openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)Aleksa Sarai
2024-10-07move close_range(2) into fs/file.c, fold __close_range() into itAl Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-28fs: sort out the fallocate mode vs flag messChristoph Hellwig