• Darrick J. Wong's avatar
    xfs: repair problems in CoW forks · dbbdbd00
    Darrick J. Wong authored
    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: default avatarDarrick J. Wong <djwong@kernel.org>
    Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
    dbbdbd00
reap.c 16.9 KB