1. 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
  2. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  3. 3f19b2a vfs, afs, ext4: Make the inode hash table RCU searchable by David Howells · 7 years ago
  4. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  5. 2b8e8b5 fs: inode.c: get rid of docs warnings by Mauro Carvalho Chehab · 4 years, 9 months ago
  6. 8019ad1 futex: Fix inode life-time issue by Peter Zijlstra · 4 years, 10 months ago
  7. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  8. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  9. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  10. 6e1918c fscrypt: don't allow v1 policies with casefolding by Daniel Rosenberg · 5 years ago
  11. 04646ae fs: avoid softlockups in s_inodes iterators by Eric Sandeen · 5 years ago
  12. 23b424d fs: Do not overload update_time by Deepa Dinamani · 5 years ago
  13. ba70609 fs: Delete timespec64_trunc() by Deepa Dinamani · 5 years ago
  14. 09d91cd mm,thp: avoid writes to file with THP in pagecache by Song Liu · 5 years ago
  15. 50e17c00 vfs: Add timestamp_truncate() api by Deepa Dinamani · 7 years ago
  16. 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
  17. 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
  18. dbc77f3 vfs: only allow FSSETXATTR to set DAX flag on files and dirs by Darrick J. Wong · 6 years ago
  19. ca29be7 vfs: teach vfs_ioc_fssetxattr_check to check extent size hints by Darrick J. Wong · 6 years ago
  20. f991492 vfs: teach vfs_ioc_fssetxattr_check to check project id info by Darrick J. Wong · 6 years ago
  21. 7b0e492 vfs: create a generic checking function for FS_IOC_FSSETXATTR by Darrick J. Wong · 6 years ago
  22. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 6 years ago
  23. e38f7f5 vfs: introduce file_modified() helper by Amir Goldstein · 6 years ago
  24. 7b78564 mm: fix page cache convergence regression by Johannes Weiner · 6 years ago
  25. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  26. 149e703 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  27. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  28. fdb0da8 new inode method: ->free_inode() by Al Viro · 6 years ago
  29. f69e749 Abort file_remove_privs() for non-reg. files by Alexander Lochmann · 6 years ago
  30. 6f22b66 fs: use timespec64 in relatime_need_update by Arnd Bergmann · 6 years ago
  31. a905737 fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits() by Vineet Gupta · 6 years ago
  32. 69056ee Revert "mm: don't reclaim inodes with many attached pages" by Dave Chinner · 6 years ago
  33. 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
  34. d651d16 vfs: replace current_kernel_time64 with ktime equivalent by Arnd Bergmann · 6 years ago
  35. a76cf1a mm: don't reclaim inodes with many attached pages by Roman Gushchin · 6 years ago
  36. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  37. a283348 page cache: Finish XArray conversion by Matthew Wilcox · 7 years ago
  38. 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
  39. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  40. e950564 vfs: don't evict uninitialized inode by Miklos Szeredi · 6 years ago
  41. c2b6d62 new primitive: discard_new_inode() by Al Viro · 7 years ago
  42. c671854 Revert "vfs: update ovl inode before relatime check" by Miklos Szeredi · 6 years ago
  43. 88059de Revert "ovl: fix relatime for directories" by Miklos Szeredi · 6 years ago
  44. 0fa3ecd Fix up non-directory creation in SGID directories by Linus Torvalds · 7 years ago
  45. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  46. 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
  47. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  48. 80ea09a vfs: factor out inode_insert5() by Miklos Szeredi · 7 years ago
  49. 829bc787 fs: clear writeback errors in inode_init_always by Darrick J. Wong · 7 years ago
  50. 8efd689 fs: add timespec64_truncate() by Deepa Dinamani · 7 years ago
  51. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  52. ae23395 inode: don't memset the inode address space twice by Dave Chinner · 7 years ago
  53. 0d07e55 fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync by Christoph Hellwig · 7 years ago
  54. 1a60e4d vfs: remove might_sleep() from clear_inode() by Shakeel Butt · 7 years ago
  55. e38cf30 fs: only set S_VERSION when updating times if necessary by Jeff Layton · 7 years ago
  56. ae5e165 fs: new API for handling inode->i_version by Jeff Layton · 7 years ago
  57. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  58. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  59. c353f88 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  60. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  61. cd91304 ovl: fix relatime for directories by Miklos Szeredi · 7 years ago
  62. 799ea9e xfs: evict all inodes involved with log redo item by Darrick J. Wong · 7 years ago
  63. b8d4c1f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  64. 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 7 years ago
  65. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. cc658db fs: Reorder inode_owner_or_capable() to avoid needless by Kees Cook · 8 years ago
  67. c75b1d9 fs: add fcntl() interface for setting/getting write life time hints by Jens Axboe · 8 years ago
  68. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  69. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  70. 6e7c2b4 scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  71. 563f400 fs: don't set *REFERENCED on single use objects by Josef Bacik · 8 years ago
  72. 08991e8 fsnotify: Free fsnotify_mark_connector when there is no mark attached by Jan Kara · 8 years ago
  73. 9dd813c fsnotify: Move mark list head from object into dedicated structure by Jan Kara · 8 years ago
  74. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  75. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  76. f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
  77. 33e09f0 Merge branch 'work.iget' into work.misc by Al Viro · 8 years ago
  78. d0a5b99 vfs: Add IOP_XATTR inode operations flag by Andreas Gruenbacher · 8 years ago
  79. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  80. 3cd8866 vfs: Add current_time() api by Deepa Dinamani · 8 years ago
  81. 598e3c8 vfs: update ovl inode before relatime check by Miklos Szeredi · 8 years ago
  82. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  83. 8ecfb75 Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus by Al Viro · 8 years ago
  84. f0fce87 vfs: make dentry_needs_remove_privs() internal by Miklos Szeredi · 8 years ago
  85. c1892c3 vfs: fix deadlock in file_remove_privs() on overlayfs by Miklos Szeredi · 8 years ago
  86. 05eb6e7 radix-tree: account nodes to memcg only if explicitly requested by Vladimir Davydov · 8 years ago
  87. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  88. 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago
  89. 0bd23d09 vfs: Don't modify inodes with a uid or gid unknown to the vfs by Eric W. Biederman · 9 years ago
  90. 2864f30 iget_locked et.al.: make sure we don't return bad inodes by Al Viro · 9 years ago
  91. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 9 years ago
  92. 84e710d parallel lookups machinery, part 2 by Al Viro · 9 years ago
  93. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
  94. 3d65ae4 writeback: initialize inode members that track writeback history by Tahsin Erdogan · 9 years ago
  95. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  96. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 9 years ago
  97. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  98. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  99. 065019a Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  100. f27a0fe locks: pass inode pointer to locks_free_lock_context by Jeff Layton · 9 years ago