mbox series

[GIT,PULL,05/11] xfs_repair: faster btree bulkloading

Message ID 171339159902.1911630.14890230360619141823.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,01/11] xfsprogs: packaging fixes for 6.7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/repair-bulkload-faster-6.8_2024-04-17

Message

Darrick J. Wong April 17, 2024, 10:08 p.m. UTC
Hi Carlos,

Please pull this branch with changes for xfsprogs for 6.6-rc1.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

The following changes since commit a6e7d369929423b10df05d11dddd1dd9550e4f20:

xfs: remove conditional building of rt geometry validator functions (2024-04-17 14:06:27 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/repair-bulkload-faster-6.8_2024-04-17

for you to fetch changes up to 2f2e6b36a22c510964fa920b15726526aa102e2c:

xfs_repair: bulk load records into new btree blocks (2024-04-17 14:06:27 -0700)

----------------------------------------------------------------
xfs_repair: faster btree bulkloading [05/20]

Two improvements for xfs_repair: first, we adjust the btree bulk
loader's slack computation to match the kernel.  Second, we make the
bulk loader write as many records as w can per ->get_records call.

This has been running on the djcloud for months with no problems.  Enjoy!

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Darrick J. Wong (2):
xfs_repair: adjust btree bulkloading slack computations to match online repair
xfs_repair: bulk load records into new btree blocks

repair/agbtree.c  | 161 ++++++++++++++++++++++++++++++------------------------
repair/bulkload.c |   9 +--
2 files changed, 95 insertions(+), 75 deletions(-)