1. 4e919af xfs: periodically relog deferred intent items by Darrick J. Wong · 4 years, 3 months ago
  2. e6fff81 xfs: proper replay of deferred ops queued during log recovery by Darrick J. Wong · 4 years, 3 months ago
  3. 901219b xfs: remove XFS_LI_RECOVERED by Darrick J. Wong · 4 years, 3 months ago
  4. d6b8fc6 xfs: do the assert for all the log done items in xfs_trans_cancel by Kaixu Xia · 4 years, 3 months ago
  5. cead0b1 xfs: simplify xfs_trans_getsb by Christoph Hellwig · 4 years, 4 months ago
  6. 3536b61 xfs: unwind log item error flagging by Dave Chinner · 4 years, 6 months ago
  7. 2ef3f7f xfs: get rid of log item callbacks by Dave Chinner · 4 years, 6 months ago
  8. 889eb55 xfs: refactor intent item RECOVERED flag into the log item by Darrick J. Wong · 4 years, 8 months ago
  9. 154c733 xfs: refactor releasing finished intents during log recovery by Darrick J. Wong · 4 years, 8 months ago
  10. 10d0c6e xfs: refactor recovered EFI log item playback by Darrick J. Wong · 4 years, 8 months ago
  11. ce92464 xfs: make xfs_trans_get_buf return an error code by Darrick J. Wong · 5 years ago
  12. 9676b54 xfs: make xfs_trans_get_buf_map return an error code by Darrick J. Wong · 5 years ago
  13. caeaea9 xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c by Christoph Hellwig · 6 years ago
  14. 3cfce1e xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c by Christoph Hellwig · 6 years ago
  15. effd5e9 xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c by Christoph Hellwig · 6 years ago
  16. 81f4004 xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c by Christoph Hellwig · 6 years ago
  17. efe2330 xfs: remove the xfs_log_item_t typedef by Christoph Hellwig · 6 years ago
  18. 9ce632a xfs: add a flag to release log items on commit by Christoph Hellwig · 6 years ago
  19. ddf9205 xfs: split iop_unlock by Christoph Hellwig · 6 years ago
  20. 8c9ce2f xfs: remove unused flags arg from getsb interfaces by Eric Sandeen · 6 years ago
  21. 66e3237 xfs: const-ify xfs_owner_info arguments by Darrick J. Wong · 6 years ago
  22. bc9f2b7 xfs: idiotproof defer op type configuration by Darrick J. Wong · 6 years ago
  23. 38b6238 xfs: fix buffer state management in xrep_findroot_block by Darrick J. Wong · 6 years ago
  24. 9d9e623 xfs: fold dfops into the transaction by Brian Foster · 6 years ago
  25. 1ae093cb xfs: replace xfs_defer_ops ->dop_pending with on-stack list by Brian Foster · 6 years ago
  26. 7dbddba xfs: drop dop param from xfs_defer_op_type ->finish_item() callback by Brian Foster · 6 years ago
  27. a819866 xfs: automatic dfops inode relogging by Brian Foster · 6 years ago
  28. 82ff27b xfs: automatic dfops buffer relogging by Brian Foster · 6 years ago
  29. 1214f1c xfs: replace dop_low with transaction flag by Brian Foster · 6 years ago
  30. 7279aa1 xfs: remove unused __xfs_defer_cancel() internal helper by Brian Foster · 6 years ago
  31. 9e28a24 xfs: drop unnecessary xfs_defer_finish() dfops parameter by Brian Foster · 6 years ago
  32. e021a2e xfs: support embedded dfops in transaction by Brian Foster · 6 years ago
  33. 44fd294 xfs: pack holes in xfs_defer_ops and xfs_trans by Brian Foster · 6 years ago
  34. bba59c5e xfs: add firstblock field to xfs_trans by Brian Foster · 6 years ago
  35. 6aa6718 xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops by Brian Foster · 6 years ago
  36. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  37. fcb762f xfs: add bmapi nodiscard flag by Brian Foster · 7 years ago
  38. e6631f8 xfs: get rid of the log item descriptor by Dave Chinner · 7 years ago
  39. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  40. f8f2835 xfs: defer agfl block frees when dfops is available by Brian Foster · 7 years ago
  41. 643c8c0 Use list_head infra-structure for buffer's log items list by Carlos Maiolino · 7 years ago
  42. a5814bc xfs: disallow marking previously dirty buffers as ordered by Brian Foster · 7 years ago
  43. 9684010 xfs: refactor buffer logging into buffer dirtying helper by Brian Foster · 7 years ago
  44. 411350d xfs: refactor xfs_trans_roll by Christoph Hellwig · 7 years ago
  45. d3a304b xfs: Properly retry failed inode items in case of error during buffer writeback by Carlos Maiolino · 7 years ago
  46. 0b80ae6 xfs: Add infrastructure needed for error propagation during buffer IO failure by Carlos Maiolino · 7 years ago
  47. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  48. f990fc5 xfs: remove lsn relevant fields from xfs_trans structure and its users by Shan Hai · 8 years ago
  49. e1a4e37 xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent by Darrick J. Wong · 8 years ago
  50. 254133f xfs: fold __xfs_trans_roll into xfs_trans_roll by Christoph Hellwig · 8 years ago
  51. e89c041 xfs: implement the GETFSMAP ioctl by Darrick J. Wong · 8 years ago
  52. 64f61ab xfs: remove unused struct declarations by Eric Sandeen · 8 years ago
  53. 9f3afb5 xfs: implement deferred bmbt map/unmap operations by Darrick J. Wong · 8 years ago
  54. 77d61fe xfs: log bmap intent items by Darrick J. Wong · 8 years ago
  55. 33ba612 xfs: connect refcount adjust functions to upper layers by Darrick J. Wong · 8 years ago
  56. f997ee2 xfs: log refcount intent items by Darrick J. Wong · 8 years ago
  57. 722e251 xfs: remove the extents array from the rmap update done log item by Darrick J. Wong · 8 years ago
  58. 9c19464 xfs: propagate bmap updates to rmapbt by Darrick J. Wong · 8 years ago
  59. f8dbebe xfs: enable the xfs_defer mechanism to process rmaps to update by Darrick J. Wong · 8 years ago
  60. 9e88b5d xfs: log rmap intent items by Darrick J. Wong · 8 years ago
  61. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  62. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  63. 9749fee xfs: enable the xfs_defer mechanism to process extents to free by Darrick J. Wong · 8 years ago
  64. bba61cb xfs: clean up typedef usage in the EFI/EFD handling code by Darrick J. Wong · 8 years ago
  65. b1c5ebb xfs: allocate log vector buffers outside CIL context lock by Dave Chinner · 8 years ago
  66. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 9 years ago
  67. a7e5d03 xfs: remove xfs_trans_get_block_res by Christoph Hellwig · 9 years ago
  68. 6bc43af xfs: ensure EFD trans aborts on log recovery extent free failure by Brian Foster · 9 years ago
  69. d43ac29 xfs: return committed status from xfs_trans_roll() by Brian Foster · 9 years ago
  70. 5e4b538 xfs: disentagle EFI release from the extent count by Brian Foster · 9 years ago
  71. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 10 years ago
  72. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 10 years ago
  73. 2e6db6c xfs: switch remaining xfs_trans_dup users to xfs_trans_roll by Christoph Hellwig · 10 years ago
  74. bde7cff xfs: format log items write directly into the linear CIL buffer by Christoph Hellwig · 11 years ago
  75. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  76. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  77. d420e5c xfs: remove unused transaction callback variables by Dave Chinner · 11 years ago
  78. 904c17e xfs: finish removing IOP_* macros. by Dave Chinner · 11 years ago
  79. f5baac3 xfs: avoid CIL allocation during insert by Dave Chinner · 11 years ago
  80. 7492c5b xfs: Reduce allocations during CIL insertion by Dave Chinner · 11 years ago
  81. 166d136 xfs: return log item size in IOP_SIZE by Dave Chinner · 11 years ago
  82. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  83. 7fd36c4 xfs: split out transaction reservation code by Dave Chinner · 11 years ago
  84. d386b32 xfs: sync minor header differences needed by userspace. by Dave Chinner · 11 years ago
  85. 2a3c0ac xfs: split out on-disk transaction definitions by Dave Chinner · 11 years ago
  86. 3ebe7d2 xfs: Inode create log items by Dave Chinner · 12 years ago
  87. 5f6bed7 xfs: Introduce an ordered buffer item by Dave Chinner · 12 years ago
  88. 2fb8b50 xfs: Remove two dead transaction log reservaion macros by Jie Liu · 12 years ago
  89. 742ae1e xfs: introduce CONFIG_XFS_WARN by Dave Chinner · 12 years ago
  90. 61fe135 xfs: buffer type overruns blf_flags field by Dave Chinner · 12 years ago
  91. d75afeb xfs: add buffer types to directory and attribute buffers by Dave Chinner · 12 years ago
  92. ee1a47a xfs: add support for large btree blocks by Christoph Hellwig · 12 years ago
  93. a21cd50 xfs: refactor space log reservation for XFS_TRANS_ATTR_SET by Jeff Liu · 12 years ago
  94. a7bd794 xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk by Jeff Liu · 12 years ago
  95. 762d7ba xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time by Jeff Liu · 12 years ago
  96. a1bd955 xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time by Jeff Liu · 12 years ago
  97. 4800104 xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time by Jeff Liu · 12 years ago
  98. f0f2df9 xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time by Jeff Liu · 12 years ago
  99. b0c10b98 xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time by Jeff Liu · 12 years ago
  100. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago