Hi all, Document changes to the ondisk format for realtime groups. 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. kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=realtime-groups xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=realtime-groups fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=realtime-groups xfsdocs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-documentation.git/log/?h=realtime-groups --- Commits in this patchset: * 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 --- .../allocation_groups.asciidoc | 20 - .../XFS_Filesystem_Structure/common_types.asciidoc | 4 .../internal_inodes.asciidoc | 41 -- design/XFS_Filesystem_Structure/magic.asciidoc | 3 design/XFS_Filesystem_Structure/metadump.asciidoc | 12 + .../XFS_Filesystem_Structure/ondisk_inode.asciidoc | 5 design/XFS_Filesystem_Structure/realtime.asciidoc | 394 ++++++++++++++++++++ .../XFS_Filesystem_Structure/superblock.asciidoc | 25 + .../xfs_filesystem_structure.asciidoc | 2 9 files changed, 450 insertions(+), 56 deletions(-) create mode 100644 design/XFS_Filesystem_Structure/realtime.asciidoc