1. 8683edb xfs: avoid lockdep false positives in xfs_trans_alloc by Dave Chinner · 6 years ago
  2. 9d9e623 xfs: fold dfops into the transaction by Brian Foster · 6 years ago
  3. 1ae093cb xfs: replace xfs_defer_ops ->dop_pending with on-stack list by Brian Foster · 6 years ago
  4. 9b1f4e9 xfs: cancel dfops on xfs_defer_finish() error by Brian Foster · 6 years ago
  5. 60f31a6 xfs: clean out superfluous dfops dop params/vars by Brian Foster · 6 years ago
  6. ce356d6 xfs: pass transaction to dfops reset/move helpers by Brian Foster · 6 years ago
  7. 7279aa1 xfs: remove unused __xfs_defer_cancel() internal helper by Brian Foster · 6 years ago
  8. 9871905 xfs: refactor internal dfops initialization by Brian Foster · 6 years ago
  9. b277c37 xfs: bypass final dfops roll in trans commit path by Brian Foster · 6 years ago
  10. 9e28a24 xfs: drop unnecessary xfs_defer_finish() dfops parameter by Brian Foster · 6 years ago
  11. e021a2e xfs: support embedded dfops in transaction by Brian Foster · 6 years ago
  12. bba59c5e xfs: add firstblock field to xfs_trans by Brian Foster · 6 years ago
  13. 6aa6718 xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops by Brian Foster · 6 years ago
  14. 10ee252 xfs: allow empty transactions while frozen by Darrick J. Wong · 6 years ago
  15. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 6 years ago
  16. e6631f8 xfs: get rid of the log item descriptor by Dave Chinner · 6 years ago
  17. ba18781 xfs: add tracing to high level transaction operations by Dave Chinner · 6 years ago
  18. 22525c1 xfs: log item flags are racy by Dave Chinner · 6 years ago
  19. f8f2835 xfs: defer agfl block frees when dfops is available by Brian Foster · 6 years ago
  20. 656de4f xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn by Christoph Hellwig · 7 years ago
  21. 3e78b9a xfs: shutdown if block allocation overruns tx reservation by Brian Foster · 7 years ago
  22. 57e8095 xfs: Rename xa_ elements to ail_ by Matthew Wilcox · 7 years ago
  23. b872af2 xfs: trace log reservations at mount time by Darrick J. Wong · 7 years ago
  24. 411350d xfs: refactor xfs_trans_roll by Christoph Hellwig · 7 years ago
  25. d484467 Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  26. 9070733 xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS by Michal Hocko · 7 years ago
  27. 254133f xfs: fold __xfs_trans_roll into xfs_trans_roll by Christoph Hellwig · 8 years ago
  28. e89c041 xfs: implement the GETFSMAP ioctl by Darrick J. Wong · 8 years ago
  29. 79ad576 Merge branch 'xfs-4.9-reflink-prep' into for-next by Dave Chinner · 8 years ago
  30. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  31. a27f6ef xfs: undo block reservation correctly in xfs_trans_reserve() by Eryu Guan · 8 years ago
  32. 710b1e2 xfs: remove transaction types by Christoph Hellwig · 9 years ago
  33. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 9 years ago
  34. cc07eed xfs: ensure committed is initialized in xfs_trans_roll by Eric Sandeen · 9 years ago
  35. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  36. d43ac29 xfs: return committed status from xfs_trans_roll() by Brian Foster · 9 years ago
  37. f78c390 xfs: fix xfs_log_done interface by Christoph Hellwig · 9 years ago
  38. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  39. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  40. eacb24e xfs: pass a boolean flag to xfs_trans_free_items by Christoph Hellwig · 9 years ago
  41. 2e6db6c xfs: switch remaining xfs_trans_dup users to xfs_trans_roll by Christoph Hellwig · 9 years ago
  42. 0bd5dded xfs: replace xfs_mod_incore_sb_batched by Dave Chinner · 10 years ago
  43. bab98bb xfs: introduce xfs_mod_frextents by Dave Chinner · 10 years ago
  44. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 10 years ago
  45. e88b64e xfs: use generic percpu counters for free inode counter by Dave Chinner · 10 years ago
  46. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 10 years ago
  47. 3443a3b xfs: set superblock buffer type correctly by Dave Chinner · 10 years ago
  48. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  49. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  50. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  51. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  52. d99831f xfs: return is not a function by Eric Sandeen · 10 years ago
  53. e4a1e29 xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done() by Eric Sandeen · 11 years ago
  54. c6f9726 xfs: convert xfs_log_commit_cil() to void by Jie Liu · 11 years ago
  55. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  56. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  57. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  58. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  59. 904c17e xfs: finish removing IOP_* macros. by Dave Chinner · 11 years ago
  60. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  61. 0eadd10 xfs: Introduce a new structure to hold transaction reservation items by Jie Liu · 11 years ago
  62. 7fd36c4 xfs: split out transaction reservation code by Dave Chinner · 11 years ago
  63. 2a3c0ac xfs: split out on-disk transaction definitions by Dave Chinner · 11 years ago
  64. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  65. b8402b4 xfs: Inode create transaction reservations by Dave Chinner · 11 years ago
  66. a21cd50 xfs: refactor space log reservation for XFS_TRANS_ATTR_SET by Jeff Liu · 12 years ago
  67. a7bd794 xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk by Jeff Liu · 12 years ago
  68. 762d7ba xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time by Jeff Liu · 12 years ago
  69. a1bd955 xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time by Jeff Liu · 12 years ago
  70. 4800104 xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time by Jeff Liu · 12 years ago
  71. f0f2df9 xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time by Jeff Liu · 12 years ago
  72. b0c10b98 xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time by Jeff Liu · 12 years ago
  73. 5b292ae xfs: make use of xfs_calc_buf_res() in xfs_trans.c by Jeff Liu · 12 years ago
  74. 4f3b578 xfs: add a helper to figure out the space log reservation per item by Jeff Liu · 12 years ago
  75. d9457dc xfs: Convert to new freezing code by Jan Kara · 12 years ago
  76. 77ba787 xfs: switch to proper __bitwise type for KM_... flags by Al Viro · 13 years ago
  77. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago
  78. 4ecbfe6 xfs: clean up busy extent naming by Dave Chinner · 12 years ago
  79. efc27b5 xfs: move busy extent handling to it's own file by Dave Chinner · 12 years ago
  80. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 13 years ago
  81. 9006fb9 xfs: split and cleanup xfs_log_reserve by Christoph Hellwig · 13 years ago
  82. f65020a XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended by Jesper Juhl · 13 years ago
  83. b393421 xfs: remove the lid_size field in struct log_item_desc by Christoph Hellwig · 13 years ago
  84. 0244b96 xfs: cleanup the transaction commit path a bit by Christoph Hellwig · 13 years ago
  85. 93b8a58 xfs: remove the deprecated nodelaylog option by Christoph Hellwig · 13 years ago
  86. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  87. b103705 xfs: unlock the inode before log force in xfs_fsync by Christoph Hellwig · 13 years ago
  88. 1d8c95a xfs: use a cursor for bulk AIL insertion by Dave Chinner · 13 years ago
  89. b2ce397 Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc" by Alex Elder · 13 years ago
  90. 7a249cf xfs: fix filesystsem freeze race in xfs_trans_alloc by Christoph Hellwig · 13 years ago
  91. 1316d4d xfs: unpin stale inodes directly in IOP_COMMITTED by Dave Chinner · 13 years ago
  92. e84661a xfs: add online discard support by Christoph Hellwig · 13 years ago
  93. 8a072a4 xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy by Christoph Hellwig · 13 years ago
  94. c6f990d xfs: handle CIl transaction commit failures correctly by Dave Chinner · 14 years ago
  95. e34a314 xfs: fix efi item leak on forced shutdown by Dave Chinner · 14 years ago
  96. 1884bd8 xfs: fix an assignment within an ASSERT() by Jesper Juhl · 14 years ago
  97. 0e57f6a xfs: bulk AIL insertion during transaction commit by Dave Chinner · 14 years ago
  98. 4957a44 xfs: fix the xfs_trans_committed by Christoph Hellwig · 14 years ago
  99. dfe188d xfs: remove unused t_callback field in struct xfs_trans by Christoph Hellwig · 14 years ago
  100. 1b04071 xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters by Christoph Hellwig · 14 years ago