commit | 746177e8b18cfc76d91f2a18a87bef7b2507f8d9 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:38:36 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Jun 12 11:46:00 2024 -0700 |
tree | 20f3b9b994e8fb10431d16e0a2b05941c2a58bce | |
parent | ba2541ef7b27b74a843a58c7c57160acc03039dc [diff] |
xfs_scrub: use multiple threads to run in-kernel metadata scrubs that scan inodes Instead of running the inode link count and quotacheck scanners in serial, run them in parallel, with a slight delay to stagger the work to reduce inode resource contention. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>