mbox series

[GIT,PULL] xfs-documentation: updates for 6.13

Message ID 173266663318.996567.5228465764402393420.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL] xfs-documentation: updates for 6.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-documentation.git tags/xfsdocs-6.13-updates_2024-11-26

Message

Darrick J. Wong Nov. 27, 2024, 12:20 a.m. UTC
Hi Darrick,

Please pull this branch with changes.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

The following changes since commit 661d339d50b8e504456d6435ae25246057d21a21:

Merge tag 'xfsdocs-6.10-updates_2024-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-documentation into mainn (2024-08-22 17:05:15 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-documentation.git tags/xfsdocs-6.13-updates_2024-11-26

for you to fetch changes up to 368784fa00f920518ac686638c163852a477937c:

xfs-documentation: release for 6.1[23] (2024-11-26 15:57:07 -0800)

----------------------------------------------------------------
xfs-documentation: updates for 6.13 [1/3]

Here's a pile of updates detailing the changes made during 6.12 and 6.13.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>

----------------------------------------------------------------
Darrick J. Wong (10):
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