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