All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug
@ 2023-06-06  3:32 xiubli
  2023-06-06  3:32 ` [PATCH v2 1/2] ceph: drop the messages from MDS when unmounting xiubli
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: xiubli @ 2023-06-06  3:32 UTC (permalink / raw)
  To: idryomov, ceph-devel; +Cc: jlayton, vshankar, lhenriques, mchangir, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

V2:
- Improve the code by switching to wait_for_completion_killable_timeout()
  when umounting, at the same add one umount_timeout option.
- Improve the inc/dec helpers for metadata/IO cases.


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      | 99 +++++++++++++++++++++++++++++++++++++++++++-
 fs/ceph/super.h      |  7 ++++
 8 files changed, 154 insertions(+), 17 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-06-08  2:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06  3:32 [PATCH v2 0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug xiubli
2023-06-06  3:32 ` [PATCH v2 1/2] ceph: drop the messages from MDS when unmounting xiubli
2023-06-06  7:47   ` Milind Changire
2023-06-06  8:50     ` Xiubo Li
2023-06-06  3:32 ` [PATCH v2 2/2] ceph: just wait the osd requests' callbacks to finish " xiubli
2023-06-06  7:12   ` Milind Changire
2023-06-06  9:53 ` [PATCH v2 0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug Luís Henriques
2023-06-06 12:29   ` Xiubo Li
2023-06-07  9:18     ` Luís Henriques
2023-06-07 10:00       ` Ilya Dryomov
2023-06-08  2:10         ` 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.