]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: define the on-disk realtime refcount btree format
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Mar 2023 03:56:12 +0000 (19:56 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:40 +0000 (15:03 -0800)
commitc1d49fa1bdd3783feef0a3ba42d1e362cd7c667d
tree19b07f0be81e6a457b6207f6e405c7180ca789cf
parentc6ff4e47c4ac98c2ecb97257edb6b663c634d1f9
xfs: define the on-disk realtime refcount btree format

Start filling out the rtrefcount btree implementation. Start with the
on-disk btree format; add everything needed to read, write and
manipulate refcount 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_btree.h
libxfs/xfs_format.h
libxfs/xfs_rtrefcount_btree.c [new file with mode: 0644]
libxfs/xfs_rtrefcount_btree.h [new file with mode: 0644]
libxfs/xfs_sb.c
libxfs/xfs_shared.h