summaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)Author
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
2023-03-22open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner
2023-02-27vfs: avoid duplicating creds in faccessat if possibleMateusz Guzik
2023-02-20Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idma...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-27fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detectedJann Horn
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2023-01-11fs: remove locks_inodeJeff Layton
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-12-13Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack
2022-10-18attr: use consistent sgid stripping checksChristian Brauner
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-20open: always initialize ownership fieldsTetsuo Handa
2022-08-16locks: fix TOCTOU race when granting write leaseAmir Goldstein
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-07-16fs: clear or set FMODE_LSEEK based on llseek functionJason A. Donenfeld
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-10keep iocb_flags() result cached in struct fileAl Viro
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds