mbox series

[GIT,PULL] Ceph fixes for 5.1-rc2

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

Pull-request

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

Message

Ilya Dryomov March 22, 2019, 4:19 p.m. UTC
Hi Linus,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9d4a227f6ef189cf37eb22641f6ee788b7dc41bb:

  rbd: drop wait_for_latest_osdmap() (2019-03-20 16:27:40 +0100)

----------------------------------------------------------------
A follow up for the new alloc_size logic and a blacklisting fix, marked
for stable.

----------------------------------------------------------------
Ilya Dryomov (3):
      rbd: set io_min, io_opt and discard_granularity to alloc_size
      libceph: wait for latest osdmap in ceph_monc_blacklist_add()
      rbd: drop wait_for_latest_osdmap()

 drivers/block/rbd.c          | 28 ++++++----------------------
 include/linux/ceph/libceph.h |  2 ++
 net/ceph/ceph_common.c       | 18 +++++++++++++++++-
 net/ceph/mon_client.c        |  9 +++++++++
 4 files changed, 34 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org March 23, 2019, 6 p.m. UTC | #1
The pull request you sent on Fri, 22 Mar 2019 17:19:47 +0100:

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

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

Thank you!