mbox series

[GIT,PULL] Ceph fixes for 6.5-rc4

Message ID 20230728163347.176178-1-idryomov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Ceph fixes for 6.5-rc4 | expand

Pull-request

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

Message

Ilya Dryomov July 28, 2023, 4:33 p.m. UTC
Hi Linus,

The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

  Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 588159009d5b7a09c3e5904cffddbe4a4e170301:

  rbd: retrieve and check lock owner twice before blocklisting (2023-07-26 15:08:21 +0200)

----------------------------------------------------------------
A patch to reduce the potential for erroneous RBD exclusive lock
blocklisting (fencing) with a couple of prerequisites and a fixup to
prevent metrics from being sent to the MDS even just once after that
has been disabled by the user.  All marked for stable.

----------------------------------------------------------------
Ilya Dryomov (3):
      rbd: make get_lock_owner_info() return a single locker or NULL
      rbd: harden get_lock_owner_info() a bit
      rbd: retrieve and check lock owner twice before blocklisting

Xiubo Li (1):
      ceph: never send metrics if disable_send_metrics is set

 drivers/block/rbd.c  | 124 +++++++++++++++++++++++++++++++++++----------------
 fs/ceph/metric.c     |   2 +-
 net/ceph/messenger.c |   1 +
 3 files changed, 88 insertions(+), 39 deletions(-)

Comments

pr-tracker-bot@kernel.org July 28, 2023, 6:39 p.m. UTC | #1
The pull request you sent on Fri, 28 Jul 2023 18:33:46 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e62e26d3e9ab89a0d40f94b237676b7e540d6d5c

Thank you!