[Virtio-fs] [PATCH-v2 0/2] fuse: remove dmap when truncating inode

Peng Tao tao.peng at linux.alibaba.com
Mon May 13 14:41:07 UTC 2019


Hi Vivek,

The two patches try to remove dmap during truncation. virtiofs fuse
protocol is also modified to support removing multiple entries in
a single request. The host side virtiofsd patch will be sent separately.

Cheers,
Tao


Peng Tao (2):
  fuse: remove dmap when truncating inode
  virtiofs: FUSE_REMOVEMAPPING support multiple removing multiple
    entries

 fs/fuse/dir.c             |   5 ++
 fs/fuse/file.c            | 134 ++++++++++++++++++++++++++++++++------
 fs/fuse/fuse_i.h          |   2 +
 include/uapi/linux/fuse.h |   9 ++-
 4 files changed, 129 insertions(+), 21 deletions(-)

-- 
2.17.1




More information about the Virtio-fs mailing list