mbox series

[v3,0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug

Message ID 20230608022959.45134-1-xiubli@redhat.com (mailing list archive)
Headers show
Series ceph: fix fscrypt_destroy_keyring use-after-free bug | expand

Message

Xiubo Li June 8, 2023, 2:29 a.m. UTC
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(-)