public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHBOMB 6.13 v5.6] xfs-docs: metadata directories and realtime groups
@ 2024-11-07 23:21 Darrick J. Wong
  2024-11-07 23:24 ` Darrick J. Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Darrick J. Wong @ 2024-11-07 23:21 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-xfs

Hi everyone,

Here's a minor revision to yesterday's metadir/rtgroups ondisk format
documentation updates to move the superblock docs to a separate file,
and to remove a few feature flag bits that were removed before the final
release.  The last bits of online fsck haven't changed, so I've left
them out for brevity.

Nobody likes asciidoc, so if you want an easy to read version of the
ondisk documentation, try either:
http://djwong.org/docs/xfs_filesystem_structure.pdf
http://djwong.org/docs/xfs_filesystem_structure.html

Please have a look at the git tree links for code changes:
https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-documentation.git/log/?h=realtime-groups_2024-11-07

--D

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCHSET v5.5 3/3] xfs-documentation: shard the realtime section
@ 2024-11-06 19:17 Darrick J. Wong
  2024-11-06 19:19 ` [PATCH 2/4] design: document realtime groups Darrick J. Wong
  0 siblings, 1 reply; 17+ messages in thread
From: Darrick J. Wong @ 2024-11-06 19:17 UTC (permalink / raw)
  To: djwong; +Cc: linux-xfs, hch

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                     |   54 ++-
 .../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.asciidoc              |    2 
 8 files changed, 459 insertions(+), 56 deletions(-)
 create mode 100644 design/XFS_Filesystem_Structure/realtime.asciidoc


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-11-08 14:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-07 23:21 [PATCHBOMB 6.13 v5.6] xfs-docs: metadata directories and realtime groups Darrick J. Wong
2024-11-07 23:24 ` Darrick J. Wong
2024-11-07 23:24 ` [PATCHSET v5.6 1/2] xfs-documentation: document metadata directories Darrick J. Wong
2024-11-07 23:25   ` [PATCH 1/3] design: move superblock documentation to a separate file Darrick J. Wong
2024-11-08 14:16     ` Christoph Hellwig
2024-11-07 23:25   ` [PATCH 2/3] design: document the actual ondisk superblock Darrick J. Wong
2024-11-08 14:16     ` Christoph Hellwig
2024-11-07 23:26   ` [PATCH 3/3] design: document the changes required to handle metadata directories Darrick J. Wong
2024-11-07 23:25 ` [PATCHSET v5.6 2/2] xfs-documentation: shard the realtime section Darrick J. Wong
2024-11-07 23:26   ` [PATCH 1/4] design: move discussion of realtime volumes to a separate section Darrick J. Wong
2024-11-07 23:26   ` [PATCH 2/4] design: document realtime groups Darrick J. Wong
2024-11-08 14:17     ` Christoph Hellwig
2024-11-07 23:26   ` [PATCH 3/4] design: document metadata directory tree quota changes Darrick J. Wong
2024-11-07 23:27   ` [PATCH 4/4] design: update metadump v2 format to reflect rt dumps Darrick J. Wong
  -- strict thread matches above, loose matches on Subject: below --
2024-11-06 19:17 [PATCHSET v5.5 3/3] xfs-documentation: shard the realtime section Darrick J. Wong
2024-11-06 19:19 ` [PATCH 2/4] design: document realtime groups Darrick J. Wong
2024-11-07  7:33   ` Christoph Hellwig
2024-11-07 15:58     ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox