commit | 69161c0cd3c84752e7dfadf3e178ed23cc26706f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:38:46 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Jun 12 11:46:00 2024 -0700 |
tree | 66ce2200f3b7de26957ca5026bb0e4a50402c87d | |
parent | ca1788eeaccf9f60cdb4bf4253962249c160f2bd [diff] |
xfs_repair: convert regular rmap repair to use in-memory btrees Convert the rmap btree repair code to use in-memory rmap btrees to store the observed reverse mapping records. This will eliminate the need for a separate record sorting step, as well as eliminate the need for all the code that turns multiple consecutive bmap records into a single rmap record. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>