Searched hist:"88 bc7d5097a11d9bdcf08ecf85c81ba998353437" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | fuse.h | diff 88bc7d5097a11d9bdcf08ecf85c81ba998353437 Tue Aug 21 07:36:31 CDT 2018 Niels de Vos <ndevos@redhat.com> 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>
|
/openbmc/linux/fs/fuse/ |
H A D | fuse_i.h | diff 88bc7d5097a11d9bdcf08ecf85c81ba998353437 Tue Aug 21 07:36:31 CDT 2018 Niels de Vos <ndevos@redhat.com> 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>
|
H A D | file.c | diff 88bc7d5097a11d9bdcf08ecf85c81ba998353437 Tue Aug 21 07:36:31 CDT 2018 Niels de Vos <ndevos@redhat.com> 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>
|