mbox series

[GIT,PULL] Ceph fixes for 6.8-rc2

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-6.8-rc2

Message

Ilya Dryomov Jan. 24, 2024, 8:21 p.m. UTC
Hi Linus,

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.8-rc2

for you to fetch changes up to ded080c86b3f99683774af0441a58fc2e3d60cae:

  rbd: don't move requests to the running list on errors (2024-01-22 00:14:10 +0100)

----------------------------------------------------------------
A fix to avoid triggering an assert in some cases where RBD exclusive
mappings are involved and a deprecated API cleanup.

----------------------------------------------------------------
Christophe JAILLET (1):
      rbd: remove usage of the deprecated ida_simple_*() API

Ilya Dryomov (1):
      rbd: don't move requests to the running list on errors

 drivers/block/rbd.c | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 25, 2024, 1:05 a.m. UTC | #1
The pull request you sent on Wed, 24 Jan 2024 21:21:06 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-6.8-rc2

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

Thank you!