mbox series

[virtiofsd,v5,0/2] virtiofsd: support per-file DAX

Message ID 20210923093545.81512-1-jefflexu@linux.alibaba.com (mailing list archive)
Headers show
Series virtiofsd: support per-file DAX | expand

Message

Jingbo Xu Sept. 23, 2021, 9:35 a.m. UTC
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 (2):
  virtiofsd: add FUSE_ATTR_DAX to fuse protocol
  virtiofsd: support per-file DAX

 include/standard-headers/linux/fuse.h |  1 +
 tools/virtiofsd/passthrough_ll.c      | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)