]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: enable extent size hints for CoW operations
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:40:28 +0000 (09:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:47 +0000 (17:21 -0700)
commitbed6bf4f352496f79e34f9848c4beea48765cf66
treee87f0936a465c1de80de533718efb38692dddecd
parent23e31d6ef8ef24f6819921d2acaaa9d3829fdf78
xfs: enable extent size hints for CoW operations

Wire up the copy-on-write extent size hint for realtime files, and
connect it to the rt allocator so that we avoid fragmentation on rt
filesystems.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_bmap.c