Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-23 | xfs: online repair of realtime bitmaps for a realtime group | Darrick J. Wong | |
For a given rt group, regenerate the bitmap contents from the group's realtime rmap btree. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> | |||
2024-12-23 | xfs: cross-reference the realtime rmapbt | Darrick J. Wong | |
Teach the data fork and realtime bitmap scrubbers to cross-reference information with the realtime rmap btree. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> | |||
2023-12-15 | xfs: online repair of realtime bitmaps | Darrick J. Wong | |
Fix all the file metadata surrounding the realtime bitmap file, which includes the rt geometry, file size, forks, and space mappings. The bitmap contents themselves cannot be fixed without rt rmap, so that will come later. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> |