1. 0f4a2ce do_dentry_open(): kill inode argument by Al Viro · 1 year, 2 months ago
  2. af58dc1 kernel_file_open(): get rid of inode argument by Al Viro · 1 year, 2 months ago
  3. cc4a875 Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 12 months ago
  4. d2c84bd Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux by Linus Torvalds · 12 months ago
  5. cd3cec0 ima: Move to LSM infrastructure by Roberto Sassu · 1 year, 1 month ago
  6. 5f0d594 Add do_ftruncate that truncates a struct file by Tony Solomonik · 1 year, 1 month ago
  7. a69ce85 filelock: split common fields into struct file_lock_core by Jeff Layton · 1 year, 1 month ago
  8. bb93c5e Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
  9. c604110 Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
  10. f91a704 fs: prepare for stackable filesystems backing file helpers by Amir Goldstein · 1 year, 5 months ago
  11. 2137e15 Merge branch 'vfs.file' by Christian Brauner · 1 year, 3 months ago
  12. ae19141 cred: get rid of CONFIG_DEBUG_CREDENTIALS by Jens Axboe · 1 year, 3 months ago
  13. d9e5d31 fsnotify: optionally pass access range in file permission hooks by Amir Goldstein · 1 year, 3 months ago
  14. a88c955 file: s/close_fd_get_file()/file_close_fd()/g by Christian Brauner · 1 year, 3 months ago
  15. d218569 fs: Clarify "non-RCY" in access_override_creds() comment by Bagas Sanjaya · 1 year, 4 months ago
  16. def3ae8 fs: store real path instead of fake path in backing file f_path by Amir Goldstein · 1 year, 5 months ago
  17. 83bc1d2 fs: get mnt_writers count for an open backing file's real path by Amir Goldstein · 1 year, 5 months ago
  18. 3e15dcf fs: rename __mnt_{want,drop}_write*() helpers by Amir Goldstein · 1 year, 6 months ago
  19. 475d4df Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 6 months ago
  20. de16588 Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 6 months ago
  21. 35931eb3 fs: Fix kernel-doc warnings by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  22. 021a160 fs: use __fput_sync in close(2) by Linus Torvalds · 1 year, 7 months ago
  23. a0fc452 open: make RESOLVE_CACHED correctly test for O_TMPFILE by Aleksa Sarai · 1 year, 7 months ago
  24. 5daeb41 fchmodat2: add support for AT_EMPTY_PATH by Aleksa Sarai · 1 year, 8 months ago
  25. 09da082 fs: Add fchmodat2() by Alexey Gladkov · 1 year, 8 months ago
  26. 18c9901 Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 1 year, 8 months ago
  27. 1f2300a7 Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 9 months ago
  28. 62d53c4 fs: use backing_file container for internal files with "fake" f_path by Amir Goldstein · 1 year, 9 months ago
  29. cbb0b9d fs: use a helper for opening kernel internal files by Amir Goldstein · 1 year, 9 months ago
  30. 7b8c9d7 fsnotify: move fsnotify_open() hook into do_dentry_open() by Amir Goldstein · 1 year, 9 months ago
  31. cedd0bd fs: fix incorrect fmode_t casts by Min-Hua Chen · 1 year, 10 months ago
  32. 55650b2 fs/open.c: Fix W=1 kernel doc warnings by Anuradha Weeraman · 1 year, 10 months ago
  33. 43b4506 open: return EINVAL for O_DIRECTORY | O_CREAT by Christian Brauner · 2 years ago
  34. 981ee95 vfs: avoid duplicating creds in faccessat if possible by Mateusz Guzik · 2 years, 1 month ago
  35. ea5aac6 Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 1 month ago
  36. 05e6295f Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 1 month ago
  37. 47d5869 fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected by Jann Horn · 2 years, 2 months ago
  38. 4d7ca40 fs: port vfs{g,u}id helpers to mnt_idmap by Christian Brauner · 2 years, 2 months ago
  39. 9452e93 fs: port privilege checking helpers to mnt_idmap by Christian Brauner · 2 years, 2 months ago
  40. 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  41. abf0857 fs: port vfs_*() helpers to struct mnt_idmap by Christian Brauner · 2 years, 2 months ago
  42. c65454a fs: remove locks_inode by Jeff Layton · 2 years, 4 months ago
  43. 5970e15 filelock: move file locking definitions to separate header file by Jeff Layton · 2 years, 4 months ago
  44. 299e2b19 Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux by Linus Torvalds · 2 years, 3 months ago
  45. 3350607 security: Create file_truncate hook from path_truncate hook by Günther Noack · 2 years, 5 months ago
  46. ed5a704 attr: use consistent sgid stripping checks by Christian Brauner · 2 years, 5 months ago
  47. 7a3353c Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 5 months ago
  48. f52d74b open: always initialize ownership fields by Tetsuo Handa · 2 years, 6 months ago
  49. d6da19c locks: fix TOCTOU race when granting write lease by Amir Goldstein · 2 years, 7 months ago
  50. 5264406 Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 7 months ago
  51. a782e86 Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 7 months ago
  52. 868941b fs: remove no_llseek by Jason A. Donenfeld · 2 years, 9 months ago
  53. e747815 fs: clear or set FMODE_LSEEK based on llseek function by Jason A. Donenfeld · 2 years, 9 months ago
  54. b27c82e attr: port attribute changes to new types by Christian Brauner · 2 years, 9 months ago
  55. 164f4064 keep iocb_flags() result cached in struct file by Al Viro · 2 years, 10 months ago
  56. 35b51af Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 2 years, 9 months ago
  57. 6d29d7f Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 2 years, 10 months ago
  58. fb70bf1 NFSD: Instantiate a struct file when creating a regular NFSv4 file by Chuck Lever · 3 years ago
  59. a2ad63d VFS: add FMODE_CAN_ODIRECT file flag by NeilBrown · 2 years, 10 months ago
  60. 59c10c5 riscv: compat: syscall: Add compat_sys_call_table implementation by Guo Ren · 3 years ago
  61. 7b12e49 fs: remove fs.f_write_hint by Christoph Hellwig · 3 years ago
  62. bd30336 fs: support mapped mounts of mapped filesystems by Christian Brauner · 3 years, 3 months ago
  63. 4472071 fs: use low-level mapping helpers by Christian Brauner · 3 years, 3 months ago
  64. a793d79 fs: move mapping helpers by Christian Brauner · 3 years, 3 months ago
  65. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  66. 8468e93 mm, thp: fix incorrect unmap behavior for private pages by Rongwei Wang · 3 years, 4 months ago
  67. 55fc0d9 mm, thp: lock filemap when truncating page cache by Rongwei Wang · 3 years, 4 months ago
  68. 571e5c0 audit: add OPENAT2 record to list "how" info by Richard Guy Briggs · 3 years, 10 months ago
  69. f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 7 months ago
  70. 58ec905 Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  71. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  72. eb6ecbe mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs by Collin Fijalkovich · 3 years, 8 months ago
  73. cfe8030 open: don't silently ignore unknown O-flags in openat2() by Christian Brauner · 3 years, 10 months ago
  74. ffb37ca switch file_open_root() to struct path by Al Viro · 4 years ago
  75. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
  76. b8b546a open: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  77. 643fe55 open: handle idmapped mounts in do_truncate() by Christian Brauner · 4 years, 2 months ago
  78. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  79. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years, 2 months ago
  80. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years, 2 months ago
  81. 99668f6 fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHED by Jens Axboe · 4 years, 3 months ago
  82. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 3 months ago
  83. 8760c90 file: Rename __close_fd to close_fd and remove the files parameter by Eric W. Biederman · 4 years, 4 months ago
  84. 398840f openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT by Aleksa Sarai · 4 years, 4 months ago
  85. 633fb6a exec: move S_ISREG() check earlier by Kees Cook · 4 years, 7 months ago
  86. e1ec517 Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  87. eb9d7d3 init: add an init_eaccess helper by Christoph Hellwig · 4 years, 8 months ago
  88. 1097742 init: add an init_chmod helper by Christoph Hellwig · 4 years, 8 months ago
  89. b873498 init: add an init_chown helper by Christoph Hellwig · 4 years, 8 months ago
  90. 4b7ca50 init: add an init_chroot helper by Christoph Hellwig · 4 years, 8 months ago
  91. db63f1e init: add an init_chdir helper by Christoph Hellwig · 4 years, 8 months ago
  92. b25ba7c fs: remove ksys_fchmod by Christoph Hellwig · 4 years, 8 months ago
  93. 166e07c fs: remove ksys_open by Christoph Hellwig · 4 years, 9 months ago
  94. 9e96c8c fs: add a vfs_fchmod helper by Christoph Hellwig · 4 years, 8 months ago
  95. c04011f fs: add a vfs_fchown helper by Christoph Hellwig · 4 years, 8 months ago
  96. 60997c3 close_range: add CLOSE_RANGE_UNSHARE by Christian Brauner · 4 years, 9 months ago
  97. 278a5fb open: add close_range() by Christian Brauner · 6 years ago
  98. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  99. 735e4ae vfs: track per-sb writeback errors and report them to syncfs by Jeff Layton · 4 years, 9 months ago
  100. c8ffd8b vfs: add faccessat2 syscall by Miklos Szeredi · 4 years, 10 months ago