summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-08-04 15:35:28 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-11-09 19:07:28 -0800
commit6af5c7904ecb711569ea410d25a70e65fb090143 (patch)
treefc64218a9d9f7587ba3b244cd2cdeccf4f8c3a3e /Makefile
parentb2e6e1f51d9af5e7bbfa49d4b9c181e2b08306fb (diff)
xfs: repair problems in CoW forksrepair-file-mappings_2022-11-09
Try to repair errors that we see in file CoW forks so that we don't do stupid things like remap garbage into a file. There's not a lot we can do with the COW fork -- the ondisk metadata record only that the COW staging extents are owned by the refcount btree, which effectively means that we can't reconstruct this incore structure from scratch. Actually, this is even worse -- we can't touch written extents, because those map space that are actively under writeback, and there's not much to do with delalloc reservations. Hence we can only detect crosslinked unwritten extents and fix them by punching out the problematic parts and replacing them with delalloc extents. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions