containers / composefs

a file system for mounting container images
GNU General Public License v2.0
421 stars 29 forks source link

use copy_file_range for file copy in mkcomposefs #274

Closed divineaugustine closed 4 months ago

divineaugustine commented 5 months ago

This change was done as part of multi-threading (#269 ) however, copy_file_range needs some fallback handling for file copy when copying files across different file systems (https://lwn.net/Articles/846403/). It is agreed that we rollback copy_file_range from multi-threading PR and raise a separate PR for just copy_file_range