]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: recover CoW leftovers in the realtime volume
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:40:28 +0000 (12:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:36:32 +0000 (13:36 -0800)
commit7151a03f7190b3e6530742231c68257a6358e1ee
tree5165ca4b8969e9242285833ec61693a786638273
parentbd0863b44de6722c7dcfad57abc8834c41dce634
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