/linux/fs/xfs/libxfs/ |
H A D | xfs_rtrmap_btree.h | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | xfs_rtrmap_btree.c | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | xfs_btree_staging.c | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
/linux/fs/xfs/scrub/ |
H A D | rtrmap_repair.c | 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | rtrmap.c | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | repair.h | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | common.h | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | trace.h | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | repair.c | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | common.c | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | scrub.c | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
/linux/fs/xfs/ |
H A D | Makefile | diff 6a849bd81b69ccbda5b766cc700f0be86194e4d1 Thu Nov 21 01:20:42 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: online repair of the realtime rmap btree
Repair the realtime rmap btree while mounted. Similar to the regular rmap btree repair code, we walk the data fork mappings of every realtime file in the filesystem to collect reverse-mapping records in an xfarray. Then we sort the xfarray, and use the btree bulk loader to create a new rtrmap btree ondisk. Finally, we swap the btree roots, and reap the old blocks in the usual way.
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|