Re: [PATCH 005/104] virtiofsd: Add passthrough_ll

2020-01-03 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > On Fri, Jan 03, 2020 at 12:15:35PM +, Dr. David Alan Gilbert wrote: > > * Daniel P. Berrangé (berra...@redhat.com) wrote: > > > On Thu, Dec 12, 2019 at 04:37:25PM +, Dr. David Alan Gilbert (git) > > > wrote: > > > > From: "Dr. David Alan

Re: [PATCH 005/104] virtiofsd: Add passthrough_ll

2020-01-03 Thread Daniel P . Berrangé
On Fri, Jan 03, 2020 at 12:15:35PM +, Dr. David Alan Gilbert wrote: > * Daniel P. Berrangé (berra...@redhat.com) wrote: > > On Thu, Dec 12, 2019 at 04:37:25PM +, Dr. David Alan Gilbert (git) > > wrote: > > > From: "Dr. David Alan Gilbert" > > > > > > passthrough_ll is one of the examples

Re: [PATCH 005/104] virtiofsd: Add passthrough_ll

2020-01-03 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > On Thu, Dec 12, 2019 at 04:37:25PM +, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > passthrough_ll is one of the examples in the upstream fuse project > > and is the main part of our daemon here. It passes t

Re: [PATCH 005/104] virtiofsd: Add passthrough_ll

2020-01-03 Thread Daniel P . Berrangé
On Thu, Dec 12, 2019 at 04:37:25PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > 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, us

[PATCH 005/104] virtiofsd: Add passthrough_ll

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" 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. Davi