11 Dec
2025
11 Dec
'25
10:31 p.m.
Implement FSCTL_DUPLICATE_EXTENTS_TO_FILE handling in ntdll on Linux by wiring the IOCTL to FICLONERANGE/FICLONE where available and returning STATUS_INVALID_DEVICE_REQUEST otherwise. Adds the necessary constants/types when missing. -- v3: ntdll: Advertise FILE_SUPPORTS_BLOCK_REFCOUNTING when reflink is supported. https://gitlab.winehq.org/wine/wine/-/merge_requests/9732