| commit | 8eac0099ce96fbca07ba8e8ebed06ecb23f1f23a | [log] [tgz] | 
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:40:05 2024 -0800 | 
| committer | Darrick J. Wong <djwong@kernel.org> | Sun Mar 24 13:23:25 2024 -0700 | 
| tree | 917b3635d9b47bcb6800ff961b62b1975716ce28 | |
| parent | de765903b0bb974954db032275c1383298f46adf [diff] | 
xfs: create a shadow rmap btree during 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>