All of lore.kernel.org
 help / color / mirror / Atom feed
* [Virtio-fs] [PATCH 0/3] virtio-fs: Flush forget requests before sending destroy
@ 2019-05-31 18:57 Vivek Goyal
  2019-05-31 18:57 ` [Virtio-fs] [PATCH 1/3] Use helper function to get forget requests from fuse Vivek Goyal
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Vivek Goyal @ 2019-05-31 18:57 UTC (permalink / raw)
  To: virtio-fs, tao.peng; +Cc: vgoyal

Hi Peng Tao,

Can you plase try following patches and see if it helps with the issue
you are facing.

One of the patch is cleanup. Rest of the two patches make sure all
forget requests requests are flushed and no forget reuqest is sent
after destroy has been sent.

Thanks
Vivek

Vivek Goyal (3):
  Use helper function to get forget requests from fuse
  Do not dispatch forget requests once queue is disconnected
  virtio-fs: Waiting for pending forget requests to finish

 fs/fuse/dev.c       |  9 +++---
 fs/fuse/fuse_i.h    |  3 ++
 fs/fuse/virtio_fs.c | 70 ++++++++++++++++++++++++++++++++++++---------
 3 files changed, 65 insertions(+), 17 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-06-06 21:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31 18:57 [Virtio-fs] [PATCH 0/3] virtio-fs: Flush forget requests before sending destroy Vivek Goyal
2019-05-31 18:57 ` [Virtio-fs] [PATCH 1/3] Use helper function to get forget requests from fuse Vivek Goyal
2019-06-05 18:16   ` Liu Bo
2019-05-31 18:57 ` [Virtio-fs] [PATCH 2/3] Do not dispatch forget requests once queue is disconnected Vivek Goyal
2019-06-04  3:27   ` Tao Peng
2019-06-05 18:22   ` Liu Bo
2019-05-31 18:57 ` [Virtio-fs] [PATCH 3/3] virtio-fs: Waiting for pending forget requests to finish Vivek Goyal
2019-06-04  4:06   ` Peng Tao
2019-06-04 13:29     ` Vivek Goyal
2019-06-05 18:26   ` Liu Bo
2019-06-05 18:39     ` Vivek Goyal
2019-06-06 21:06   ` Liu Bo
2019-06-06 21:14     ` 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.