[GIT PULL] Ceph fixes for 6.5-rc5

From: Ilya Dryomov
Date: Fri Aug 04 2023 - 11:11:34 EST


Hi Linus,

The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

https://github.com/ceph/ceph-client.git tags/ceph-for-6.5-rc5

for you to fetch changes up to e6e2843230799230fc5deb8279728a7218b0d63c:

libceph: fix potential hang in ceph_osdc_notify() (2023-08-02 09:07:34 +0200)

----------------------------------------------------------------
Two patches to improve RBD exclusive lock interaction with
osd_request_timeout option and another fix to reduce the potential for
erroneous blocklisting -- this time in CephFS. All going to stable.

----------------------------------------------------------------
Ilya Dryomov (2):
rbd: prevent busy loop when requesting exclusive lock
libceph: fix potential hang in ceph_osdc_notify()

Xiubo Li (1):
ceph: defer stopping mdsc delayed_work

drivers/block/rbd.c | 28 +++++++++++++++-------------
fs/ceph/mds_client.c | 4 ++--
fs/ceph/mds_client.h | 5 +++++
fs/ceph/super.c | 10 ++++++++++
net/ceph/osd_client.c | 20 ++++++++++++++------
5 files changed, 46 insertions(+), 21 deletions(-)