Re: [gentoo-portage-dev] [PATCH v3] movefile: support in-kernel file copying on Linux (bug 607868)

2017-03-15 Thread Zac Medico
On Wed, Mar 15, 2017 at 3:25 PM, Brian Dolbec wrote: > On Fri, 3 Mar 2017 18:18:50 -0800 > Zac Medico wrote: > >> Perform in-kernel file copying when possible, and also support >> reflinks and sparse files. If the optimized implementation >> fails at

Re: [gentoo-portage-dev] [PATCH v3] movefile: support in-kernel file copying on Linux (bug 607868)

2017-03-15 Thread Brian Dolbec
On Fri, 3 Mar 2017 18:18:50 -0800 Zac Medico wrote: > Perform in-kernel file copying when possible, and also support > reflinks and sparse files. If the optimized implementation > fails at runtime, gracefully fallback to a plain read/write > loop. > > Compile-time and