]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create a shadow rmap btree during realtime rmap repair
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:44:36 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:57 +0000 (13:44 -0700)
commitab8594908aa22df2ca5b55aea3c2057cd9b8c77c
tree57f7cdaebb961aea1098170efa307be672fc856c
parentc1456448313bbdaf95624b271e450786e4839dc5
xfs: create a shadow rmap btree during realtime rmap repair

Create an in-memory btree of rmap records instead of an array.  This
enables us to do live record collection instead of freezing the fs.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_rmap.c
libxfs/xfs_rtrmap_btree.c
libxfs/xfs_rtrmap_btree.h
libxfs/xfs_shared.h