]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: enable extent size hints for CoW operations
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Mar 2023 03:56:24 +0000 (19:56 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:41 +0000 (15:03 -0800)
commitf99ef4e69f10bb049aa216b3dabb5a948800cb60
treeb9e0022adf8e8d4352abcde60dc355a01f2833c3
parentcad9e3bde061aafeac422d9f7187e8a60cdf6553
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