All of lore.kernel.org
 help / color / mirror / Atom feed
* [Virtio-fs] [PATCH-v3 0/2] fuse: remove dmap when truncating inode
@ 2019-05-24  5:33 Peng Tao
  2019-05-24  5:33 ` [Virtio-fs] [PATCH-v3 1/2] " Peng Tao
  2019-05-24  5:33 ` [Virtio-fs] [PATCH-v3 2/2] virtiofs: FUSE_REMOVEMAPPING support multiple removing multiple entries Peng Tao
  0 siblings, 2 replies; 5+ messages in thread
From: Peng Tao @ 2019-05-24  5:33 UTC (permalink / raw)
  To: virtio-fs; +Cc: Peng Tao

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

v2->v3: change fuse_removemapping_in_header to hold fixed size field and
follow naming convension.

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


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

end of thread, other threads:[~2019-05-29  2:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-24  5:33 [Virtio-fs] [PATCH-v3 0/2] fuse: remove dmap when truncating inode Peng Tao
2019-05-24  5:33 ` [Virtio-fs] [PATCH-v3 1/2] " Peng Tao
2019-05-24  5:33 ` [Virtio-fs] [PATCH-v3 2/2] virtiofs: FUSE_REMOVEMAPPING support multiple removing multiple entries Peng Tao
2019-05-28 21:38   ` Vivek Goyal
2019-05-29  2:09     ` Tao Peng

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.