1. 0bd5dded xfs: replace xfs_mod_incore_sb_batched by Dave Chinner · 9 years ago
  2. bab98bb xfs: introduce xfs_mod_frextents by Dave Chinner · 9 years ago
  3. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 9 years ago
  4. e88b64e xfs: use generic percpu counters for free inode counter by Dave Chinner · 9 years ago
  5. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 9 years ago
  6. 3443a3b xfs: set superblock buffer type correctly by Dave Chinner · 9 years ago
  7. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  8. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  9. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  10. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  11. d99831f xfs: return is not a function by Eric Sandeen · 10 years ago
  12. e4a1e29 xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done() by Eric Sandeen · 10 years ago
  13. c6f9726 xfs: convert xfs_log_commit_cil() to void by Jie Liu · 10 years ago
  14. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  15. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  16. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  17. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  18. 904c17e xfs: finish removing IOP_* macros. by Dave Chinner · 11 years ago
  19. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  20. 0eadd10 xfs: Introduce a new structure to hold transaction reservation items by Jie Liu · 11 years ago
  21. 7fd36c4 xfs: split out transaction reservation code by Dave Chinner · 11 years ago
  22. 2a3c0ac xfs: split out on-disk transaction definitions by Dave Chinner · 11 years ago
  23. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  24. b8402b4 xfs: Inode create transaction reservations by Dave Chinner · 11 years ago
  25. a21cd50 xfs: refactor space log reservation for XFS_TRANS_ATTR_SET by Jeff Liu · 11 years ago
  26. a7bd794 xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk by Jeff Liu · 11 years ago
  27. 762d7ba xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time by Jeff Liu · 11 years ago
  28. a1bd955 xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time by Jeff Liu · 11 years ago
  29. 4800104 xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time by Jeff Liu · 11 years ago
  30. f0f2df9 xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time by Jeff Liu · 11 years ago
  31. b0c10b98 xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time by Jeff Liu · 11 years ago
  32. 5b292ae xfs: make use of xfs_calc_buf_res() in xfs_trans.c by Jeff Liu · 11 years ago
  33. 4f3b578 xfs: add a helper to figure out the space log reservation per item by Jeff Liu · 11 years ago
  34. d9457dc xfs: Convert to new freezing code by Jan Kara · 12 years ago
  35. 77ba787 xfs: switch to proper __bitwise type for KM_... flags by Al Viro · 12 years ago
  36. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 12 years ago
  37. 4ecbfe6 xfs: clean up busy extent naming by Dave Chinner · 12 years ago
  38. efc27b5 xfs: move busy extent handling to it's own file by Dave Chinner · 12 years ago
  39. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  40. 9006fb9 xfs: split and cleanup xfs_log_reserve by Christoph Hellwig · 12 years ago
  41. f65020a XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended by Jesper Juhl · 12 years ago
  42. b393421 xfs: remove the lid_size field in struct log_item_desc by Christoph Hellwig · 13 years ago
  43. 0244b96 xfs: cleanup the transaction commit path a bit by Christoph Hellwig · 13 years ago
  44. 93b8a58 xfs: remove the deprecated nodelaylog option by Christoph Hellwig · 13 years ago
  45. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  46. b103705 xfs: unlock the inode before log force in xfs_fsync by Christoph Hellwig · 13 years ago
  47. 1d8c95a xfs: use a cursor for bulk AIL insertion by Dave Chinner · 13 years ago
  48. b2ce397 Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc" by Alex Elder · 13 years ago
  49. 7a249cf xfs: fix filesystsem freeze race in xfs_trans_alloc by Christoph Hellwig · 13 years ago
  50. 1316d4d xfs: unpin stale inodes directly in IOP_COMMITTED by Dave Chinner · 13 years ago
  51. e84661a xfs: add online discard support by Christoph Hellwig · 13 years ago
  52. 8a072a4 xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy by Christoph Hellwig · 13 years ago
  53. c6f990d xfs: handle CIl transaction commit failures correctly by Dave Chinner · 13 years ago
  54. e34a314 xfs: fix efi item leak on forced shutdown by Dave Chinner · 13 years ago
  55. 1884bd8 xfs: fix an assignment within an ASSERT() by Jesper Juhl · 14 years ago
  56. 0e57f6a xfs: bulk AIL insertion during transaction commit by Dave Chinner · 14 years ago
  57. 4957a44 xfs: fix the xfs_trans_committed by Christoph Hellwig · 14 years ago
  58. dfe188d xfs: remove unused t_callback field in struct xfs_trans by Christoph Hellwig · 14 years ago
  59. 1b04071 xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters by Christoph Hellwig · 14 years ago
  60. 96540c7 xfs: do not use xfs_mod_incore_sb for per-cpu counters by Christoph Hellwig · 14 years ago
  61. d17c701 xfs: unlock items before allowing the CIL to commit by Dave Chinner · 14 years ago
  62. 4386970 xfs: fix xfs_trans_add_item() lockdep warnings by Dave Chinner · 14 years ago
  63. 898621d xfs: simplify inode to transaction joining by Christoph Hellwig · 14 years ago
  64. 9412e31 xfs: merge iop_unpin_remove into iop_unpin by Christoph Hellwig · 14 years ago
  65. e98c414 xfs: simplify log item descriptor tracking by Christoph Hellwig · 14 years ago
  66. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  67. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  68. 025101d xfs: cleanup log reservation calculactions by Christoph Hellwig · 14 years ago
  69. 71e330b xfs: Introduce delayed logging core code by Dave Chinner · 14 years ago
  70. ed3b4d6 xfs: Improve scalability of busy extent tracking by Dave Chinner · 14 years ago
  71. b1c1b5b xfs: Clean up xfs_trans_committed code after factoring by Dave Chinner · 14 years ago
  72. 8e646a5 xfs: update and factor xfs_trans_committed() by Dave Chinner · 14 years ago
  73. a3ccd2c xfs: clean up xfs_trans_commit logic even more by Christoph Hellwig · 14 years ago
  74. 0924378 xfs: split out iclog writing from xfs_trans_commit() by Dave Chinner · 14 years ago
  75. 8e12385 xfs: remove stale parameter from ->iop_unpin method by Dave Chinner · 14 years ago
  76. 35a8a72 xfs: stop passing opaque handles to xfs_log.c routines by Christoph Hellwig · 14 years ago
  77. a14a348 xfs: cleanup up xfs_log_force calling conventions by Christoph Hellwig · 14 years ago
  78. 4139b3b xfs: kill XLOG_VEC_SET_TYPE by Christoph Hellwig · 14 years ago
  79. 80641dc xfs: I/O completion handlers must use NOFS allocations by Christoph Hellwig · 15 years ago
  80. fd40261 Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus by Felix Blyakher · 15 years ago
  81. f950221 xfs: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  82. 7d09525 xfs: kill xfs_qmops by Christoph Hellwig · 15 years ago
  83. cc09c0d [XFS] Fix double free of log tickets by Dave Chinner · 16 years ago
  84. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  85. fc1829f [XFS] Add ail pointer into log items by David Chinner · 16 years ago
  86. c7e8f26 [XFS] Move the AIL lock into the struct xfs_ail by David Chinner · 16 years ago
  87. 39dab9d [XFS] remove shouting-indirection macros from xfs_trans.h by Eric Sandeen · 16 years ago
  88. 322ff6b [XFS] Move xfs_attr_rolltrans to xfs_trans_roll by Niv Sardi · 16 years ago
  89. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  90. 413d57c xfs: convert beX_add to beX_add_cpu (new common API) by Marcin Slusarz · 16 years ago
  91. 287f3da [XFS] Unwrap AIL_LOCK by Donald Douwsma · 17 years ago
  92. b267ce9 [XFS] kill struct bhv_vfs by Christoph Hellwig · 17 years ago
  93. 2bdf7cd [XFS] superblock endianess annotations by Christoph Hellwig · 17 years ago
  94. 45c3414 [XFS] Apply transaction delta counts atomically to incore counters by David Chinner · 17 years ago
  95. 210c6f1 [XFS] Fix the transaction flags to make lazy superblock counters work. by David Chinner · 17 years ago
  96. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  97. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  98. 20f4ebf [XFS] Make growfs work for amounts greater than 2TB by David Chinner · 17 years ago
  99. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  100. 34327e1 [XFS] Cleanup a missed porting conversion, and freezing. by Nathan Scott · 18 years ago