]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: enable extent size hints for CoW operations
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:31 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:23 +0000 (15:49 -0700)
commit91e23d252cadfba3d850b10ce40d28831177a21e
treee6783c2df1eec1a904a8768155be7f6c517babfa
parentf18eaa6d5c1fac9237bd3a600493053746a86653
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