1. 3481b68 xfs: move (and rename) the deferred bmap-free tracepoints by Darrick J. Wong · 8 years ago
  2. 04f1306 xfs: don't update rmapbt when fixing agfl by Darrick J. Wong · 8 years ago
  3. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  4. 673930c xfs: introduce rmap extent operation stubs by Darrick J. Wong · 8 years ago
  5. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  6. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  7. b870494 xfs: introduce rmap btree definitions by Darrick J. Wong · 8 years ago
  8. ba9e780 xfs: add tracepoints and error injection for deferred extent freeing by Darrick J. Wong · 8 years ago
  9. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  10. f477ced Merge branch 'xfs-4.8-misc-fixes-2' into for-next by Dave Chinner · 8 years ago
  11. 19b54ee xfs: refactor btree maxlevels computation by Darrick J. Wong · 8 years ago
  12. 4d89e20 xfs: separate freelist fixing into a separate helper by Dave Chinner · 8 years ago
  13. 0d5a75e xfs: make several functions static by Eric Sandeen · 8 years ago
  14. 2e9101d libxfs: make xfs_alloc_fix_freelist non-static by Darrick J. Wong · 9 years ago
  15. 233135b xfs: print name of verifier if it fails by Eric Sandeen · 9 years ago
  16. 264e89a Merge branch 'xfs-dax-updates' into for-next by Dave Chinner · 9 years ago
  17. 3fbbbea xfs: introduce BMAPI_ZERO for allocating zeroed extents by Dave Chinner · 9 years ago
  18. 316433b Merge branch 'xfs-logging-fixes' into for-next by Dave Chinner · 9 years ago
  19. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  20. a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
  21. c184f85 xfs: Fix uninitialized return value in xfs_alloc_fix_freelist() by Jan Kara · 9 years ago
  22. ce748ea xfs: create new metadata UUID field and incompat flag by Eric Sandeen · 9 years ago
  23. 3d238b7 Merge branch 'xfs-freelist-cleanup' into for-next by Dave Chinner · 9 years ago
  24. 496817b xfs: clean up XFS_MIN_FREELIST macros by Dave Chinner · 9 years ago
  25. 396503f xfs: sanitise error handling in xfs_alloc_fix_freelist by Dave Chinner · 9 years ago
  26. 72d5528 xfs: factor out free space extent length check by Dave Chinner · 9 years ago
  27. 50adbcb xfs: xfs_alloc_fix_freelist() can use incore perag structures by Dave Chinner · 9 years ago
  28. bfe46d4 xfs: support min/max agbno args in block allocator by Brian Foster · 9 years ago
  29. 3790a8c xfs: xfs_alloc_fix_minleft can underflow near ENOSPC by Dave Chinner · 10 years ago
  30. 5fb5aee xfs: pass mp to XFS_WANT_CORRUPTED_RETURN by Eric Sandeen · 10 years ago
  31. c29aad4 xfs: pass mp to XFS_WANT_CORRUPTED_GOTO by Eric Sandeen · 10 years ago
  32. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  33. e1b0572 xfs: add a few more verifier tests by Eric Sandeen · 10 years ago
  34. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  35. 30f712c libxfs: move source files by Dave Chinner · 10 years ago[Renamed from fs/xfs/xfs_alloc.c]
  36. 3026511 xfs: Fix rounding in xfs_alloc_fix_len() by Jan Kara · 10 years ago
  37. 36de955 xfs: kill xfs_buf_geterror() by Dave Chinner · 10 years ago
  38. ce5028c xfs: modify verifiers to differentiate CRC from other errors by Eric Sandeen · 11 years ago
  39. f1dbcd7 xfs: add helper for updating checksums on xfs_bufs by Eric Sandeen · 11 years ago
  40. 5158217 xfs: add helper for verifying checksums on xfs_bufs by Eric Sandeen · 11 years ago
  41. 533b81c xfs: Use defines for CRC offsets in all cases by Eric Sandeen · 11 years ago
  42. d123031 xfs: add tracepoints to AGF/AGI read operations by Dave Chinner · 11 years ago
  43. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  44. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  45. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  46. 63d20d6 xfs: kill __KERNEL__ check for debug code in allocation code by Dave Chinner · 11 years ago
  47. 211d022 xfs: Avoid pathological backwards allocation by Jan Kara · 11 years ago
  48. 61fe135 xfs: buffer type overruns blf_flags field by Dave Chinner · 11 years ago
  49. 77c95bb xfs: add CRC checks to the AGFL by Christoph Hellwig · 11 years ago
  50. 4e0e604 xfs: add CRC checks to the AGF by Dave Chinner · 11 years ago
  51. ecb3403 xfs: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  52. 83a9ba0 xfs: don't zero structure members after a memset(0) by Eric Sandeen · 12 years ago
  53. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  54. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  55. 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 12 years ago
  56. bb80c6d xfs: verify AGFL blocks as they are read from disk by Dave Chinner · 12 years ago
  57. 5d5f527 xfs: verify AGF blocks as they are read from disk by Dave Chinner · 12 years ago
  58. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  59. e04426b xfs: move allocation stack switch up to xfs_bmapi_allocate by Dave Chinner · 12 years ago
  60. 2455881 xfs: introduce XFS_BMAPI_STACK_SWITCH by Dave Chinner · 12 years ago
  61. a004168 xfs: zero allocation_args on the kernel stack by Mark Tinguely · 12 years ago
  62. aa29284 xfs: don't defer metadata allocation to the workqueue by Dave Chinner · 12 years ago
  63. e3a746f5 xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  64. 76d0953 xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  65. 3b876c8 xfs: fix debug_object WARN at xfs_alloc_vextent() by Jeff Liu · 12 years ago
  66. e700a06 xfs: make xfs_extent_busy_trim not static by Ben Myers · 12 years ago
  67. 4ecbfe6 xfs: clean up busy extent naming by Dave Chinner · 12 years ago
  68. efc27b5 xfs: move busy extent handling to it's own file by Dave Chinner · 12 years ago
  69. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  70. a66d636 xfs: fix fstrim offset calculations by Dave Chinner · 12 years ago
  71. c999a22 xfs: introduce an allocation workqueue by Dave Chinner · 12 years ago
  72. 38f2323 xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF by Christoph Hellwig · 13 years ago
  73. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  74. 81463b1 xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact() by Chandra Seetharaman · 13 years ago
  75. 69ef921 xfs: byteswap constants instead of variables by Christoph Hellwig · 13 years ago
  76. 55a7bc5 xfs: do not discard alloc btree blocks by Christoph Hellwig · 13 years ago
  77. e84661a xfs: add online discard support by Christoph Hellwig · 13 years ago
  78. bf59170 xfs: obey minleft values during extent allocation correctly by Dave Chinner · 13 years ago
  79. 8a072a4 xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy by Christoph Hellwig · 13 years ago
  80. 97d3ac7 xfs: exact busy extent tracking by Christoph Hellwig · 13 years ago
  81. e26f050 xfs: do not immediately reuse busy extent ranges by Christoph Hellwig · 13 years ago
  82. a870acd xfs: optimize AGFL refills by Christoph Hellwig · 13 years ago
  83. be65b18 xfs: catch bad block numbers freeing extents. by Dave Chinner · 13 years ago
  84. ecb6928 xfs: factor agf counter updates into a helper by Christoph Hellwig · 14 years ago
  85. 86fa8af xfs: clean up the xfs_alloc_compute_aligned calling convention by Christoph Hellwig · 14 years ago
  86. a46db60 xfs: add FITRIM support by Christoph Hellwig · 14 years ago
  87. 489a150 xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helper by Christoph Hellwig · 14 years ago
  88. 9f9baab xfs: clean up xfs_alloc_ag_vextent_exact by Christoph Hellwig · 14 years ago
  89. 9c16991 xfs: eliminate some newly-reported gcc warnings by Poyo VL · 14 years ago
  90. 73523a2 xfs: fix gcc 4.6 set but not read and unused statement warnings by Christoph Hellwig · 14 years ago
  91. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  92. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  93. ed3b4d6 xfs: Improve scalability of busy extent tracking by Dave Chinner · 14 years ago
  94. a14a348 xfs: cleanup up xfs_log_force calling conventions by Christoph Hellwig · 15 years ago
  95. 0cadda1 xfs: remove duplicate buffer flags by Christoph Hellwig · 15 years ago
  96. e57336f xfs: embed the pagb_list array in the perag structure by Dave Chinner · 15 years ago
  97. 1c1c6eb xfs: Replace per-ag array with a radix tree by Dave Chinner · 15 years ago
  98. a862e0f xfs: Don't directly reference m_perag in allocation code by Dave Chinner · 15 years ago
  99. fd45e478 xfs: Ensure we force all busy extents in range to disk by Dave Chinner · 15 years ago
  100. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago