INFRA Signal 378
XFS Lands FALLOC_FL_WRITE_ZEROES For Efficiency Improvement In Linux 7.3
Illustration only Photo by Kier in Sight Archives on Unsplash
The XFS file-system improvements merged for Linux 7.3 add support for FALLOC_FL_WRITE_ZEROES for end-users.
The feature provides an efficiency improvement for XFS by enabling zero-filled allocations via the fallocate system call. This can reduce the amount of data written when pre-allocating space, benefiting storage workloads that rely on XFS. The change is specific to the Linux 7.3 kernel release.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
The XFS file-system improvements were merged for the Linux 7.3 kernel.
Support for the FALLOC_FL_WRITE_ZEROES flag has been added to XFS.
This addition is intended as an efficiency improvement for end-users.
THE READ
What the cluster adds up to.
The XFS file-system improvements have been merged for the Linux 7.3 kernel.
This merge adds support for the FALLOC_FL_WRITE_ZEROES flag.
The change is described as an efficiency improvement for the file-system.
It targets end-user workloads that use XFS.
The provided material does not detail any adoption cost associated with enabling this flag.
It does not mention required code changes, configuration steps, or performance trade-offs.
Written by elseif from the cluster below · checked for specifics the sources never containedTHE CLUSTER