1. 1d67fe5 fs: move inode sysctls to its own file by Luis Chamberlain · 3 years ago
  2. 3e9d80a8 mm,fs: split dump_mapping() out from dump_page() by Matthew Wilcox (Oracle) · 3 years ago
  3. ff36da6 fs: Remove FS_THP_SUPPORT by Matthew Wilcox (Oracle) · 3 years, 4 months ago
  4. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  5. 51b8c1f vfs: keep inodes with page cache off the inode shrinker LRU by Johannes Weiner · 3 years, 2 months ago
  6. e60feb4 fs: export an inode_update_time helper by Josef Bacik · 3 years, 2 months ago
  7. 23ca067 mm: Fully initialize invalidate_lock, amend lock class later by Sebastian Andrzej Siewior · 3 years, 4 months ago
  8. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  9. 7ae12c8 fs: inode: count invalidated shadow pages in pginodesteal by Johannes Weiner · 3 years, 4 months ago
  10. 730633f mm: Protect operations adding pages to page cache with invalidate_lock by Jan Kara · 4 years ago
  11. 786b311 mm: remove nrexceptional from inode: remove BUG_ON by Hugh Dickins · 3 years, 8 months ago
  12. 8bc3c48 mm: remove nrexceptional from inode by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  13. 34a456e Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 8 months ago
  14. 51db776 vfs: remove unused ioctl helpers by Miklos Szeredi · 3 years, 9 months ago
  15. db99855 fs: introduce two inode i_{u,g}id initialization helpers by Christian Brauner · 3 years, 9 months ago
  16. a65e58e fs: document and rename fsid helpers by Christian Brauner · 3 years, 9 months ago
  17. 5ceabb6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
  18. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  19. d61c6a5 Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 10 months ago
  20. 643fe55 open: handle idmapped mounts in do_truncate() by Christian Brauner · 4 years ago
  21. ba73d98 namei: handle idmapped mounts in may_*() helpers by Christian Brauner · 4 years ago
  22. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  23. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  24. 0558c1b capability: handle idmapped mounts by Christian Brauner · 4 years ago
  25. 961f3c8 fs: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years ago
  26. e20b14d fs: only specify I_DIRTY_TIME when needed in generic_update_time() by Eric Biggers · 4 years ago
  27. edbb35c fs/inode.c: make inode_init_always() initialize i_ino to 0 by Eric Biggers · 4 years, 2 months ago
  28. 7bb5226 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
  29. 8814908 fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode() by Hao Li · 4 years, 1 month ago
  30. 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 1 month ago
  31. 01c7026 fs: add a filesystem flag for THPs by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  32. 9daa0a2 Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  33. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  34. 3f19b2a vfs, afs, ext4: Make the inode hash table RCU searchable by David Howells · 7 years ago
  35. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  36. 2b8e8b5 fs: inode.c: get rid of docs warnings by Mauro Carvalho Chehab · 4 years, 9 months ago
  37. 8019ad1 futex: Fix inode life-time issue by Peter Zijlstra · 4 years, 10 months ago
  38. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 11 months ago
  39. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  40. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  41. 6e1918c fscrypt: don't allow v1 policies with casefolding by Daniel Rosenberg · 5 years ago
  42. 04646ae fs: avoid softlockups in s_inodes iterators by Eric Sandeen · 5 years ago
  43. 23b424d fs: Do not overload update_time by Deepa Dinamani · 5 years ago
  44. ba70609 fs: Delete timespec64_trunc() by Deepa Dinamani · 5 years ago
  45. 09d91cd mm,thp: avoid writes to file with THP in pagecache by Song Liu · 5 years ago
  46. 50e17c00 vfs: Add timestamp_truncate() api by Deepa Dinamani · 7 years ago
  47. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  48. 40f06c7 Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  49. dbc77f3 vfs: only allow FSSETXATTR to set DAX flag on files and dirs by Darrick J. Wong · 5 years ago
  50. ca29be7 vfs: teach vfs_ioc_fssetxattr_check to check extent size hints by Darrick J. Wong · 5 years ago
  51. f991492 vfs: teach vfs_ioc_fssetxattr_check to check project id info by Darrick J. Wong · 5 years ago
  52. 7b0e492 vfs: create a generic checking function for FS_IOC_FSSETXATTR by Darrick J. Wong · 5 years ago
  53. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 5 years ago
  54. e38f7f5 vfs: introduce file_modified() helper by Amir Goldstein · 6 years ago
  55. 7b78564 mm: fix page cache convergence regression by Johannes Weiner · 6 years ago
  56. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  57. 149e703 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  58. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  59. fdb0da8 new inode method: ->free_inode() by Al Viro · 6 years ago
  60. f69e749 Abort file_remove_privs() for non-reg. files by Alexander Lochmann · 6 years ago
  61. 6f22b66 fs: use timespec64 in relatime_need_update by Arnd Bergmann · 6 years ago
  62. a905737 fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits() by Vineet Gupta · 6 years ago
  63. 69056ee Revert "mm: don't reclaim inodes with many attached pages" by Dave Chinner · 6 years ago
  64. b12a912 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  65. d651d16 vfs: replace current_kernel_time64 with ktime equivalent by Arnd Bergmann · 6 years ago
  66. a76cf1a mm: don't reclaim inodes with many attached pages by Roman Gushchin · 6 years ago
  67. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  68. a283348 page cache: Finish XArray conversion by Matthew Wilcox · 7 years ago
  69. d9a185f Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  70. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  71. e950564 vfs: don't evict uninitialized inode by Miklos Szeredi · 6 years ago
  72. c2b6d62 new primitive: discard_new_inode() by Al Viro · 7 years ago
  73. c671854 Revert "vfs: update ovl inode before relatime check" by Miklos Szeredi · 6 years ago
  74. 88059de Revert "ovl: fix relatime for directories" by Miklos Szeredi · 6 years ago
  75. 0fa3ecd Fix up non-directory creation in SGID directories by Linus Torvalds · 6 years ago
  76. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  77. 70f2ae1 Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  78. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  79. 80ea09a vfs: factor out inode_insert5() by Miklos Szeredi · 7 years ago
  80. 829bc787 fs: clear writeback errors in inode_init_always by Darrick J. Wong · 7 years ago
  81. 8efd689 fs: add timespec64_truncate() by Deepa Dinamani · 7 years ago
  82. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  83. ae23395 inode: don't memset the inode address space twice by Dave Chinner · 7 years ago
  84. 0d07e55 fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync by Christoph Hellwig · 7 years ago
  85. 1a60e4d vfs: remove might_sleep() from clear_inode() by Shakeel Butt · 7 years ago
  86. e38cf30 fs: only set S_VERSION when updating times if necessary by Jeff Layton · 7 years ago
  87. ae5e165 fs: new API for handling inode->i_version by Jeff Layton · 7 years ago
  88. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  89. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  90. c353f88 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  91. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  92. cd91304 ovl: fix relatime for directories by Miklos Szeredi · 7 years ago
  93. 799ea9e xfs: evict all inodes involved with log redo item by Darrick J. Wong · 7 years ago
  94. b8d4c1f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  95. 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 7 years ago
  96. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  97. cc658db fs: Reorder inode_owner_or_capable() to avoid needless by Kees Cook · 8 years ago
  98. c75b1d9 fs: add fcntl() interface for setting/getting write life time hints by Jens Axboe · 8 years ago
  99. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  100. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago