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