Hi all, Increase the parallelization factor of the pwork infrastructure so that we can scale to as many CPUs and AGs as there are in the filesystem. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=pwork-parallelism --- fs/xfs/xfs_buf.c | 34 ++++++++++++++++++++++++++++++++++ fs/xfs/xfs_buf.h | 1 + fs/xfs/xfs_iwalk.c | 2 +- fs/xfs/xfs_mount.c | 39 +++++++++++++++++++++++++++++++++++++++ fs/xfs/xfs_mount.h | 1 + fs/xfs/xfs_pwork.c | 17 +++++------------ fs/xfs/xfs_pwork.h | 2 +- 7 files changed, 82 insertions(+), 14 deletions(-)