mbox series

[GIT,PULL] Ceph fixes for 5.14-rc3

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.14-rc3

Message

Ilya Dryomov July 23, 2021, 4:32 p.m. UTC
Hi Linus,

The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

  Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.14-rc3

for you to fetch changes up to 0077a50082729c3f9ea2836f59e35d9b7dacfb12:

  rbd: resurrect setting of disk->private_data in rbd_init_disk() (2021-07-21 17:20:43 +0200)

----------------------------------------------------------------
rbd fixes for a -rc1 regression and a subtle deadlock on lock_rwsem
(marked for stable).  Also included a rare WARN condition tweak.

----------------------------------------------------------------
Ilya Dryomov (3):
      rbd: always kick acquire on "acquired" and "released" notifications
      rbd: don't hold lock_rwsem while running_list is being drained
      rbd: resurrect setting of disk->private_data in rbd_init_disk()

Luis Henriques (1):
      ceph: don't WARN if we're still opening a session to an MDS

 drivers/block/rbd.c  | 33 +++++++++++++--------------------
 fs/ceph/mds_client.c |  2 +-
 2 files changed, 14 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org July 23, 2021, 7:10 p.m. UTC | #1
The pull request you sent on Fri, 23 Jul 2021 18:32:11 +0200:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.14-rc3

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

Thank you!