aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/open.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+19
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-5/+26
2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)1-2/+2
2023-08-08fs: use __fput_sync in close(2)Linus Torvalds1-3/+24
2023-08-06open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai1-1/+1
2023-07-28fchmodat2: add support for AT_EMPTY_PATHAleksa Sarai1-1/+3
2023-07-27fs: Add fchmodat2()Alexey Gladkov1-4/+17
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+5
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-11/+65
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein1-12/+33
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein1-0/+33
2023-06-12fsnotify: move fsnotify_open() hook into do_dentry_open()Amir Goldstein1-1/+5
2023-05-15fs: fix incorrect fmode_t castsMin-Hua Chen1-1/+1
2023-05-15fs/open.c: Fix W=1 kernel doc warningsAnuradha Weeraman1-10/+2
2023-03-22open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner1-5/+13
2023-02-27vfs: avoid duplicating creds in faccessat if possibleMateusz Guzik1-1/+37
2023-02-20Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds1-2/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds1-17/+18
2023-01-27fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detectedJann Horn1-2/+3
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-4/+3
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-4/+2
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-9/+14
2023-01-11fs: remove locks_inodeJeff Layton1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-13Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds1-1/+1
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack1-1/+1
2022-10-18attr: use consistent sgid stripping checksChristian Brauner1-4/+4
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+4
2022-09-20open: always initialize ownership fieldsTetsuo Handa1-0/+2
2022-08-16locks: fix TOCTOU race when granting write leaseAmir Goldstein1-7/+4
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2022-07-16fs: remove no_llseekJason A. Donenfeld1-2/+0
2022-07-16fs: clear or set FMODE_LSEEK based on llseek functionJason A. Donenfeld1-0/+4
2022-06-26attr: port attribute changes to new typesChristian Brauner1-15/+45
2022-06-10keep iocb_flags() result cached in struct fileAl Viro1-0/+1
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+24
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+42
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-0/+42
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagNeilBrown1-5/+4
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren1-0/+24
2022-03-08fs: remove fs.f_write_hintChristoph Hellwig1-1/+0
2021-12-05fs: support mapped mounts of mapped filesystemsChristian Brauner1-3/+4
2021-12-03fs: use low-level mapping helpersChristian Brauner1-2/+2
2021-12-03fs: move mapping helpersChristian Brauner1-0/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+14
2021-11-06mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang1-1/+10
2021-11-06mm, thp: lock filemap when truncating page cacheRongwei Wang1-1/+4
2021-10-04audit: add OPENAT2 record to list "how" infoRichard Guy Briggs1-0/+2