Re: [PATCH 0/2] virtio-fs: Add 'file' mount option

2024-07-10 Thread Stefan Hajnoczi
ystems/virtiofs.rst | 5 - > 2 files changed, 12 insertions(+), 2 deletions(-) > > -- > 2.45.1 > Looks good to me. Maybe add the 'file' option to FUSE as well to keep them in sync (eventually rootmode could be exposed to virtiofs too, if necessary)? Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path

2025-02-06 Thread Stefan Hajnoczi
On Thu, Feb 06, 2025 at 03:59:03PM +0100, Albert Esteve wrote: > Hi! > > On Thu, Feb 6, 2025 at 3:30 PM Stefan Hajnoczi wrote: > > > > On Thu, Feb 06, 2025 at 08:37:07AM -0500, Vivek Goyal wrote: > > > And then there are challenges at QEMU level. virtiofsd nee

Re: [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path

2025-02-06 Thread Stefan Hajnoczi
On Thu, Feb 06, 2025 at 08:37:07AM -0500, Vivek Goyal wrote: > And then there are challenges at QEMU level. virtiofsd needs additional > vhost-user commands to implement DAX and these never went upstream in > QEMU. I hope these challenges are sorted at some point of time. Albert Esteve has been wo