commit | 88bc7d5097a11d9bdcf08ecf85c81ba998353437 | [log] [tgz] |
---|---|---|
author | Niels de Vos <ndevos@redhat.com> | Tue Aug 21 14:36:31 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Sep 28 16:43:22 2018 +0200 |
tree | 40bceda7dc1db073a51d8ed34675073fbf70dfd0 | |
parent | 908a572b80f6e9577b45e81b3dfe2e22111286b8 [diff] |
fuse: add support for copy_file_range() There are several FUSE filesystems that can implement server-side copy or other efficient copy/duplication/clone methods. The copy_file_range() syscall is the standard interface that users have access to while not depending on external libraries that bypass FUSE. Signed-off-by: Niels de Vos <ndevos@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>