1. df4bd2d xfsprogs: Release v6.8.0 by Carlos Maiolino · 4 weeks ago for-next master v6.8.0
  2. d5d677d xfs_repair: Dump both inode details in Phase 6 duplicate file check by Srikanth C S · 3 months ago
  3. fa70379 libxfs: print the device name if flush-on-close fails by Darrick J. Wong · 8 weeks ago
  4. d03b73d xfs_repair: catch strtol() errors by Andrey Albershteyn · 8 weeks ago
  5. a21daa3 xfs_db: add helper for flist_find_type for clearer field matching by Andrey Albershteyn · 8 weeks ago
  6. 652f806 xfs_fsr: replace atoi() with strtol() by Andrey Albershteyn · 8 weeks ago
  7. 9c6e9d8 xfs_fsr: convert fsrallfs to use time_t instead of int by Andrey Albershteyn · 7 weeks ago
  8. c4dd920 xfs_scrub: don't call phase_end if phase_rusage was not initialized by Andrey Albershteyn · 7 weeks ago
  9. fcac184 xfs_repair: make duration take time_t by Andrey Albershteyn · 7 weeks ago
  10. 21dc682 xfs_db: fix leak in flist_find_ftyp() by Andrey Albershteyn · 7 weeks ago
  11. 90ee2c3 xfs_repair: support more than INT_MAX block maps by Darrick J. Wong · 8 weeks ago
  12. 585a1f7 xfs_repair: don't create block maps for data files by Darrick J. Wong · 8 weeks ago
  13. 346ce6d xfs_repair: constrain attr fork extent count by Darrick J. Wong · 8 weeks ago
  14. 0b1e67a xfs_repair: clean up lock resources by Darrick J. Wong · 8 weeks ago
  15. d50ca6b xfs_repair: support more than 2^32 owners per physical block by Darrick J. Wong · 8 weeks ago
  16. cf3fe96 xfs_repair: support more than 2^32 rmapbt records per AG by Darrick J. Wong · 8 weeks ago
  17. d4bd0b1 xfs_repair: slab and bag structs need to track more than 2^32 items by Darrick J. Wong · 8 weeks ago
  18. e9984a4 xfs_db: add a bmbt inflation command by Darrick J. Wong · 8 weeks ago
  19. b3bcb8f xfs_repair: rebuild block mappings from rmapbt data by Darrick J. Wong · 8 weeks ago
  20. e884451 xfs_repair: sync bulkload data structures with kernel newbt code by Darrick J. Wong · 8 weeks ago
  21. 164a551 xfs_repair: push inode buf and dinode pointers all the way to inode fork processing by Darrick J. Wong · 8 weeks ago
  22. bd35f31 xfs_scrub: scan whole-fs metadata files in parallel by Darrick J. Wong · 8 weeks ago
  23. 4850840 libfrog: promote XFROG_SCRUB_DESCR_SUMMARY to a scrub type by Darrick J. Wong · 8 weeks ago
  24. 20860d6 libfrog: rename XFROG_SCRUB_TYPE_* to XFROG_SCRUB_GROUP_* by Darrick J. Wong · 8 weeks ago
  25. c02a187 mkfs: allow sizing internal logs for concurrency by Darrick J. Wong · 8 weeks ago
  26. 9338bc8 mkfs: allow sizing allocation groups for concurrency by Darrick J. Wong · 8 weeks ago
  27. 53bf060 mkfs: use a sensible log sector size default by Christoph Hellwig · 8 weeks ago
  28. 258dd18 libxfs: also query log device topology in get_topology by Christoph Hellwig · 8 weeks ago
  29. 62aa97e libxfs: remove the S_ISREG check from blkid_get_topology by Christoph Hellwig · 8 weeks ago
  30. f35e15e libxfs: refactor the fs_topology structure by Christoph Hellwig · 8 weeks ago
  31. 2cfab49 libxfs: remove the unused fs_topology_t typedef by Christoph Hellwig · 8 weeks ago
  32. 16a75c7 xfs_io: add linux madvise advice codes by Darrick J. Wong · 8 weeks ago
  33. 4d0ce76 xfs_scrub: don't fail while reporting media scan errors by Darrick J. Wong · 8 weeks ago
  34. 13eedd4 xfs_scrub: fix threadcount estimates for phase 6 by Darrick J. Wong · 8 weeks ago
  35. 221bfd0 xfs_db: improve number extraction in getbitval by Darrick J. Wong · 8 weeks ago
  36. a66875d xfs_repair: double-check with shortform attr verifiers by Darrick J. Wong · 8 weeks ago
  37. 2f2e6b3 xfs_repair: bulk load records into new btree blocks by Darrick J. Wong · 8 weeks ago
  38. e7bba6c xfs_repair: adjust btree bulkloading slack computations to match online repair by Darrick J. Wong · 8 weeks ago
  39. a6e7d36 xfs: remove conditional building of rt geometry validator functions by Darrick J. Wong · 8 weeks ago
  40. c8499fb xfs: reset XFS_ATTR_INCOMPLETE filter on node removal by Andrey Albershteyn · 8 weeks ago
  41. 26da399 xfs: fix backwards logic in xfs_bmap_alloc_account by Darrick J. Wong · 8 weeks ago
  42. dfc8456 xfs: use the op name in trace_xlog_intent_recovery_failed by Christoph Hellwig · 8 weeks ago
  43. 628b9f6 xfs: fix a use after free in xfs_defer_finish_recovery by Christoph Hellwig · 8 weeks ago
  44. 5ef5d32 xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into asserts by Christoph Hellwig · 8 weeks ago
  45. fcff052 xfs: remove xfs_attr_sf_hdr_t by Christoph Hellwig · 8 weeks ago
  46. 5e2372c xfs: remove struct xfs_attr_shortform by Christoph Hellwig · 8 weeks ago
  47. ef7e1fa xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalue by Christoph Hellwig · 8 weeks ago
  48. f4f98f2 xfs: remove xfs_attr_shortform_lookup by Christoph Hellwig · 8 weeks ago
  49. d0cd207 xfs: simplify xfs_attr_sf_findname by Christoph Hellwig · 8 weeks ago
  50. 73d6f19 xfs: move the xfs_attr_sf_lookup tracepoint by Christoph Hellwig · 8 weeks ago
  51. 4ff35b8 xfs: return if_data from xfs_idata_realloc by Christoph Hellwig · 8 weeks ago
  52. f814619 xfs: make if_data a void pointer by Christoph Hellwig · 8 weeks ago
  53. 50e6e3c xfs: remove XFS_RTMIN/XFS_RTMAX by Christoph Hellwig · 8 weeks ago
  54. 6742ada xfs: remove rt-wrappers from xfs_format.h by Christoph Hellwig · 8 weeks ago
  55. 5dded93 xfs: split xfs_rtmodify_summary_int by Christoph Hellwig · 8 weeks ago
  56. fbaaa7b xfs: move xfs_rtget_summary to xfs_rtbitmap.c by Christoph Hellwig · 8 weeks ago
  57. 55d00e3 xfs: indicate if xfs_bmap_adjacent changed ap->blkno by Christoph Hellwig · 8 weeks ago
  58. 26b23b5 xfs: return -ENOSPC from xfs_rtallocate_* by Christoph Hellwig · 8 weeks ago
  59. 6d40dad xfs: also use xfs_bmap_btalloc_accounting for RT allocations by Christoph Hellwig · 8 weeks ago
  60. 0d263da xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting by Christoph Hellwig · 8 weeks ago
  61. a410fa5 xfs: fix perag leak when growfs fails by Long Li · 8 weeks ago
  62. bf3acae xfs: add lock protection when remove perag from radix tree by Long Li · 8 weeks ago
  63. cdc6bcb xfs: improve dquot iteration for scrub by Darrick J. Wong · 8 weeks ago
  64. f76f73b xfs: create a new inode fork block unmap helper by Darrick J. Wong · 8 weeks ago
  65. 719c1bf xfs: create a ranged query function for refcount btrees by Darrick J. Wong · 8 weeks ago
  66. 7310dea xfs: repair inode fork block mapping data structures by Darrick J. Wong · 8 weeks ago
  67. 7c5d4f9 xfs: zap broken inode forks by Darrick J. Wong · 8 weeks ago
  68. ae31a18 xfs: set inode sick state flags when we zap either ondisk fork by Darrick J. Wong · 8 weeks ago
  69. fff96ea xfs: dont cast to char * for XFS_DFORK_*PTR macros by Darrick J. Wong · 8 weeks ago
  70. 5c950b9 xfs: repair refcount btrees by Darrick J. Wong · 8 weeks ago
  71. 5f8e3af xfs: repair inode btrees by Darrick J. Wong · 8 weeks ago
  72. 8b58b08 xfs: repair free space btrees by Darrick J. Wong · 8 weeks ago
  73. 8c1ed62 xfs: constrain dirty buffers while formatting a staged btree by Darrick J. Wong · 8 weeks ago
  74. d05b191 xfs: move btree bulkload record initialization to ->get_record implementations by Darrick J. Wong · 8 weeks ago
  75. 6300454 xfs: read leaf blocks when computing keys for bulkloading into node blocks by Darrick J. Wong · 8 weeks ago
  76. 6feab85 xfs: set XBF_DONE on newly formatted btree block that are ready for writing by Darrick J. Wong · 8 weeks ago
  77. 152e824 xfs: force all buffers to be written during btree bulk load by Darrick J. Wong · 8 weeks ago
  78. e6f5dc8 xfs: pass the defer ops directly to xfs_defer_add by Christoph Hellwig · 8 weeks ago
  79. effb6e3 xfs: pass the defer ops instead of type to xfs_defer_start_recovery by Christoph Hellwig · 8 weeks ago
  80. 6b1f354 xfs: store an ops pointer in struct xfs_defer_pending by Christoph Hellwig · 8 weeks ago
  81. ba5ed34 xfs: consolidate the xfs_attr_defer_* helpers by Christoph Hellwig · 8 weeks ago
  82. d57269f xfs: move xfs_ondisk.h to libxfs/ by Christoph Hellwig · 8 weeks ago
  83. 93d1bd0 xfs: extract xfs_da_buf_copy() helper function by Zhang Tianci · 8 weeks ago
  84. 2831e8f xfs: update dir3 leaf block metadata after swap by Zhang Tianci · 8 weeks ago
  85. aedfcdd xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real by Jiachen Zhang · 8 weeks ago
  86. 63644c5 xfs: force small EFIs for reaping btree extents by Darrick J. Wong · 8 weeks ago
  87. ae2063c xfs: remove unused fields from struct xbtree_ifakeroot by Darrick J. Wong · 8 weeks ago
  88. 1fb9c66 xfs: automatic freeing of freshly allocated unwritten space by Darrick J. Wong · 8 weeks ago
  89. 8876f46 xfs: remove __xfs_free_extent_later by Darrick J. Wong · 8 weeks ago
  90. 33d500a xfs: allow pausing of pending deferred work items by Darrick J. Wong · 8 weeks ago
  91. bbd016c xfs: don't append work items to logged xfs_defer_pending objects by Darrick J. Wong · 8 weeks ago
  92. bd786d6 xfs: elide ->create_done calls for unlogged deferred work by Darrick J. Wong · 8 weeks ago
  93. befdc0c xfs: don't allow overly small or large realtime volumes by Darrick J. Wong · 8 weeks ago
  94. a8ef1c9 xfs: fix 32-bit truncation in xfs_compute_rextslog by Darrick J. Wong · 8 weeks ago
  95. eb2a50f xfs: make rextslog computation consistent with mkfs by Darrick J. Wong · 8 weeks ago
  96. caa1ab4 xfs: move ->iop_relog to struct xfs_defer_op_type by Darrick J. Wong · 8 weeks ago
  97. b315a11 xfs: hoist xfs_trans_add_item calls to defer ops functions by Darrick J. Wong · 8 weeks ago
  98. db0fc90 xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog by Darrick J. Wong · 8 weeks ago
  99. 35d610c xfs: use xfs_defer_create_done for the relogging operation by Darrick J. Wong · 8 weeks ago
  100. 63a3ea3 xfs: hoist ->create_intent boilerplate to its callsite by Darrick J. Wong · 8 weeks ago