1. f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 3 months ago
  2. 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
  3. e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 3 months ago
  4. 512edfa xfs: port the defer ops capture and continue to resource capture by Darrick J. Wong · 3 years, 3 months ago
  5. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 4 months ago
  6. 43059d5 xfs: dump log intent items that cannot be recovered due to corruption by Darrick J. Wong · 3 years, 5 months ago
  7. 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
  8. 67457eb xfs: refactor data device extent validation by Darrick J. Wong · 4 years, 1 month ago
  9. da5de11 xfs: validate feature support when recovering rmap/refcount intents by Darrick J. Wong · 4 years, 1 month ago
  10. 0d79781 xfs: improve the code that checks recovered refcount intent items by Darrick J. Wong · 4 years, 1 month ago
  11. ed64f83 xfs: hoist recovered refcount intent checks out of xfs_cui_item_recover by Darrick J. Wong · 4 years, 1 month ago
  12. 4e919af xfs: periodically relog deferred intent items by Darrick J. Wong · 4 years, 3 months ago
  13. ff4ab5e xfs: fix an incore inode UAF in xfs_bui_recover by Darrick J. Wong · 4 years, 3 months ago
  14. e6fff81 xfs: proper replay of deferred ops queued during log recovery by Darrick J. Wong · 4 years, 3 months ago
  15. 384ff09 xfs: don't release log intent items when recovery fails by Darrick J. Wong · 4 years, 3 months ago
  16. 93293bc xfs: log new intent items created as part of finishing recovered intent items by Darrick J. Wong · 4 years, 3 months ago
  17. b63da6c xfs: delete duplicated words + other fixes by Randy Dunlap · 4 years, 5 months ago
  18. 32a2b11 xfs: Remove kmem_zone_zalloc() usage by Carlos Maiolino · 4 years, 5 months ago
  19. cc560a5 xfs: hoist setting of XFS_LI_RECOVERED to caller by Darrick J. Wong · 4 years, 8 months ago
  20. 96b60f8 xfs: refactor intent item iop_recover calls by Darrick J. Wong · 4 years, 8 months ago
  21. 889eb55 xfs: refactor intent item RECOVERED flag into the log item by Darrick J. Wong · 4 years, 8 months ago
  22. 86a3717 xfs: refactor adding recovered intent items to the log by Darrick J. Wong · 4 years, 8 months ago
  23. 154c733 xfs: refactor releasing finished intents during log recovery by Darrick J. Wong · 4 years, 8 months ago
  24. c57ed2f xfs: refactor recovered CUI log item playback by Darrick J. Wong · 4 years, 8 months ago
  25. 9b4467e xfs: refactor log recovery CUI item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  26. 86ffa47 xfs: refactor log recovery item sorting into a generic dispatch structure by Darrick J. Wong · 4 years, 8 months ago
  27. 6558792 xfs: use delete helper for items expected to be in AIL by Brian Foster · 4 years, 8 months ago
  28. 3ec1b26 xfs: use a xfs_btree_cur for the ->finish_cleanup state by Christoph Hellwig · 4 years, 8 months ago
  29. f09d167 xfs: turn dfp_done into a xfs_log_item by Christoph Hellwig · 4 years, 8 months ago
  30. 13a8333 xfs: turn dfp_intent into a xfs_log_item by Christoph Hellwig · 4 years, 8 months ago
  31. d367a86 xfs: merge the ->diff_items defer op into ->create_intent by Christoph Hellwig · 4 years, 8 months ago
  32. c1f0918 xfs: merge the ->log_item defer op into ->create_intent by Christoph Hellwig · 4 years, 8 months ago
  33. 377bcd5 xfs: Remove kmem_zone_free() wrapper by Carlos Maiolino · 5 years ago
  34. 895e196 xfs: convert EIO to EFSCORRUPTED when log contents are invalid by Darrick J. Wong · 5 years ago
  35. a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
  36. 74b4c5d xfs: remove unnecessary int returns from deferred refcount functions by Darrick J. Wong · 5 years ago
  37. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  38. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  39. effd5e9 xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c by Christoph Hellwig · 6 years ago
  40. ebeb8e0 xfs: merge xfs_cud_init into xfs_trans_get_cud by Christoph Hellwig · 6 years ago
  41. 95cf0e4 xfs: remove a pointless comment duplicated above all xfs_item_ops instances by Christoph Hellwig · 6 years ago
  42. 9ce632a xfs: add a flag to release log items on commit by Christoph Hellwig · 6 years ago
  43. ddf9205 xfs: split iop_unlock by Christoph Hellwig · 6 years ago
  44. e8b78db xfs: don't require log items to implement optional methods by Christoph Hellwig · 6 years ago
  45. 0f37d17 xfs: pass transaction to xfs_defer_add() by Brian Foster · 6 years ago
  46. 7dbddba xfs: drop dop param from xfs_defer_op_type ->finish_item() callback by Brian Foster · 6 years ago
  47. ce356d6 xfs: pass transaction to dfops reset/move helpers by Brian Foster · 6 years ago
  48. fbfa977 xfs: use transaction for intent recovery instead of raw dfops by Brian Foster · 6 years ago
  49. 91ef75b xfs: use internal dfops during [b|c]ui recovery by Brian Foster · 6 years ago
  50. 813d08c xfs: use ->t_dfops for recovery of [b|c]ui log items by Brian Foster · 6 years ago
  51. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  52. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  53. 0612d11 xfs: fix intent use-after-free on abort by Dave Chinner · 7 years ago
  54. b31c2bd xfs: reserve blocks for refcount / rmap log item recovery by Darrick J. Wong · 7 years ago
  55. 5099558 xfs: log recovery should replay deferred ops in order by Darrick J. Wong · 7 years ago
  56. 8ad7c629 xfs: remove the ip argument to xfs_defer_finish by Christoph Hellwig · 7 years ago
  57. c4cf1ac xfs: better log intent item refcount checking by Darrick J. Wong · 8 years ago
  58. 7a21272 xfs: fix double-cleanup when CUI recovery fails by Darrick J. Wong · 8 years ago
  59. 174edb0 xfs: store in-progress CoW allocations in the refcount btree by Darrick J. Wong · 8 years ago
  60. 33ba6129 xfs: connect refcount adjust functions to upper layers by Darrick J. Wong · 8 years ago
  61. f997ee2 xfs: log refcount intent items by Darrick J. Wong · 8 years ago
  62. baf4bcac xfs: create refcount update intent log items by Darrick J. Wong · 8 years ago