commit | 894ecacf0f27fd1701c34f2946148b7f017bf984 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Jan 22 16:48:44 2021 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Feb 03 09:18:50 2021 -0800 |
tree | 3231ce97c5718bc021572ac57f068f0690ce7ffc | |
parent | c9a6526fe7ae64528d924c6f255af15312211432 [diff] |
xfs: parallelize block preallocation garbage collection Split the block preallocation garbage collection work into per-AG work items so that we can take advantage of parallelization. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>