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