17 Dec
2025
17 Dec
'25
10:01 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. -- v5: ntdll: Reuse fstatfs result in volume attribute query. https://gitlab.winehq.org/wine/wine/-/merge_requests/9732