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, 4 months ago
  4. 512edfa xfs: port the defer ops capture and continue to resource capture by Darrick J. Wong · 3 years, 4 months ago
  5. 4bc6198 xfs: refactor xfs_iget calls from log intent recovery by Darrick J. Wong · 3 years, 6 months ago
  6. 43059d5 xfs: dump log intent items that cannot be recovered due to corruption by Darrick J. Wong · 3 years, 6 months ago
  7. 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 10 months ago
  8. 85ef08b xfs: Check for extent overflow when punching a hole by Chandan Babu R · 4 years ago
  9. 727e1ac xfs: Check for extent overflow when trivally adding a new extent by Chandan Babu R · 4 years ago
  10. 33005fd xfs: refactor file range validation by Darrick J. Wong · 4 years, 2 months ago
  11. 67457eb xfs: refactor data device extent validation by Darrick J. Wong · 4 years, 2 months ago
  12. 67d8679 xfs: improve the code that checks recovered bmap intent items by Darrick J. Wong · 4 years, 2 months ago
  13. bc525cf xfs: hoist recovered bmap intent checks out of xfs_bui_item_recover by Darrick J. Wong · 4 years, 2 months ago
  14. 4e919af xfs: periodically relog deferred intent items by Darrick J. Wong · 4 years, 4 months ago
  15. ff4ab5e xfs: fix an incore inode UAF in xfs_bui_recover by Darrick J. Wong · 4 years, 4 months ago
  16. 64a3f33 xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering by Darrick J. Wong · 4 years, 4 months ago
  17. 919522e xfs: clean up bmap intent item recovery checking by Darrick J. Wong · 4 years, 4 months ago
  18. e6fff81 xfs: proper replay of deferred ops queued during log recovery by Darrick J. Wong · 4 years, 4 months ago
  19. 384ff09 xfs: don't release log intent items when recovery fails by Darrick J. Wong · 4 years, 4 months ago
  20. 2dbf872 xfs: attach inode to dquot in xfs_bui_item_recover by Darrick J. Wong · 4 years, 4 months ago
  21. 93293bc xfs: log new intent items created as part of finishing recovered intent items by Darrick J. Wong · 4 years, 4 months ago
  22. 32a2b11 xfs: Remove kmem_zone_zalloc() usage by Carlos Maiolino · 4 years, 6 months ago
  23. cc560a5 xfs: hoist setting of XFS_LI_RECOVERED to caller by Darrick J. Wong · 4 years, 9 months ago
  24. 96b60f8 xfs: refactor intent item iop_recover calls by Darrick J. Wong · 4 years, 9 months ago
  25. 889eb55 xfs: refactor intent item RECOVERED flag into the log item by Darrick J. Wong · 4 years, 9 months ago
  26. 86a3717 xfs: refactor adding recovered intent items to the log by Darrick J. Wong · 4 years, 9 months ago
  27. 154c733 xfs: refactor releasing finished intents during log recovery by Darrick J. Wong · 4 years, 9 months ago
  28. 9329ba8 xfs: refactor recovered BUI log item playback by Darrick J. Wong · 4 years, 9 months ago
  29. 3c6ba3c xfs: refactor log recovery BUI item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 9 months ago
  30. 86ffa47 xfs: refactor log recovery item sorting into a generic dispatch structure by Darrick J. Wong · 4 years, 9 months ago
  31. 6558792 xfs: use delete helper for items expected to be in AIL by Brian Foster · 4 years, 9 months ago
  32. 3ec1b26 xfs: use a xfs_btree_cur for the ->finish_cleanup state by Christoph Hellwig · 4 years, 9 months ago
  33. f09d167 xfs: turn dfp_done into a xfs_log_item by Christoph Hellwig · 4 years, 9 months ago
  34. 13a8333 xfs: turn dfp_intent into a xfs_log_item by Christoph Hellwig · 4 years, 9 months ago
  35. d367a86 xfs: merge the ->diff_items defer op into ->create_intent by Christoph Hellwig · 4 years, 9 months ago
  36. c1f0918 xfs: merge the ->log_item defer op into ->create_intent by Christoph Hellwig · 4 years, 9 months ago
  37. 377bcd5 xfs: Remove kmem_zone_free() wrapper by Carlos Maiolino · 5 years ago
  38. 895e196 xfs: convert EIO to EFSCORRUPTED when log contents are invalid by Darrick J. Wong · 5 years ago
  39. a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
  40. 3e08f42 xfs: remove unnecessary int returns from deferred bmap functions by Darrick J. Wong · 5 years ago
  41. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  42. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  43. caeaea9 xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c by Christoph Hellwig · 6 years ago
  44. 73f0d23 xfs: merge xfs_bud_init into xfs_trans_get_bud by Christoph Hellwig · 6 years ago
  45. 95cf0e4 xfs: remove a pointless comment duplicated above all xfs_item_ops instances by Christoph Hellwig · 6 years ago
  46. 9ce632a xfs: add a flag to release log items on commit by Christoph Hellwig · 6 years ago
  47. ddf9205 xfs: split iop_unlock by Christoph Hellwig · 6 years ago
  48. e8b78db xfs: don't require log items to implement optional methods by Christoph Hellwig · 6 years ago
  49. 5467b34 xfs: move xfs_ino_geometry to xfs_shared.h by Darrick J. Wong · 6 years ago
  50. 0f37d17 xfs: pass transaction to xfs_defer_add() by Brian Foster · 6 years ago
  51. 7dbddba xfs: drop dop param from xfs_defer_op_type ->finish_item() callback by Brian Foster · 6 years ago
  52. ce356d6 xfs: pass transaction to dfops reset/move helpers by Brian Foster · 6 years ago
  53. fbfa977 xfs: use transaction for intent recovery instead of raw dfops by Brian Foster · 6 years ago
  54. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  55. 91ef75b xfs: use internal dfops during [b|c]ui recovery by Brian Foster · 6 years ago
  56. 813d08c xfs: use ->t_dfops for recovery of [b|c]ui log items by Brian Foster · 7 years ago
  57. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  58. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  59. 0612d11 xfs: fix intent use-after-free on abort by Dave Chinner · 7 years ago
  60. 5099558 xfs: log recovery should replay deferred ops in order by Darrick J. Wong · 7 years ago
  61. 8ad7c629 xfs: remove the ip argument to xfs_defer_finish by Christoph Hellwig · 7 years ago
  62. e1a4e37 xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent by Darrick J. Wong · 8 years ago
  63. fe0be23 xfs: reserve enough blocks to handle btree splits when remapping by Darrick J. Wong · 8 years ago
  64. c4cf1ac xfs: better log intent item refcount checking by Darrick J. Wong · 8 years ago
  65. 17c12bc xfs: when replaying bmap operations, don't let unlinked inodes get reaped by Darrick J. Wong · 8 years ago
  66. 9f3afb5 xfs: implement deferred bmbt map/unmap operations by Darrick J. Wong · 8 years ago
  67. 77d61fe xfs: log bmap intent items by Darrick J. Wong · 8 years ago
  68. 6413a01 xfs: create bmbt update intent log items by Darrick J. Wong · 8 years ago