Merge tag 'vectorized-scrub-6.10_2024-04-23' of https://git.kernel.org/pub/scm/linux...
authorChandan Babu R <chandanbabu@kernel.org>
Wed, 24 Apr 2024 06:52:07 +0000 (12:22 +0530)
committerChandan Babu R <chandanbabu@kernel.org>
Wed, 24 Apr 2024 06:52:07 +0000 (12:22 +0530)
commit496baa2cb94f3ceea56aa23ee238020102a07de2
tree1f7b650afee0f425d1fe653fccb4fe79e596566f
parentf7cea94646b4fc4f5b862362193a158e5e41192e
parentc77b37584c2d1054452853e47e42c7350b8fe687
Merge tag 'vectorized-scrub-6.10_2024-04-23' of https://git./linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeC

xfs: vectorize scrub kernel calls

Create a vectorized version of the metadata scrub and repair ioctl, and
adapt xfs_scrub to use that.  This mitigates the impact of system call
overhead on xfs_scrub runtime.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
* tag 'vectorized-scrub-6.10_2024-04-23' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: introduce vectored scrub mode
  xfs: move xfs_ioc_scrub_metadata to scrub.c
  xfs: reduce the rate of cond_resched calls inside scrub