]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: define the on-disk realtime rmap btree format
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:16 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:19 +0000 (15:49 -0700)
commitbfa428e5f5bb743b0e5f31e3dd8b0a8b704c331c
tree6ca5018c632659f942d0552d4d7b510725cd3f2a
parente262b3197290e12138a861623df10c5181dc47fa
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>
include/libxfs.h
include/xfs_mount.h
libxfs/Makefile
libxfs/init.c
libxfs/xfs_btree.c
libxfs/xfs_format.h
libxfs/xfs_ondisk.h
libxfs/xfs_rtrmap_btree.c [new file with mode: 0644]
libxfs/xfs_rtrmap_btree.h [new file with mode: 0644]
libxfs/xfs_sb.c
libxfs/xfs_shared.h