All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] viritofsd: Add support for FUSE_HANDLE_KILLPRIV_V2
@ 2020-11-12 18:24 ` Vivek Goyal
  0 siblings, 0 replies; 9+ messages in thread
From: Vivek Goyal @ 2020-11-12 18:24 UTC (permalink / raw)
  To: qemu-devel, virtio-fs; +Cc: mszeredi, dgilbert, vgoyal

Hi,

This is V2 of patches to add support for FUSE_HANDLE_KILLPRIV_V2. This
is basically a feature file server can opt-in. And with xattr enabled,
this improves write performance many fold (jumps from 50MB/s to
300MB/s approx).

kernel patches have now been staged in for-next branch of fuse tree by Miklos.

https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git/log/?h=for-next

I tested virtiofsd with these patches and things look good to me.
Posting now for review and inclusion as soon as kernel patches are
merged in 5.11.

Thanks
Vivek

Vivek Goyal (2):
  virtiofsd: Save error code early at the failure callsite
  viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2

 include/standard-headers/linux/fuse.h |  28 ++++++-
 tools/virtiofsd/fuse_common.h         |  15 ++++
 tools/virtiofsd/fuse_lowlevel.c       |  11 ++-
 tools/virtiofsd/fuse_lowlevel.h       |   1 +
 tools/virtiofsd/passthrough_ll.c      | 116 +++++++++++++++++++++++---
 5 files changed, 153 insertions(+), 18 deletions(-)

-- 
2.25.4



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-02-08 17:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 18:24 [PATCH v2 0/2] viritofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 Vivek Goyal
2020-11-12 18:24 ` [Virtio-fs] " Vivek Goyal
2020-11-12 18:24 ` [PATCH v2 1/2] virtiofsd: Save error code early at the failure callsite Vivek Goyal
2020-11-12 18:24   ` [Virtio-fs] " Vivek Goyal
2021-02-08 17:05   ` Dr. David Alan Gilbert
2020-11-12 18:24 ` [PATCH v2 2/2] viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 Vivek Goyal
2020-11-12 18:24   ` [Virtio-fs] " Vivek Goyal
2020-11-19 15:42   ` Stefan Hajnoczi
2021-02-08 17:35   ` Dr. David Alan Gilbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.