]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: define the on-disk realtime rmap btree format
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:11:47 +0000 (21:11 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 07:35:30 +0000 (09:35 +0200)
commit9c9cd9a8ca9179b851d5eb73428f16a23f1937d5
tree61572d398aa12f57c61525e2e1c4accc1a02b5ee
parentf20e5cbcb5f151b368e95783d22aded1b9b20b66
xfs: define the on-disk realtime rmap btree format

Start filling out the rtrmap btree implementation. Start with the
on-disk btree format; add everything needed to read, write and
manipulate rmap btree blocks. This prepares the way for connecting the
btree operations implementation.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
12 files changed:
fs/xfs/Makefile
fs/xfs/libxfs/xfs_btree.c
fs/xfs/libxfs/xfs_format.h
fs/xfs/libxfs/xfs_ondisk.h
fs/xfs/libxfs/xfs_rtrmap_btree.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_rtrmap_btree.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_sb.c
fs/xfs/libxfs/xfs_shared.h
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_stats.c
fs/xfs/xfs_stats.h