vagga icon indicating copy to clipboard operation
vagga copied to clipboard

file_util::copy_stream support for copy_file_range on Linux 4.5

Open lilianmoraru opened this issue 8 years ago • 1 comments

I was reading yesterday about copy_file_range API extension in Linux 4.5 and first thing I remembered was the stack overflow issue with the big buffer for file copying.

This is a feature request to support copy_file_range on Linux 4.5.

lilianmoraru avatar Jan 19 '17 11:01 lilianmoraru

Yeah. I'm dreaming about that too. Unfortunately, this only works in the same mountpoint. So we need to make some changes to the layout of the mountpoints in "capsule" (our temporary file system). And we'll be doing that shortly after 0.7.0 released.

tailhook avatar Jan 19 '17 13:01 tailhook