Hi folks, The master branch of the xfs-documentation repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-documentation.git has just been updated. You can find a pdf version of this document here at some point when kup finishes syncing mirrors. https://www.kernel.org/pub/linux/utils/fs/xfs/docs/xfs_filesystem_structure.pdf Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. The new head of the master branch is commit: 7d07fb949b0f3a xfs-documentation: bump design doc revisions 4 new commits: Christoph Hellwig (1): [b54ac15f578a78] design: document the zoned on-disk format Darrick J. Wong (3): [f6cb034224a9a0] design: document the revisions to the realtime rmap formats [e271e0a698d6f6] design: document changes for the realtime refcount btree [7d07fb949b0f3a] xfs-documentation: bump design doc revisions Code Diffstat: design/XFS_Filesystem_Structure/docinfo.xml | 16 ++ .../internal_inodes.asciidoc | 7 + .../journaling_log.asciidoc | 32 +-- design/XFS_Filesystem_Structure/magic.asciidoc | 7 + .../XFS_Filesystem_Structure/ondisk_inode.asciidoc | 16 +- design/XFS_Filesystem_Structure/realtime.asciidoc | 45 ++++- .../XFS_Filesystem_Structure/rtrefcountbt.asciidoc | 172 +++++++++++++++++ design/XFS_Filesystem_Structure/rtrmapbt.asciidoc | 215 +++++++++------------ .../XFS_Filesystem_Structure/superblock.asciidoc | 25 +++ 9 files changed, 392 insertions(+), 143 deletions(-) create mode 100644 design/XFS_Filesystem_Structure/rtrefcountbt.asciidoc