Hi all, Here's a pile of updates detailing the changes made during 6.12 and 6.13. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. Comments and questions are, as always, welcome. xfsdocs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-documentation.git/log/?h=xfsdocs-6.13-updates --- Commits in this patchset: * design: update metadata reconstruction chapter * design: document filesystem properties * design: move superblock documentation to a separate file * design: document the actual ondisk superblock * design: document the changes required to handle metadata directories * design: move discussion of realtime volumes to a separate section * design: document realtime groups * design: document metadata directory tree quota changes * design: update metadump v2 format to reflect rt dumps * xfs-documentation: release for 6.1[23] --- .../allocation_groups.asciidoc | 570 -------------------- .../XFS_Filesystem_Structure/common_types.asciidoc | 4 design/XFS_Filesystem_Structure/docinfo.xml | 19 + .../fs_properties.asciidoc | 28 + .../internal_inodes.asciidoc | 154 ++++- design/XFS_Filesystem_Structure/magic.asciidoc | 3 design/XFS_Filesystem_Structure/metadump.asciidoc | 12 .../XFS_Filesystem_Structure/ondisk_inode.asciidoc | 27 + design/XFS_Filesystem_Structure/realtime.asciidoc | 394 ++++++++++++++ .../reconstruction.asciidoc | 17 - .../XFS_Filesystem_Structure/superblock.asciidoc | 574 ++++++++++++++++++++ .../xfs_filesystem_structure.asciidoc | 4 12 files changed, 1192 insertions(+), 614 deletions(-) create mode 100644 design/XFS_Filesystem_Structure/fs_properties.asciidoc create mode 100644 design/XFS_Filesystem_Structure/realtime.asciidoc create mode 100644 design/XFS_Filesystem_Structure/superblock.asciidoc