summaryrefslogtreecommitdiff
path: root/fs/erofs
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-01-27 15:03:44 -0800
committerDarrick J. Wong <djwong@kernel.org>2021-02-22 18:57:24 -0800
commit8f5662ac3046be7228f6e02e829510f1a908865c (patch)
tree094d462f027bf99ae93ce37da9d4e923d80020bc /fs/erofs
parent8988381c48691c6c088f5dd2979565adee94c4c6 (diff)
xfs: increase the default parallelism levels of pwork clients
Increase the parallelism level for pwork clients to the workqueue defaults so that we can take advantage of computers with a lot of CPUs and a lot of hardware. On fast systems this will speed up quotacheck by a large factor, and the following posteof/cowblocks cleanup series will use the functionality presented in this patch to run garbage collection as quickly as possible. We do this by switching the pwork workqueue to unbounded, since the current user (quotacheck) runs lengthy scans for each work item and we don't care about dispatching the work on a warm cpu cache or anything like that. Also set WQ_SYSFS so that we can monitor where the wq is running. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/erofs')
0 files changed, 0 insertions, 0 deletions