1. 2d86293 xfs: return errors in xfs_fs_sync_fs by Darrick J. Wong · 2 years, 11 months ago
  2. 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
  3. 7993f1a xfs: only run COW extent recovery when there are no live extents by Darrick J. Wong · 3 years ago
  4. 089558b xfs: remove all COW fork extents when remounting readonly by Darrick J. Wong · 3 years, 1 month ago
  5. 5b5abbe xfs: move dax device handling into xfs_{alloc,free}_buftarg by Christoph Hellwig · 3 years, 1 month ago
  6. 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 1 month ago
  7. 679a994 xfs: factor out a xfs_setup_dax_always helper by Christoph Hellwig · 3 years, 1 month ago
  8. 0b9007e xfs: Remove duplicated include in xfs_super by Wan Jiabing · 3 years, 2 months ago
  9. c201d9c xfs: rename xfs_bmap_add_free to xfs_free_extent_later by Darrick J. Wong · 3 years, 3 months ago
  10. f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 3 months ago
  11. 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
  12. 9fa47bd xfs: use separate btree cursor cache for each btree type by Darrick J. Wong · 3 years, 3 months ago
  13. c940a0c xfs: dynamically allocate cursors based on maxlevels by Darrick J. Wong · 3 years, 3 months ago
  14. 6ca444cf xfs: prepare xfs_btree_cur for dynamic cursor heights by Darrick J. Wong · 3 years, 3 months ago
  15. 2e5fd48 Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 4 months ago
  16. 90c90cd Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 4 months ago
  17. bdd3c50 dax: remove bdev_dax_supported by Christoph Hellwig · 3 years, 4 months ago
  18. a384f08 xfs: factor out a xfs_buftarg_is_dax helper by Christoph Hellwig · 3 years, 4 months ago
  19. d6837c1 xfs: introduce xfs_sb_is_v5 helper by Dave Chinner · 3 years, 4 months ago
  20. ebd9027 xfs: convert xfs_sb_version_has checks to use mount features by Dave Chinner · 3 years, 4 months ago
  21. 75c8c50f xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown by Dave Chinner · 3 years, 4 months ago
  22. 2e973b2 xfs: convert remaining mount flags to state flags by Dave Chinner · 3 years, 4 months ago
  23. 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 4 months ago
  24. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 4 months ago
  25. e23b55d xfs: rework attr2 feature and mount options by Dave Chinner · 3 years, 4 months ago
  26. 33c0dd7 xfs: move the CIL workqueue to the CIL by Dave Chinner · 3 years, 5 months ago
  27. 39823d0 xfs: CIL work is serialised, not pipelined by Dave Chinner · 3 years, 5 months ago
  28. e1d06e5 xfs: convert log flags to an operational state field by Dave Chinner · 3 years, 5 months ago
  29. f19ee6b xfs: drop experimental warnings for bigtime and inobtcount by Darrick J. Wong · 3 years, 5 months ago
  30. 6f64909 xfs: don't run speculative preallocation gc when fs is frozen by Darrick J. Wong · 3 years, 5 months ago
  31. 01e8f37 xfs: flush inode inactivation work when compiling usage statistics by Darrick J. Wong · 3 years, 5 months ago
  32. ab23a77 xfs: per-cpu deferred inode inactivation queues by Dave Chinner · 3 years, 5 months ago
  33. c6c2066 xfs: move xfs_inactive call to xfs_inode_mark_reclaimable by Darrick J. Wong · 3 years, 5 months ago
  34. 0ed17f0 xfs: introduce all-mounts list for cpu hotplug notifications by Dave Chinner · 3 years, 5 months ago
  35. f1653c2 xfs: introduce CPU hotplug infrastructure by Dave Chinner · 3 years, 5 months ago
  36. 149e53a xfs: remove the active vs running quota differentiation by Christoph Hellwig · 3 years, 5 months ago
  37. 2433480 xfs: Convert to use invalidate_lock by Jan Kara · 3 years, 9 months ago
  38. b5071ad xfs: remove xfs_blkdev_issue_flush by Dave Chinner · 3 years, 6 months ago
  39. ffc1858 Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
  40. c076ae7 xfs: refactor per-AG inode tagging functions by Darrick J. Wong · 3 years, 7 months ago
  41. 9bbafc71 xfs: move xfs_perag_get/put to xfs_ag.[ch] by Dave Chinner · 3 years, 7 months ago
  42. db07349 xfs: move the di_flags field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
  43. 25dfa65 xfs: fix xfs_trans slab cache name by Anthony Iliopoulos · 3 years, 9 months ago
  44. 92cf7d3 xfs: Skip repetitive warnings about mount options by Pavel Reichl · 3 years, 9 months ago
  45. 0f98b4e xfs: rename variable mp to parsing_mp by Pavel Reichl · 3 years, 9 months ago
  46. 3fef46f xfs: rename the blockgc workqueue by Darrick J. Wong · 3 years, 9 months ago
  47. 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
  48. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  49. 47bd6d3 xfs: expose the blockgc workqueue knobs publicly by Darrick J. Wong · 4 years ago
  50. 894ecac xfs: parallelize block preallocation garbage collection by Darrick J. Wong · 4 years ago
  51. c9a6526 xfs: rename block gc start and stop functions by Darrick J. Wong · 4 years ago
  52. 9669f51 xfs: consolidate the eofblocks and cowblocks workers by Darrick J. Wong · 4 years ago
  53. b943c0c xfs: hide xfs_icache_free_cowblocks by Darrick J. Wong · 4 years ago
  54. 05a302a xfs: set WQ_SYSFS on all workqueues in debug mode by Darrick J. Wong · 4 years ago
  55. c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
  56. f736d93 xfs: support idmapped mounts by Christoph Hellwig · 4 years ago
  57. 5b0ad7c xfs: cover the log on freeze instead of cleaning it by Brian Foster · 4 years ago
  58. ea2064d xfs: remove xfs_quiesce_attr() by Brian Foster · 4 years ago
  59. 5232b93 xfs: remove duplicate wq cancel and log force from attr quiesce by Brian Foster · 4 years ago
  60. f46e5a1 xfs: fold sbcount quiesce logging into log covering by Brian Foster · 4 years ago
  61. 9e54ee0 xfs: separate log cleaning from log quiesce by Brian Foster · 4 years ago
  62. 237d788 xfs: show the proper user quota options by Kaixu Xia · 4 years, 1 month ago
  63. 1e5c39d xfs: rename xfs_fc_* back to xfs_fs_* by Darrick J. Wong · 4 years, 1 month ago
  64. 33005fd xfs: refactor file range validation by Darrick J. Wong · 4 years, 1 month ago
  65. 80c720b xfs: define a new "needrepair" feature by Darrick J. Wong · 4 years, 1 month ago
  66. 3945ae0 xfs: move kernel-specific superblock validation out of libxfs by Darrick J. Wong · 4 years, 1 month ago
  67. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  68. c23c393 xfs: remove deprecated mount options by Pavel Reichl · 4 years, 3 months ago
  69. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
  70. b96cb83 xfs: deprecate the V4 format by Darrick J. Wong · 4 years, 4 months ago
  71. 06dbf82 xfs: trace timestamp limits by Darrick J. Wong · 4 years, 4 months ago
  72. f93e5436 xfs: widen ondisk inode timestamps to deal with y2038+ by Darrick J. Wong · 4 years, 4 months ago
  73. 876fdc7 xfs: explicitly define inode timestamp range by Darrick J. Wong · 4 years, 4 months ago
  74. 2a39946 xfs: store inode btree block counts in AGI header by Darrick J. Wong · 4 years, 4 months ago
  75. 718ecc5 xfs: xfs_iflock is no longer a completion by Dave Chinner · 4 years, 4 months ago
  76. 4750a17 xfs: preserve inode versioning across remounts by Eric Sandeen · 4 years, 6 months ago
  77. c3f2375 xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim by Waiman Long · 4 years, 6 months ago
  78. 4d0bab3 xfs: remove SYNC_WAIT from xfs_reclaim_inodes() by Dave Chinner · 4 years, 6 months ago
  79. 8eeae5b Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  80. 16d9154 Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  81. b41b46c xfs: remove the m_active_trans counter by Dave Chinner · 4 years, 7 months ago
  82. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  83. 237aac4 xfs: ensure f_bfree returned by statfs() is non-negative by Zheng Bin · 4 years, 8 months ago
  84. dae2f8e fs: Lift XFS_IDONTCACHE to the VFS layer by Ira Weiny · 4 years, 8 months ago
  85. 8d6c344 fs/xfs: Make DAX mount option a tri-state by Ira Weiny · 4 years, 8 months ago
  86. 606723d fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 8 months ago
  87. f0f7a67 xfs: move inode flush to the sync workqueue by Darrick J. Wong · 4 years, 9 months ago
  88. c642570 xfs: ratelimit inode flush on buffered write ENOSPC by Darrick J. Wong · 4 years, 9 months ago
  89. d59eada xfs: correctly acount for reclaimable slabs by Dave Chinner · 4 years, 9 months ago
  90. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 11 months ago
  91. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  92. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  93. 932befe xfs: fix s_maxbytes computation on 32-bit kernels by Darrick J. Wong · 5 years ago
  94. aaf54eb xfs: Remove kmem_zone_destroy() wrapper by Carlos Maiolino · 5 years ago
  95. b123176 xfs: Remove slab init wrappers by Carlos Maiolino · 5 years ago
  96. 7f6bcf7 xfs: remove a stray tab in xfs_remount_rw() by Dan Carpenter · 5 years ago
  97. 0279c71 xfs: remove redundant assignment to variable error by Colin Ian King · 5 years ago
  98. 50f8300 xfs: fold xfs_mount-alloc() into xfs_init_fs_context() by Ian Kent · 5 years ago
  99. 8757c38 xfs: move xfs_fc_parse_param() above xfs_fc_get_tree() by Ian Kent · 5 years ago
  100. 2f8d66b xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure() by Ian Kent · 5 years ago