summaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)Author
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
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-01Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-06-25vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik
2024-06-24ftruncate: pass a signed offsetArnd Bergmann
2024-06-18vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.NeilBrown
2024-05-27fs: remove accidental overflow during wraparound checkJustin Stitt
2024-04-15do_dentry_open(): kill inode argumentAl Viro
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-15ima: Move to LSM infrastructureRoberto Sassu
2024-02-09Add do_ftruncate that truncates a struct fileTony Solomonik
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-23fs: prepare for stackable filesystems backing file helpersAmir Goldstein
2023-12-21Merge branch 'vfs.file'Christian Brauner
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-12fsnotify: optionally pass access range in file permission hooksAmir Goldstein
2023-12-12file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner
2023-11-18fs: Clarify "non-RCY" in access_override_creds() commentBagas Sanjaya
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein
2023-10-19fs: get mnt_writers count for an open backing file's real pathAmir Goldstein
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)
2023-08-08fs: use __fput_sync in close(2)Linus Torvalds
2023-08-06open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai
2023-07-28fchmodat2: add support for AT_EMPTY_PATHAleksa Sarai
2023-07-27fs: Add fchmodat2()Alexey Gladkov
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein
2023-06-12fsnotify: move fsnotify_open() hook into do_dentry_open()Amir Goldstein
2023-05-15fs: fix incorrect fmode_t castsMin-Hua Chen
2023-05-15fs/open.c: Fix W=1 kernel doc warningsAnuradha Weeraman