
Introduced back in Linux 6.17 was FALLOC_FL_WRITE_ZEROES as a fallocate() flag for efficiently zeroing out a specified file or range. Via NVMe Deallocate or similar SCSI standards can allow for offloading the zeroing out of the file/range for better efficiency and performance

