All of lore.kernel.org
 help / color / mirror / Atom feed
* [Virtio-fs] [virtiofsd PATCH v6 0/6] virtiofsd: support per-file DAX
@ 2021-10-11  3:09 Jeffle Xu
  2021-10-11  3:09 ` [Virtio-fs] [virtiofsd PATCH v6 1/6] virtiofsd: add .ioctl() support Jeffle Xu
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Jeffle Xu @ 2021-10-11  3:09 UTC (permalink / raw)
  To: vgoyal, stefanha, miklos; +Cc: virtio-fs, joseph.qi

The corresponding kernel patch set:
https://lore.kernel.org/all/20211011030052.98923-1-jefflexu@linux.alibaba.com/T/#t

changes since v5:
- add back support for .ioctl()
- add back negotiation during FUSE_INIT
- add '-o dax=[server|attr]' option to control the policy used by
  virtiofsd to determine whether DAX shall be enabled or not for
  specific file. Please refer to the commit log of patch 4/5/6 for
  more detailed information.


changes since v4:
- decide whether DAX shall be enabled or not solely depending on file
  size (DAX is disabled for files smaller than 32KB)
- negotiation during FUSE_INIT is droped
- drop support for .ioctl() for passthrough

changes since v2/v3:
Patch 4 in v2 is incomplete by mistake and it will fail to be compiled.
I had ever sent a seperate patch 4 of v3. Now I send the whole complete
set in v4. Except for this, there's no other diferrence.



Jeffle Xu (6):
  virtiofsd: add .ioctl() support
  virtiofsd: support per-file DAX in fuse protocol
  virtiofsd: negotiate per-file DAX in FUSE_INIT
  virtiofsd: add 'dax=' option
  virtiofsd: implement file size based dax policy
  virtiofsd: implement persistent inode attribute based dax policy

 include/standard-headers/linux/fuse.h |   2 +
 tools/virtiofsd/fuse_common.h         |   5 ++
 tools/virtiofsd/fuse_lowlevel.c       |   3 +
 tools/virtiofsd/helper.c              |   7 ++
 tools/virtiofsd/passthrough_ll.c      | 125 ++++++++++++++++++++++++++
 tools/virtiofsd/passthrough_seccomp.c |   1 +
 6 files changed, 143 insertions(+)

-- 
2.27.0


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

end of thread, other threads:[~2021-11-01 13:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11  3:09 [Virtio-fs] [virtiofsd PATCH v6 0/6] virtiofsd: support per-file DAX Jeffle Xu
2021-10-11  3:09 ` [Virtio-fs] [virtiofsd PATCH v6 1/6] virtiofsd: add .ioctl() support Jeffle Xu
2021-10-15  2:49   ` [Virtio-fs] [virtiofsd PATCH v7 " Jeffle Xu
2021-10-20 17:36   ` [Virtio-fs] [virtiofsd PATCH v6 " Vivek Goyal
2021-10-21  2:32     ` JeffleXu
2021-10-11  3:09 ` [Virtio-fs] [virtiofsd PATCH v6 2/6] virtiofsd: support per-file DAX in fuse protocol Jeffle Xu
2021-10-11  3:09 ` [Virtio-fs] [virtiofsd PATCH v6 3/6] virtiofsd: negotiate per-file DAX in FUSE_INIT Jeffle Xu
2021-10-11  3:09 ` [Virtio-fs] [virtiofsd PATCH v6 4/6] virtiofsd: add 'dax=' option Jeffle Xu
2021-10-11  3:09 ` [Virtio-fs] [virtiofsd PATCH v6 5/6] virtiofsd: implement file size based dax policy Jeffle Xu
2021-10-20 17:54   ` Vivek Goyal
2021-11-01  8:59     ` JeffleXu
2021-11-01 13:18       ` Vivek Goyal
2021-10-11  3:09 ` [Virtio-fs] [virtiofsd PATCH v6 6/6] virtiofsd: implement persistent inode attribute " Jeffle Xu
2021-10-20 17:55   ` Vivek Goyal

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.