mbox series

[GIT,PULL,15/16] xfs: design documentation for online fsck, part 2

Message ID 171322719661.141687.4087002222718920659.stg-ugh@frogsfrogsfrogs (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL,01/16] xfs: improve log incompat feature handling | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/online-fsck-design-6.10_2024-04-15

Message

Darrick J. Wong April 16, 2024, 12:33 a.m. UTC
Hi Chandan,

Please pull this branch with changes for xfs for 6.10-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.

--D

The following changes since commit b0ffe661fab4b939e4472ef96b8dac3c74e0e03e:

xfs: fix performance problems when fstrimming a subset of a fragmented AG (2024-04-15 14:59:00 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/online-fsck-design-6.10_2024-04-15

for you to fetch changes up to 67bdcd499909708195b9408c106b94250955c5ff:

docs: describe xfs directory tree online fsck (2024-04-15 14:59:01 -0700)

----------------------------------------------------------------
xfs: design documentation for online fsck, part 2 [v13.2 15/16]

This series updates the design documentation for online fsck to reflect
the final design of the parent pointers feature as well as the
implementation of online fsck for the new metadata.

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 (4):
docs: update the parent pointers documentation to the final version
docs: update online directory and parent pointer repair sections
docs: update offline parent pointer repair strategy
docs: describe xfs directory tree online fsck

.../filesystems/xfs/xfs-online-fsck-design.rst     | 354 ++++++++++++++++-----
1 file changed, 266 insertions(+), 88 deletions(-)