All of lore.kernel.org
 help / color / mirror / Atom feed
* [Virtio-fs] [PATCH v4 0/2] virtiofsd: Fix xattr operations
@ 2020-02-27  5:59 ` Misono Tomohiro
  0 siblings, 0 replies; 9+ messages in thread
From: Misono Tomohiro @ 2020-02-27  5:59 UTC (permalink / raw)
  To: virtio-fs; +Cc: qemu-devel, vgoyal

Currently xattr operations on virtiofs does not work properly in some case:
 - directory ... cannot set
 - special files (pipe) ... cause hang

This fixes these problems and now xfstests generic/062 passes on virtiofs
with -o xattr option (I tested with xfs).

v3 -> v4:
 - No logic change
 - Some code style fix/update comments and commit log as suggested by Vivek
 - CC qemu-devel ML too

Previous versions can be found in virtiofs ML:
 v3: https://www.redhat.com/archives/virtio-fs/2020-February/msg00032.html

Thanks,
Misono Tomohiro (2):
  virtiofsd: passthrough_ll: cleanup getxattr/listxattr
  virtiofsd: Fix xattr operations

 tools/virtiofsd/fuse_virtio.c    |  13 +++
 tools/virtiofsd/passthrough_ll.c | 139 ++++++++++++++++---------------
 tools/virtiofsd/seccomp.c        |   6 ++
 3 files changed, 89 insertions(+), 69 deletions(-)

-- 
2.21.1



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

end of thread, other threads:[~2020-03-03 11:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-27  5:59 [Virtio-fs] [PATCH v4 0/2] virtiofsd: Fix xattr operations Misono Tomohiro
2020-02-27  5:59 ` Misono Tomohiro
2020-02-27  5:59 ` [Virtio-fs] [PATCH v4 1/2] virtiofsd: passthrough_ll: cleanup getxattr/listxattr Misono Tomohiro
2020-02-27  5:59   ` Misono Tomohiro
2020-02-27  5:59 ` [Virtio-fs] [PATCH v4 2/2] virtiofsd: Fix xattr operations Misono Tomohiro
2020-02-27  5:59   ` Misono Tomohiro
2020-02-28 12:50 ` [Virtio-fs] [PATCH v4 0/2] " Vivek Goyal
2020-02-28 12:50   ` Vivek Goyal
2020-03-03 11:37 ` [Virtio-fs] " 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.