]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
Merge tag 'scrub-fixes-6.9_2024-06-03' of https://git.kernel.org/pub/scm/linux/kernel...
authorCarlos Maiolino <cem@kernel.org>
Mon, 17 Jun 2024 11:33:38 +0000 (13:33 +0200)
committerCarlos Maiolino <cem@kernel.org>
Mon, 17 Jun 2024 11:33:38 +0000 (13:33 +0200)
commit8af5a511ac818003e99fd3965cf3bac4c15d2859
treebb7721fd49f34360c42455d0258d591f2053d042
parentff80a198817813170b8d4e2766827e3176ded8ac
parent2025aa7a29e60c89047711922c1340a8b3c9d99e
Merge tag 'scrub-fixes-6.9_2024-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev into for-next

xfs_scrub: updates for 6.9 [v30.5 06/35]

Now that the kernel has the code for userspace to upload a clean bill of
health (which clears out all the secondary markers of ill health that
hint at forgotten sicknesses), let's make xfs_scrub do that if the
filesystem is actually clean.

Second, restructure the xfs_scrub program so that it scrubs file link
counts and quotacheck in parallel.

This has been running on the djcloud for months with no problems.  Enjoy!

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>