]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: recover CoW leftovers in the realtime volume
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:32 +0000 (11:49 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Sep 2024 21:01:10 +0000 (14:01 -0700)
commitad75784a430f40905be2b5110de1bfe23044ac87
tree0cfc1bf5c1ecaec15f46c3d5d07325889ed89835
parentb359fe3110b35597d8b47c7f363923edcd51e1cd
xfs: recover CoW leftovers in the realtime volume

Scan the realtime refcount tree at mount time to get rid of leftover
CoW staging extents.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/libxfs/xfs_refcount.h
fs/xfs/xfs_reflink.c