1. 411a712 xfs: standardize the btree maxrecs function parameters by Darrick J. Wong · 6 months ago
  2. 9517993 xfs: xfs_finobt_count_blocks() walks the wrong btree by Dave Chinner · 6 months ago
  3. 980faec xfs: convert "skip_discard" to a proper flags bitset by Darrick J. Wong · 8 months ago
  4. 549d3c9a xfs: pass xfs_buf lookup flags to xfs_*read_agi by Darrick J. Wong · 11 months ago
  5. 5ef819c xfs: rename btree helpers that depends on the block number representation by Christoph Hellwig · 1 year ago
  6. ec793e6 xfs: remove xfs_btnum_t by Christoph Hellwig · 1 year ago
  7. 14dd46c xfs: split xfs_inobt_init_cursor by Christoph Hellwig · 1 year ago
  8. 4bfb028 xfs: remove the btnum argument to xfs_inobt_count_blocks by Christoph Hellwig · 1 year ago
  9. 3038fd8 xfs: remove xfs_inobt_cur by Christoph Hellwig · 1 year ago
  10. 7f47734 xfs: add a sick_mask to struct xfs_btree_ops by Christoph Hellwig · 1 year ago
  11. 77953b9 xfs: add a name field to struct xfs_btree_ops by Christoph Hellwig · 1 year ago
  12. 6234dee xfs: remove xfs_inobt_stage_cursor by Christoph Hellwig · 1 year ago
  13. f6c98d9 xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor by Christoph Hellwig · 1 year ago
  14. 2b9e7f2 xfs: don't override bc_ops for staging btrees by Christoph Hellwig · 1 year ago
  15. 4f0cd5a xfs: split out a btree type from the btree ops geometry flags by Christoph Hellwig · 1 year ago
  16. 1a9d262 xfs: store the btree pointer length in struct xfs_btree_ops by Darrick J. Wong · 1 year ago
  17. 07b7f2e xfs: move the btree stats offset into struct btree_ops by Christoph Hellwig · 1 year ago
  18. 90cfae8 xfs: move lru refs to the btree ops structure by Darrick J. Wong · 1 year ago
  19. d8d6df4 xfs: extern some btree ops structures by Darrick J. Wong · 1 year ago
  20. f9e325bf xfs: drop XFS_BTREE_CRC_BLOCKS by Darrick J. Wong · 1 year ago
  21. 056d22c xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor by Darrick J. Wong · 1 year ago
  22. 4c88fef xfs: remove __xfs_free_extent_later by Darrick J. Wong · 1 year, 3 months ago
  23. b742d7b4 xfs: use deferred frees for btree block freeing by Dave Chinner · 1 year, 8 months ago
  24. 4a200a0 xfs: implement masked btree key comparisons for _has_records scans by Darrick J. Wong · 1 year, 11 months ago
  25. 6abc7ae xfs: replace xfs_btree_has_record with a general keyspace scanner by Darrick J. Wong · 1 year, 11 months ago
  26. 366a0b8 xfs: standardize ondisk to incore conversion for inode btrees by Darrick J. Wong · 1 year, 11 months ago
  27. 9b2e5a2 xfs: create traced helper to get extra perag references by Darrick J. Wong · 1 year, 11 months ago
  28. b2ccab31 xfs: pass per-ag references to xfs_free_extent by Darrick J. Wong · 1 year, 11 months ago
  29. db4710f xfs: introduce xfs_alloc_vextent_near_bno() by Dave Chinner · 2 years, 1 month ago
  30. 74c36a8 xfs: use xfs_alloc_vextent_this_ag() where appropriate by Dave Chinner · 2 years, 1 month ago
  31. 7ac2ff8 xfs: perags need atomic operational state by Dave Chinner · 2 years, 1 month ago
  32. bab8b79 xfs: inobt can use perags in many more places than it does by Dave Chinner · 2 years, 1 month ago
  33. 36029de xfs: make is_log_ag() a first class helper by Dave Chinner · 2 years, 8 months ago
  34. 3829c9a xfs: replace xfs_ag_block_count() with perag accesses by Dave Chinner · 2 years, 8 months ago
  35. 99b13c7 xfs: pass perag to xfs_ialloc_read_agi() by Dave Chinner · 2 years, 8 months ago
  36. e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 5 months ago
  37. 9fa47bd xfs: use separate btree cursor cache for each btree type by Darrick J. Wong · 3 years, 5 months ago
  38. 0ed5f73 xfs: compute absolute maximum nlevels for each btree type by Darrick J. Wong · 3 years, 5 months ago
  39. c940a0c xfs: dynamically allocate cursors based on maxlevels by Darrick J. Wong · 3 years, 6 months ago
  40. 56370ea xfs: refactor btree cursor allocation function by Darrick J. Wong · 3 years, 6 months ago
  41. cc41174 xfs: remove xfs_btree_cur.bc_blocklog by Darrick J. Wong · 3 years, 5 months ago
  42. 04fcad8 xfs: introduce xfs_buf_daddr() by Dave Chinner · 3 years, 7 months ago
  43. ebd9027 xfs: convert xfs_sb_version_has checks to use mount features by Dave Chinner · 3 years, 7 months ago
  44. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 7 months ago
  45. deb06b9 xfs: make the start pointer passed to btree alloc_block functions const by Darrick J. Wong · 3 years, 7 months ago
  46. b5a6e5f xfs: make the pointer passed to btree set_root functions const by Darrick J. Wong · 3 years, 7 months ago
  47. 8e38dc8 xfs: make the keys and records passed to btree inorder functions const by Darrick J. Wong · 3 years, 7 months ago
  48. 23825cd xfs: mark the record passed into btree init_key functions as const by Darrick J. Wong · 3 years, 7 months ago
  49. d29d557 xfs: make the key parameters to all btree key comparison functions const by Darrick J. Wong · 3 years, 7 months ago
  50. 50f02fe xfs: remove agno from btree cursor by Dave Chinner · 3 years, 9 months ago
  51. 7b13c51 xfs: use perag for ialloc btree cursors by Dave Chinner · 3 years, 9 months ago
  52. be9fb17 xfs: add a perag to the btree cursor by Dave Chinner · 3 years, 9 months ago
  53. 3093312 xfs: push perags through the ag reservation callouts by Dave Chinner · 3 years, 9 months ago
  54. 2e984ba xfs: remove unneeded return value check for *init_cursor() by Joseph Qi · 4 years, 3 months ago
  55. 11f7442 xfs: support inode btree blockcounts in online repair by Darrick J. Wong · 4 years, 6 months ago
  56. 1ac35f0 xfs: use the finobt block counts to speed up mount times by Darrick J. Wong · 4 years, 6 months ago
  57. 2a39946 xfs: store inode btree block counts in AGI header by Darrick J. Wong · 4 years, 7 months ago
  58. 32a2b11 xfs: Remove kmem_zone_zalloc() usage by Carlos Maiolino · 4 years, 7 months ago
  59. c29ce8f xfs: add support for inode btree staging cursors by Darrick J. Wong · 5 years ago
  60. 576af73 xfs: convert btree cursor ag-private member name by Dave Chinner · 5 years ago
  61. 370c782 xfs: remove XFS_BUF_TO_AGI by Christoph Hellwig · 5 years ago
  62. a211432 xfs: create simplified inode walk function by Darrick J. Wong · 6 years ago
  63. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  64. dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
  65. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  66. 5cd213b xfs: don't reserve per-AG space for an internal log by Darrick J. Wong · 6 years ago
  67. e1f6ca1 xfs: rename m_inotbt_nores to m_finobt_nores by Darrick J. Wong · 6 years ago
  68. 8473fee xfs: distinguish between inobt and finobt magic values by Brian Foster · 6 years ago
  69. 01e68f4 xfs: create a separate finobt verifier by Brian Foster · 6 years ago
  70. 7280fed xfs: remove xfs_rmap_ag_owner and friends by Darrick J. Wong · 6 years ago
  71. c087689 xfs: finobt AG reserves don't consider last AG can be a runt by Dave Chinner · 6 years ago
  72. ebcbef3 xfs: pass transaction lock while setting up agresv on cyclic metadata by Darrick J. Wong · 7 years ago
  73. 0b04b6b8 xfs: trivial xfs_btree_del_cursor cleanups by Darrick J. Wong · 7 years ago
  74. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  75. 2e050e6 xfs: fix inobt magic number check by Darrick J. Wong · 7 years ago
  76. 14861c4 xfs: add helpers to calculate btree size by Darrick J. Wong · 7 years ago
  77. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
  78. e157ebd Cleanup old XFS_BTREE_* traces by Carlos Maiolino · 7 years ago
  79. ad90bb5 xfs: account finobt blocks properly in perag reservation by Brian Foster · 7 years ago
  80. b557259 xfs: create a new buf_ops pointer to verify structure metadata by Darrick J. Wong · 7 years ago
  81. bc1a09b xfs: refactor verifier callers to print address of failing check by Darrick J. Wong · 7 years ago
  82. a6a781a xfs: have buffer verifier functions report failing address by Darrick J. Wong · 7 years ago
  83. 31ca03c xfs: refactor xfs_verifier_error and xfs_buf_ioerror by Darrick J. Wong · 7 years ago
  84. 118bb47 xfs: plumb in needed functions for range querying of various btrees by Darrick J. Wong · 8 years ago
  85. 38dee37 xfs: always compile the btree inorder check functions by Darrick J. Wong · 8 years ago
  86. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  87. 76d771b xfs: use per-AG reservations for the finobt by Christoph Hellwig · 8 years ago
  88. 9807b77 Merge branch 'xfs-4.10-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  89. b24a978 xfs: use GPF_NOFS when allocating btree cursors by Darrick J. Wong · 8 years ago
  90. 11ef38a xfs: make xfs btree stats less huge by Dave Chinner · 8 years ago
  91. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  92. 973b831 xfs: remove the get*keys and update_keys btree ops pointers by Darrick J. Wong · 9 years ago
  93. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 9 years ago
  94. 70b2265 xfs: add function pointers for get/update keys to the btree by Darrick J. Wong · 9 years ago
  95. e5821e5 xfs: during btree split, save new block key & ptr for future insertion by Darrick J. Wong · 9 years ago
  96. edfd9dd xfs: move buffer invalidation to xfs_btree_free_block by Christoph Hellwig · 9 years ago
  97. c5ab131 libxfs: refactor short btree block verification by Darrick J. Wong · 9 years ago
  98. 233135b xfs: print name of verifier if it fails by Eric Sandeen · 9 years ago
  99. ce748ea xfs: create new metadata UUID field and incompat flag by Eric Sandeen · 10 years ago
  100. 56d1115 xfs: allocate sparse inode chunks on full chunk allocation failure by Brian Foster · 10 years ago