]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: enable extent size hints for CoW operations
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:13:19 +0000 (21:13 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 24 Jul 2024 05:33:55 +0000 (22:33 -0700)
commitcd52c9cb0286f968b87beba2e86d268d6ba28ed3
treea4519aa19634fb7f128321b01b62a00b35d6d174
parentf6bc6f81fba809fd111e65ad790b819b0d45c57e
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>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/xfs_rtalloc.c