]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: enable extent size hints for CoW operations
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:55 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:59 +0000 (09:15 -0800)
commit3ae3aadc4fc328885eb9c14f63cc7f53da8eb146
tree864aa07304302e2e9aa4b084984fd9859fed3031
parent1bc6b533a80ca388807251bc64e1e505e8a8fa76
xfs: enable extent size hints for CoW operations

Source kernel commit: 8e84e8052bc283ebb37f929eb9fb97483ea7385e

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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_bmap.c