Re: [PATCH v6] virtio-fs: add virtiofs filesystem

2019-09-18 Thread Miklos Szeredi
On Wed, Sep 18, 2019 at 2:57 PM Michael S. Tsirkin wrote: > Overall this looks ok to me. Handling full vq by a timer is really gross > but it's correct - just terribly inefficient. Yes. The reason this didn't get too much attention is that it's relatively difficult to make the queues actually f

Re: [PATCH v6] virtio-fs: add virtiofs filesystem

2019-09-18 Thread Michael S. Tsirkin
On Thu, Sep 12, 2019 at 04:19:31PM +0200, Miklos Szeredi wrote: > From: Stefan Hajnoczi > > Michael, > > Here's a v6 of the virtiofs code (fuse.git#virtiofs-v6). I think we've > addressed all your comments. > > Would you mind giving it another look, and if you're satisfied acking this > patch?

[PATCH v6] virtio-fs: add virtiofs filesystem

2019-09-12 Thread Miklos Szeredi
From: Stefan Hajnoczi Michael, Here's a v6 of the virtiofs code (fuse.git#virtiofs-v6). I think we've addressed all your comments. Would you mind giving it another look, and if you're satisfied acking this patch? Thanks, Miklos Add a basic file system module for virtio-fs. This does no