mbox series

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

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-documentation.git tags/xfsdocs-6.15-updates_2025-04-08

Message

Darrick J. Wong April 8, 2025, 4:05 p.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 f512c164a1d0e83a54eabf757be689c3f8bc54a7:

Merge tag 'xfsdocs-6.13-updates_2024-11-26' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-documentation (2024-11-26 16:24:24 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-documentation.git tags/xfsdocs-6.15-updates_2025-04-08

for you to fetch changes up to 7d07fb949b0f3aa05fdaa289fba53e70931e974a:

xfs-documentation: bump design doc revisions (2025-04-08 07:55:56 -0700)

----------------------------------------------------------------
xfs-documentation: updates for 6.15

Here's a pile of updates detailing the changes made during 6.14 and 6.15.

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

----------------------------------------------------------------
Christoph Hellwig (1):
design: document the zoned on-disk format

Darrick J. Wong (3):
design: document the revisions to the realtime rmap formats
design: document changes for the realtime refcount btree
xfs-documentation: bump design doc revisions

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