diff options
author | Chandan Babu R <chandanbabu@kernel.org> | 2024-02-24 10:22:15 +0530 |
---|---|---|
committer | Chandan Babu R <chandanbabu@kernel.org> | 2024-02-24 10:22:15 +0530 |
commit | fd43925cad85332818f8e480b6b39e972ce77c40 (patch) | |
tree | 01cd17c635ebe6685c152823e2d7c2ced2c4cd03 /tools/perf/scripts/python/task-analyzer.py | |
parent | 8394a97c4b5a07b8a0769898c18fdfc5e709100d (diff) | |
parent | 7e1b84b24d257700e417bc9cd724c1efdff653d7 (diff) |
Merge tag 'repair-rmap-btree-6.9_2024-02-23' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.9-mergeC
xfs: online repair of rmap btrees
We have now constructed the four tools that we need to scan the
filesystem looking for reverse mappings: an inode scanner, hooks to
receive live updates from other writer threads, the ability to construct
btrees in memory, and a btree bulk loader.
This series glues those three together, enabling us to scan the
filesystem for mappings and keep it up to date while other writers run,
and then commit the new btree to disk atomically.
To reduce the size of each patch, the functionality is left disabled
until the end of the series and broken up into three patches: one to
create the mechanics of scanning the filesystem, a second to transition
to in-memory btrees, and a third to set up the live hooks.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
* tag 'repair-rmap-btree-6.9_2024-02-23' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
xfs: hook live rmap operations during a repair operation
xfs: create a shadow rmap btree during rmap repair
xfs: repair the rmapbt
xfs: create agblock bitmap helper to count the number of set regions
xfs: create a helper to decide if a file mapping targets the rt volume
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions