All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug
@ 2023-06-08  2:29 xiubli
  2023-06-08  2:29 ` [PATCH v3 1/2] ceph: drop the messages from MDS when unmounting xiubli
  2023-06-08  2:29 ` [PATCH v3 2/2] ceph: just wait the osd requests' callbacks to finish " xiubli
  0 siblings, 2 replies; 5+ messages in thread
From: xiubli @ 2023-06-08  2:29 UTC (permalink / raw)
  To: idryomov, ceph-devel; +Cc: jlayton, vshankar, lhenriques, mchangir, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

V3:
- reuse the mount_timeout when umounting.

Xiubo Li (2):
  ceph: drop the messages from MDS when unmounting
  ceph: just wait the osd requests' callbacks to finish when unmounting

 fs/ceph/addr.c       | 10 +++++
 fs/ceph/caps.c       |  6 ++-
 fs/ceph/mds_client.c | 14 +++++--
 fs/ceph/mds_client.h | 11 +++++-
 fs/ceph/quota.c      | 14 +++----
 fs/ceph/snap.c       | 10 +++--
 fs/ceph/super.c      | 87 +++++++++++++++++++++++++++++++++++++++++++-
 fs/ceph/super.h      |  5 +++
 8 files changed, 140 insertions(+), 17 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-06-12  0:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08  2:29 [PATCH v3 0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug xiubli
2023-06-08  2:29 ` [PATCH v3 1/2] ceph: drop the messages from MDS when unmounting xiubli
2023-06-09 14:49   ` Luís Henriques
2023-06-12  0:43     ` Xiubo Li
2023-06-08  2:29 ` [PATCH v3 2/2] ceph: just wait the osd requests' callbacks to finish " xiubli

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.