qemu-patch-raspberry4/tools/virtiofsd
Dr. David Alan Gilbert 7c6b660272 virtiofsd: Add passthrough_ll
passthrough_ll is one of the examples in the upstream fuse project
and is the main part of our daemon here.  It passes through requests
from fuse to the underlying filesystem, using syscalls as directly
as possible.

From libfuse fuse-3.8.0

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
  Fixed up 'GPL' to 'GPLv2' as per Dan's comments and consistent
  with the 'LICENSE' file in libfuse;  patch sent to libfuse to fix
  it upstream.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
2020-01-23 16:41:36 +00:00
..
buffer.c
fuse.h
fuse_common.h
fuse_i.h
fuse_log.c
fuse_log.h
fuse_lowlevel.c virtiofsd: Add fuse_lowlevel.c 2020-01-23 16:41:36 +00:00
fuse_lowlevel.h
fuse_misc.h
fuse_opt.c
fuse_opt.h
fuse_signals.c
helper.c
passthrough_helpers.h
passthrough_ll.c virtiofsd: Add passthrough_ll 2020-01-23 16:41:36 +00:00