1. 36029de xfs: make is_log_ag() a first class helper by Dave Chinner · 2 years, 8 months ago
  2. 8c392eb xfs: pass perag to xfs_alloc_put_freelist by Dave Chinner · 2 years, 8 months ago
  3. 49f0d84 xfs: pass perag to xfs_alloc_get_freelist by Dave Chinner · 2 years, 8 months ago
  4. 08d3e84 xfs: pass perag to xfs_alloc_read_agf() by Dave Chinner · 2 years, 8 months ago
  5. e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 5 months ago
  6. 9fa47bd xfs: use separate btree cursor cache for each btree type by Darrick J. Wong · 3 years, 6 months ago
  7. 0ed5f73 xfs: compute absolute maximum nlevels for each btree type by Darrick J. Wong · 3 years, 6 months ago
  8. 9ec6912 xfs: compute the maximum height of the rmap btree when reflink enabled by Darrick J. Wong · 3 years, 6 months ago
  9. c940a0c xfs: dynamically allocate cursors based on maxlevels by Darrick J. Wong · 3 years, 6 months ago
  10. 56370ea xfs: refactor btree cursor allocation function by Darrick J. Wong · 3 years, 6 months ago
  11. cc41174 xfs: remove xfs_btree_cur.bc_blocklog by Darrick J. Wong · 3 years, 6 months ago
  12. 04fcad8 xfs: introduce xfs_buf_daddr() by Dave Chinner · 3 years, 7 months ago
  13. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 7 months ago
  14. deb06b9 xfs: make the start pointer passed to btree alloc_block functions const by Darrick J. Wong · 3 years, 7 months ago
  15. b5a6e5f xfs: make the pointer passed to btree set_root functions const by Darrick J. Wong · 3 years, 7 months ago
  16. 8e38dc8 xfs: make the keys and records passed to btree inorder functions const by Darrick J. Wong · 3 years, 7 months ago
  17. 23825cd xfs: mark the record passed into btree init_key functions as const by Darrick J. Wong · 3 years, 7 months ago
  18. d29d557 xfs: make the key parameters to all btree key comparison functions const by Darrick J. Wong · 3 years, 7 months ago
  19. 50f02fe xfs: remove agno from btree cursor by Dave Chinner · 3 years, 9 months ago
  20. fa9c3c1 xfs: convert rmap btree cursor to using a perag by Dave Chinner · 3 years, 9 months ago
  21. be9fb17 xfs: add a perag to the btree cursor by Dave Chinner · 3 years, 9 months ago
  22. 3093312 xfs: push perags through the ag reservation callouts by Dave Chinner · 3 years, 9 months ago
  23. 45d0662 xfs: pass perags through to the busy extent code by Dave Chinner · 3 years, 9 months ago
  24. 9bbafc71 xfs: move xfs_perag_get/put to xfs_ag.[ch] by Dave Chinner · 3 years, 9 months ago
  25. 1aec7c3 xfs: remove obsolete AGF counter debugging by Darrick J. Wong · 3 years, 11 months ago
  26. eb84090 xfs: revert "xfs: fix rmap key and record comparison functions" by Darrick J. Wong · 4 years, 4 months ago
  27. 6ff646b xfs: fix rmap key and record comparison functions by Darrick J. Wong · 4 years, 4 months ago
  28. 32a2b11 xfs: Remove kmem_zone_zalloc() usage by Carlos Maiolino · 4 years, 8 months ago
  29. 92a0054 xfs: get rid of unnecessary xfs_perag_{get,put} pairs by Gao Xiang · 4 years, 8 months ago
  30. 59d6771 xfs: add support for rmap btree staging cursors by Darrick J. Wong · 5 years ago
  31. 576af73 xfs: convert btree cursor ag-private member name by Dave Chinner · 5 years ago
  32. 9798f61 xfs: remove XFS_BUF_TO_AGF by Christoph Hellwig · 5 years ago
  33. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  34. dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
  35. 5cd213b xfs: don't reserve per-AG space for an internal log by Darrick J. Wong · 6 years ago
  36. 39708c2 xfs: miscellaneous verifier magic value fixups by Brian Foster · 6 years ago
  37. ebcbef3 xfs: pass transaction lock while setting up agresv on cyclic metadata by Darrick J. Wong · 7 years ago
  38. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  39. 1f5c071 xfs: don't ASSERT on short form btree root pointer of zero by Darrick J. Wong · 7 years ago
  40. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
  41. 0ab32086 xfs: account only rmapbt-used blocks against rmapbt perag res by Brian Foster · 7 years ago
  42. e157ebd Cleanup old XFS_BTREE_* traces by Carlos Maiolino · 7 years ago
  43. b557259 xfs: create a new buf_ops pointer to verify structure metadata by Darrick J. Wong · 7 years ago
  44. bc1a09b xfs: refactor verifier callers to print address of failing check by Darrick J. Wong · 7 years ago
  45. a6a781a xfs: have buffer verifier functions report failing address by Darrick J. Wong · 7 years ago
  46. 31ca03c xfs: refactor xfs_verifier_error and xfs_buf_ioerror by Darrick J. Wong · 7 years ago
  47. 38dee37 xfs: always compile the btree inorder check functions by Darrick J. Wong · 8 years ago
  48. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  49. 20e73b0 xfs: use the actual AG length when reserving blocks by Darrick J. Wong · 8 years ago
  50. 11ef38a xfs: make xfs btree stats less huge by Dave Chinner · 8 years ago
  51. 84d6961 xfs: preallocate blocks for worst-case btree expansion by Darrick J. Wong · 8 years ago
  52. 46eeb52 xfs: introduce refcount btree definitions by Darrick J. Wong · 8 years ago
  53. f32866fd xfs: store rmapbt block count in the AGF by Darrick J. Wong · 9 years ago
  54. 973b831 xfs: remove the get*keys and update_keys btree ops pointers by Darrick J. Wong · 9 years ago
  55. cfed56a xfs: support overlapping intervals in the rmap btree by Darrick J. Wong · 9 years ago
  56. 4b8ed67 xfs: add rmap btree operations by Darrick J. Wong · 9 years ago
  57. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 9 years ago