commit | a75e862f9a52daa8218cbde41b5b896bf1c0e043 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 06 19:53:13 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Jan 05 22:55:34 2024 -0800 |
tree | 1f59a004af0ba5fe362f286a07c0dee1a74b339b | |
parent | 108ee2fea6b0c8d5a83a5759ffac4cd50d60e084 [diff] |
xfs: repair inode btrees Use the rmapbt to find inode chunks, query the chunks to compute hole and free masks, and with that information rebuild the inobt and finobt. Link: https://docs.kernel.org/filesystems/xfs-online-fsck-design.html#case-study-rebuilding-the-space-reference-counts Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>