1. 66e3237 xfs: const-ify xfs_owner_info arguments by Darrick J. Wong · 6 years ago
  2. 64396ff xfs: remove xfs_alloc_arg firstblock field by Brian Foster · 7 years ago
  3. 86210fb xfs: move various type verifiers to common file by Dave Chinner · 7 years ago
  4. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  5. 9f3a080 xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk by Darrick J. Wong · 7 years ago
  6. 4e52933 xfs: factor out nodiscard helpers by Brian Foster · 7 years ago
  7. fcb762f xfs: add bmapi nodiscard flag by Brian Foster · 7 years ago
  8. 4223f65 xfs: create agfl block free helper function by Brian Foster · 7 years ago
  9. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
  10. a78ee25 xfs: convert XFS_AGFL_SIZE to a helper function by Dave Chinner · 7 years ago
  11. ce1d802 xfs: add scrub cross-referencing helpers for the free space btrees by Darrick J. Wong · 7 years ago
  12. 21ec541 xfs: create block pointer check functions by Darrick J. Wong · 7 years ago
  13. 2678809 xfs: export various function for the online scrubber by Darrick J. Wong · 8 years ago
  14. e9a2599 xfs: create a function to query all records in a btree by Darrick J. Wong · 8 years ago
  15. 2d520bf xfs: provide a query_range function for freespace btrees by Darrick J. Wong · 8 years ago
  16. 8d242e9 xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG by Christoph Hellwig · 8 years ago
  17. 54fee13 xfs: adjust allocation length in xfs_alloc_space_available by Christoph Hellwig · 8 years ago
  18. 155cd43 Merge branch 'xfs-4.9-log-recovery-fixes' into for-next by Dave Chinner · 8 years ago
  19. 292378e xfs: remote attribute blocks aren't really userdata by Dave Chinner · 8 years ago
  20. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  21. 04f1306 xfs: don't update rmapbt when fixing agfl by Darrick J. Wong · 9 years ago
  22. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 9 years ago
  23. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 9 years ago
  24. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 9 years ago
  25. f477ced Merge branch 'xfs-4.8-misc-fixes-2' into for-next by Dave Chinner · 9 years ago
  26. 4d89e20 xfs: separate freelist fixing into a separate helper by Dave Chinner · 9 years ago
  27. 0d5a75e xfs: make several functions static by Eric Sandeen · 9 years ago
  28. 2e9101d libxfs: make xfs_alloc_fix_freelist non-static by Darrick J. Wong · 9 years ago
  29. 3fbbbea xfs: introduce BMAPI_ZERO for allocating zeroed extents by Dave Chinner · 9 years ago
  30. 3d238b7 Merge branch 'xfs-freelist-cleanup' into for-next by Dave Chinner · 10 years ago
  31. 496817b xfs: clean up XFS_MIN_FREELIST macros by Dave Chinner · 10 years ago
  32. 50adbcb xfs: xfs_alloc_fix_freelist() can use incore perag structures by Dave Chinner · 10 years ago
  33. bfe46d4 xfs: support min/max agbno args in block allocator by Brian Foster · 10 years ago
  34. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  35. 84be0ff libxfs: move header files by Dave Chinner · 11 years ago[Renamed from fs/xfs/xfs_alloc.h]
  36. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  37. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  38. b0f539de xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  39. e04426b xfs: move allocation stack switch up to xfs_bmapi_allocate by Dave Chinner · 12 years ago
  40. 2455881 xfs: introduce XFS_BMAPI_STACK_SWITCH by Dave Chinner · 12 years ago
  41. efc27b5 xfs: move busy extent handling to it's own file by Dave Chinner · 13 years ago
  42. a66d636 xfs: fix fstrim offset calculations by Dave Chinner · 13 years ago
  43. c999a22 xfs: introduce an allocation workqueue by Dave Chinner · 13 years ago
  44. 55a7bc5 xfs: do not discard alloc btree blocks by Christoph Hellwig · 14 years ago
  45. e84661a xfs: add online discard support by Christoph Hellwig · 14 years ago
  46. 8a072a4 xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy by Christoph Hellwig · 14 years ago
  47. 97d3ac7 xfs: exact busy extent tracking by Christoph Hellwig · 14 years ago
  48. 14b064c xfs: limit extent length for allocation to AG size by Dave Chinner · 14 years ago
  49. a46db60 xfs: add FITRIM support by Christoph Hellwig · 14 years ago
  50. 807cbbd xfs: do not use emums for flags used in tracing by Christoph Hellwig · 15 years ago
  51. ed3b4d6 xfs: Improve scalability of busy extent tracking by Dave Chinner · 15 years ago
  52. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  53. 6cc8764 xfs: factor out code to find the longest free extent in the AG by Dave Chinner · 16 years ago
  54. 847fff5 [XFS] Sync up kernel and user-space headers by Barry Naujok · 16 years ago
  55. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 18 years ago
  56. 4be536d [XFS] Prevent free space oversubscription and xfssyncd looping. by David Chinner · 18 years ago
  57. d210a28 [XFS] In actual allocation of file system blocks and freeing extents, the by Yingping Lu · 19 years ago
  58. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 19 years ago
  59. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2