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