Hi all, 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. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. 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=online-fsck-design-6.10 --- Commits in this patchset: * 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(-)