All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ceph: drop the messages from MDS when unmouting
@ 2023-01-30  8:41 xiubli
  2023-01-30  8:41 ` [PATCH v3 1/2] libceph: defer removing the req from osdc just after req->r_callback xiubli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xiubli @ 2023-01-30  8:41 UTC (permalink / raw)
  To: idryomov, ceph-devel; +Cc: jlayton, mchangir, vshankar, lhenriques, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

V3:
- Fix the sequence of removing the requests from osdc and calling the
req->r_callback().
- Add a block counter to block the unmounting if there is any inflight
cap/snap/lease reply message is running.

V2:
- Fix it in ceph layer.

Xiubo Li (2):
  libceph: defer removing the req from osdc just after req->r_callback
  ceph: drop the messages from MDS when unmounting

 fs/ceph/caps.c        |  5 +++++
 fs/ceph/mds_client.c  | 12 +++++++++-
 fs/ceph/mds_client.h  | 11 ++++++++-
 fs/ceph/quota.c       |  4 ++++
 fs/ceph/snap.c        |  6 +++++
 fs/ceph/super.c       | 52 +++++++++++++++++++++++++++++++++++++++++++
 fs/ceph/super.h       |  2 ++
 net/ceph/osd_client.c | 43 ++++++++++++++++++++++++++++-------
 8 files changed, 125 insertions(+), 10 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2023-01-31  1:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  8:41 [PATCH v3 0/2] ceph: drop the messages from MDS when unmouting xiubli
2023-01-30  8:41 ` [PATCH v3 1/2] libceph: defer removing the req from osdc just after req->r_callback xiubli
2023-01-30  8:41 ` [PATCH v3 2/2] ceph: drop the messages from MDS when unmounting xiubli
2023-01-31  1:58 ` [PATCH v3 0/2] ceph: drop the messages from MDS when unmouting Xiubo Li

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.