Re: [for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request

2021-11-15 Thread Greg Kurz
On Wed, 10 Nov 2021 14:48:40 -0500 Vivek Goyal wrote: > Hi Greg, > > I don't see FUSE_SYNCFS support in virtiofsd. I see that kernel > patches got merged. Did you post another version of patches? > Hi Vivek, Unfortunately no and I'm really not sure I can get time to do so. Sorry for that...

Re: [for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request

2021-11-10 Thread Vivek Goyal
Hi Greg, I don't see FUSE_SYNCFS support in virtiofsd. I see that kernel patches got merged. Did you post another version of patches? Will be nice to add syncfs support in virtiofsd/virtiofsd_rs as well. Thanks Vivek On Mon, May 10, 2021 at 05:55:36PM +0200, Greg Kurz wrote: > FUSE_SYNCFS

Re: [for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request

2021-05-10 Thread Greg Kurz
Of course, I forgot to drop the for-6.1 prefix in git publish... On Mon, 10 May 2021 17:55:36 +0200 Greg Kurz wrote: > FUSE_SYNCFS allows the client to flush the host page cache. > This isn't available in upstream linux yet, but the following > tree can be used to test: > >

[for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request

2021-05-10 Thread Greg Kurz
FUSE_SYNCFS allows the client to flush the host page cache. This isn't available in upstream linux yet, but the following tree can be used to test: https://gitlab.com/gkurz/linux/-/tree/virtio-fs-sync v3: - track submounts and do per-submount syncfs() (Vivek) - based on new version of