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