]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: recover CoW leftovers in the realtime volume
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:42:38 +0000 (13:42 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:55:50 +0000 (15:55 +0200)
commit5188f2a835e1ec1e3a931d43f9ae45139bed5222
tree10c3f620a4d6dc322e50db43b257e804f3227448
parent7bebc118b0b1b5cc8f33dbde56bf86cd26e20a1a
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