1. b65e08f xfs: create a predicate to verify per-AG extents by Darrick J. Wong · 2 years, 4 months ago
  2. 0800169 xfs: Pre-calculate per-AG agbno geometry by Dave Chinner · 2 years, 8 months ago
  3. 1edf805 xfs: speed up write operations by using non-overlapped lookups when possible by Darrick J. Wong · 2 years, 11 months ago
  4. 75d893d xfs: speed up rmap lookups by using non-overlapped lookups when possible by Darrick J. Wong · 2 years, 11 months ago
  5. 5b7ca8b xfs: simplify xfs_rmap_lookup_le call sites by Darrick J. Wong · 2 years, 11 months ago
  6. f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 5 months ago
  7. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 7 months ago
  8. 159eb69 xfs: make the record pointer passed to query_range functions const by Darrick J. Wong · 3 years, 7 months ago
  9. 04dcb47 xfs: make the key parameters to all btree query range functions const by Darrick J. Wong · 3 years, 7 months ago
  10. 50f02fe xfs: remove agno from btree cursor by Dave Chinner · 3 years, 9 months ago
  11. fa9c3c1 xfs: convert rmap btree cursor to using a perag by Dave Chinner · 3 years, 9 months ago
  12. be9fb17 xfs: add a perag to the btree cursor by Dave Chinner · 3 years, 9 months ago
  13. 45d0662 xfs: pass perags through to the busy extent code by Dave Chinner · 3 years, 9 months ago
  14. 9bbafc71 xfs: move xfs_perag_get/put to xfs_ag.[ch] by Dave Chinner · 3 years, 9 months ago
  15. 2e984ba xfs: remove unneeded return value check for *init_cursor() by Joseph Qi · 4 years, 3 months ago
  16. ea84398 xfs: fix flags argument to rmap lookup when converting shared file rmaps by Darrick J. Wong · 4 years, 4 months ago
  17. d7884e6 xfs: avoid shared rmap operations for attr fork extents by Darrick J. Wong · 4 years, 6 months ago
  18. 576af73 xfs: convert btree cursor ag-private member name by Dave Chinner · 5 years ago
  19. a71e422 xfs: fix xfs_rmap_has_other_keys usage of ECANCELED by Darrick J. Wong · 5 years ago
  20. a71895c xfs: convert open coded corruption check to use XFS_IS_CORRUPT by Darrick J. Wong · 5 years ago
  21. f9e0370 xfs: kill the XFS_WANT_CORRUPT_* macros by Darrick J. Wong · 5 years ago
  22. 39ee223 xfs: remove all *_ITER_CONTINUE values by Darrick J. Wong · 6 years ago
  23. e7ee96d xfs: remove all *_ITER_ABORT values by Darrick J. Wong · 6 years ago
  24. ffb5696 xfs: reinitialize rm_flags when unpacking an offset into an rmap irec by Darrick J. Wong · 6 years ago
  25. bc46ac6 xfs: remove unnecessary int returns from deferred rmap functions by Darrick J. Wong · 6 years ago
  26. 7380e8f xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys by Darrick J. Wong · 6 years ago
  27. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 6 years ago
  28. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  29. 7280fed xfs: remove xfs_rmap_ag_owner and friends by Darrick J. Wong · 6 years ago
  30. 66e3237 xfs: const-ify xfs_owner_info arguments by Darrick J. Wong · 6 years ago
  31. 0f37d17 xfs: pass transaction to xfs_defer_add() by Brian Foster · 7 years ago
  32. 0b04b6b8 xfs: trivial xfs_btree_del_cursor cleanups by Darrick J. Wong · 7 years ago
  33. fa248de xfs: don't assume a left rmap when allocating a new rmap by Darrick J. Wong · 7 years ago
  34. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  35. 9e6c08d xfs: validate btree records on retrieval by Dave Chinner · 7 years ago
  36. 4d4f86b xfs: add repair helpers for the reverse mapping btree by Darrick J. Wong · 7 years ago
  37. 52101df xfs: add missing rmap error return by Darrick J. Wong · 7 years ago
  38. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
  39. ed7c52d xfs: add scrub cross-referencing helpers for the rmap btrees by Darrick J. Wong · 7 years ago
  40. 68c58e9 xfs: only skip rmap owner checks for unknown-owner rmap removal by Darrick J. Wong · 7 years ago
  41. 33df3a9 xfs: always honor OWN_UNKNOWN rmap removal requests by Darrick J. Wong · 7 years ago
  42. e9e899a xfs: move error injection tags into their own file by Darrick J. Wong · 7 years ago
  43. 9e24cfd xfs: remove unneeded parameter from XFS_TEST_ERROR by Darrick J. Wong · 8 years ago
  44. 2678809 xfs: export various function for the online scrubber by Darrick J. Wong · 8 years ago
  45. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  46. e89c041 xfs: implement the GETFSMAP ioctl by Darrick J. Wong · 8 years ago
  47. e9a2599 xfs: create a function to query all records in a btree by Darrick J. Wong · 8 years ago
  48. 3f165b3 xfs: convert unwritten status of reverse mappings for shared files by Darrick J. Wong · 8 years ago
  49. ceeb9c8 xfs: use interval query for rmap alloc operations on shared files by Darrick J. Wong · 8 years ago
  50. 3993bae xfs: introduce the CoW fork by Darrick J. Wong · 8 years ago
  51. 9c19464 xfs: propagate bmap updates to rmapbt by Darrick J. Wong · 9 years ago
  52. abf0923 xfs: add rmap btree insert and delete helpers by Darrick J. Wong · 9 years ago
  53. fb7d926 xfs: convert unwritten status of reverse mappings by Darrick J. Wong · 9 years ago
  54. f922cd9 xfs: remove an extent from the rmap btree by Darrick J. Wong · 9 years ago
  55. 0a1b0b3 xfs: add an extent to the rmap btree by Darrick J. Wong · 9 years ago
  56. c543838 xfs: teach rmapbt to support interval queries by Darrick J. Wong · 9 years ago
  57. 4b8ed67 xfs: add rmap btree operations by Darrick J. Wong · 9 years ago
  58. 673930c xfs: introduce rmap extent operation stubs by Darrick J. Wong · 9 years ago