1. c04c51c xfs: remove unused parameter from refcount code by Darrick J. Wong · 3 years, 3 months ago
  2. b3b5ff4 xfs: reduce the size of struct xfs_extent_free_item by Darrick J. Wong · 3 years, 3 months ago
  3. c201d9c xfs: rename xfs_bmap_add_free to xfs_free_extent_later by Darrick J. Wong · 3 years, 3 months ago
  4. f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 3 months ago
  5. 9e25395 xfs: compact deferred intent item structures by Darrick J. Wong · 3 years, 3 months ago
  6. 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
  7. e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 4 months ago
  8. 9fa47bd xfs: use separate btree cursor cache for each btree type by Darrick J. Wong · 3 years, 4 months ago
  9. 0ed5f73 xfs: compute absolute maximum nlevels for each btree type by Darrick J. Wong · 3 years, 4 months ago
  10. bc8883e xfs: kill XFS_BTREE_MAXLEVELS by Darrick J. Wong · 3 years, 4 months ago
  11. 9ec6912 xfs: compute the maximum height of the rmap btree when reflink enabled by Darrick J. Wong · 3 years, 4 months ago
  12. 1b236ad xfs: clean up xfs_btree_{calc_size,compute_maxlevels} by Darrick J. Wong · 3 years, 3 months ago
  13. b74e15d xfs: compute maximum AG btree height for critical reservation calculation by Darrick J. Wong · 3 years, 4 months ago
  14. 7cb3efb xfs: rename m_ag_maxlevels to m_allocbt_maxlevels by Darrick J. Wong · 3 years, 3 months ago
  15. c940a0c xfs: dynamically allocate cursors based on maxlevels by Darrick J. Wong · 3 years, 4 months ago
  16. c0643f6 xfs: encode the max btree height in the cursor by Darrick J. Wong · 3 years, 4 months ago
  17. 56370ea xfs: refactor btree cursor allocation function by Darrick J. Wong · 3 years, 4 months ago
  18. 69724d9 xfs: rearrange xfs_btree_cur fields for better packing by Darrick J. Wong · 3 years, 3 months ago
  19. 6ca444cf xfs: prepare xfs_btree_cur for dynamic cursor heights by Darrick J. Wong · 3 years, 4 months ago
  20. efb79ea xfs: reduce the size of nr_ops for refcount btree cursors by Darrick J. Wong · 3 years, 4 months ago
  21. cc41174 xfs: remove xfs_btree_cur.bc_blocklog by Darrick J. Wong · 3 years, 4 months ago
  22. 892a666f xfs: fix perag reference leak on iteration race with growfs by Brian Foster · 3 years, 3 months ago
  23. 8ed004e xfs: terminate perag iteration reliably on agcount by Brian Foster · 3 years, 3 months ago
  24. f1788b5 xfs: rename the next_agno perag iteration variable by Brian Foster · 3 years, 3 months ago
  25. bf2307b xfs: fold perag loop iteration logic into helper function by Brian Foster · 3 years, 3 months ago
  26. 11a83f4 xfs: remove the xfs_dqblk_t typedef by Christoph Hellwig · 3 years, 3 months ago
  27. ed67ebf xfs: remove the xfs_dsb_t typedef by Christoph Hellwig · 3 years, 3 months ago
  28. de38db7 xfs: remove the xfs_dinode_t typedef by Christoph Hellwig · 3 years, 3 months ago
  29. 4c175af xfs: check that bc_nlevels never overflows by Darrick J. Wong · 3 years, 4 months ago
  30. ae127f0 xfs: remove xfs_btree_cur_t typedef by Darrick J. Wong · 3 years, 4 months ago
  31. 78e8ec8 xfs: fix maxlevels comparisons in the btree staging code by Darrick J. Wong · 3 years, 4 months ago
  32. 512edfa xfs: port the defer ops capture and continue to resource capture by Darrick J. Wong · 3 years, 4 months ago
  33. c5db9f9 xfs: formalize the process of holding onto resources across a defer roll by Darrick J. Wong · 3 years, 4 months ago
  34. 9343ee7 xfs: convert bp->b_bn references to xfs_buf_daddr() by Dave Chinner · 3 years, 5 months ago
  35. 04fcad8 xfs: introduce xfs_buf_daddr() by Dave Chinner · 3 years, 5 months ago
  36. cf28e17 xfs: kill xfs_sb_version_has_v3inode() by Dave Chinner · 3 years, 5 months ago
  37. d6837c1 xfs: introduce xfs_sb_is_v5 helper by Dave Chinner · 3 years, 5 months ago
  38. 2beb7b5 xfs: remove unused xfs_sb_version_has wrappers by Dave Chinner · 3 years, 5 months ago
  39. ebd9027 xfs: convert xfs_sb_version_has checks to use mount features by Dave Chinner · 3 years, 5 months ago
  40. fe08cc5 xfs: open code sb verifier feature checks by Dave Chinner · 3 years, 5 months ago
  41. 03288b1 xfs: convert xfs_fs_geometry to use mount feature checks by Dave Chinner · 3 years, 5 months ago
  42. 75c8c50f xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown by Dave Chinner · 3 years, 5 months ago
  43. 2e973b2 xfs: convert remaining mount flags to state flags by Dave Chinner · 3 years, 5 months ago
  44. 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 5 months ago
  45. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 5 months ago
  46. a1d86e8 xfs: reflect sb features in xfs_mount by Dave Chinner · 3 years, 5 months ago
  47. e23b55d xfs: rework attr2 feature and mount options by Dave Chinner · 3 years, 5 months ago
  48. 51b495e xfs: rename xfs_has_attr() by Dave Chinner · 3 years, 5 months ago
  49. 8cf07f3 xfs: sb verifier doesn't handle uncached sb buffer by Dave Chinner · 3 years, 5 months ago
  50. f93f85f xfs: resolve fork names in trace output by Darrick J. Wong · 3 years, 5 months ago
  51. 32816fd xfs: constify btree function parameters that are not modified by Darrick J. Wong · 3 years, 5 months ago
  52. 60e265f xfs: make the start pointer passed to btree update_lastrec functions const by Darrick J. Wong · 3 years, 5 months ago
  53. deb06b9 xfs: make the start pointer passed to btree alloc_block functions const by Darrick J. Wong · 3 years, 5 months ago
  54. b5a6e5f xfs: make the pointer passed to btree set_root functions const by Darrick J. Wong · 3 years, 5 months ago
  55. 22ece4e8 xfs: mark the record passed into xchk_btree functions as const by Darrick J. Wong · 3 years, 5 months ago
  56. 8e38dc8 xfs: make the keys and records passed to btree inorder functions const by Darrick J. Wong · 3 years, 5 months ago
  57. 23825cd xfs: mark the record passed into btree init_key functions as const by Darrick J. Wong · 3 years, 5 months ago
  58. 159eb69 xfs: make the record pointer passed to query_range functions const by Darrick J. Wong · 3 years, 5 months ago
  59. 04dcb47 xfs: make the key parameters to all btree query range functions const by Darrick J. Wong · 3 years, 5 months ago
  60. d29d557 xfs: make the key parameters to all btree key comparison functions const by Darrick J. Wong · 3 years, 5 months ago
  61. c02f652 xfs: make xfs_rtalloc_query_range input parameters const by Darrick J. Wong · 3 years, 5 months ago
  62. 5e68b4c xfs: Rename __xfs_attr_rmtval_remove by Allison Henderson · 3 years, 5 months ago
  63. df08263 xfs: add attr state machine tracepoints by Allison Henderson · 3 years, 5 months ago
  64. 4bc6198 xfs: refactor xfs_iget calls from log intent recovery by Darrick J. Wong · 3 years, 5 months ago
  65. 908ce71 xfs: allow setting and clearing of log incompat feature flags by Darrick J. Wong · 3 years, 5 months ago
  66. d634525 xfs: replace kmem_alloc_large() with kvmalloc() by Dave Chinner · 3 years, 5 months ago
  67. b7df763 xfs: fix silly whitespace problems with kernel libxfs by Darrick J. Wong · 3 years, 5 months ago
  68. 149e53a xfs: remove the active vs running quota differentiation by Christoph Hellwig · 3 years, 5 months ago
  69. 40b5222 xfs: remove support for disabling quota accounting on a mounted file system by Christoph Hellwig · 3 years, 5 months ago
  70. aa66032 Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 6 months ago
  71. 32baa63 xfs: logging the on disk inode LSN can make it go backwards by Dave Chinner · 3 years, 6 months ago
  72. f0eb870 Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 6 months ago
  73. 83193e5 xfs: correct the narrative around misaligned rtinherit/extszinherit dirs by Darrick J. Wong · 3 years, 6 months ago
  74. da062d1 xfs: check for sparse inode clusters that cross new EOAG when shrinking by Darrick J. Wong · 3 years, 6 months ago
  75. 5937e00 xfs: Fix multiple fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 7 months ago
  76. 9f7b640 Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 7 months ago
  77. 8ec035a Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 7 months ago
  78. d3a3340 xfs: Initialize error in xfs_attr_remove_iter by Allison Henderson · 3 years, 7 months ago
  79. a8f3522 xfs: fix endianness issue in xfs_ag_shrink_space by Darrick J. Wong · 3 years, 7 months ago
  80. 5f9b4b0 xfs: xfs_log_force_lsn isn't passed a LSN by Dave Chinner · 3 years, 7 months ago
  81. a6a65fe xfs: log stripe roundoff is a property of the log by Dave Chinner · 3 years, 7 months ago
  82. 90e2c1c xfs: perag may be null in xfs_imap() by Dave Chinner · 3 years, 7 months ago
  83. d1015e2 Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderson/xfs_work into xfs-5.14-merge4 by Darrick J. Wong · 3 years, 7 months ago
  84. 816c8e3 xfs: Make attr name schemes consistent by Allison Henderson · 3 years, 8 months ago
  85. 4a4957c xfs: Fix default ASSERT in xfs_attr_set_iter by Allison Henderson · 3 years, 8 months ago
  86. 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
  87. 8b943d2 Merge tag 'assorted-fixes-5.14-1_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
  88. f52edf6 Merge tag 'unit-conversion-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
  89. 9ba0889 xfs: drop the AGI being passed to xfs_check_agi_freecount by Dave Chinner · 3 years, 7 months ago
  90. c3eabd3 Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
  91. ebf2e33 Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
  92. 919a4dd xfs: fix radix tree tag signs by Darrick J. Wong · 3 years, 8 months ago
  93. 5a981e4 xfs: mark xfs_bmap_set_attrforkoff static by Christoph Hellwig · 3 years, 8 months ago
  94. 9673261 xfs: Remove redundant assignment to busy by Jiapeng Chong · 3 years, 8 months ago
  95. 5f7fd75 xfs: sort variable alphabetically to avoid repeated declaration by Shaokun Zhang · 3 years, 8 months ago
  96. 5092011 xfs: remove xfs_perag_t by Dave Chinner · 3 years, 8 months ago
  97. f40aadb xfs: use perag through unlink processing by Dave Chinner · 3 years, 8 months ago
  98. 8237fbf xfs: clean up and simplify xfs_dialloc() by Dave Chinner · 3 years, 8 months ago
  99. 309161f xfs: inode allocation can use a single perag instance by Dave Chinner · 3 years, 8 months ago
  100. b652afd xfs: get rid of xfs_dir_ialloc() by Dave Chinner · 3 years, 8 months ago