mbox series

[GIT,PULL] Ceph fixes for 5.8-rc2

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

Pull-request

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

Message

Ilya Dryomov June 19, 2020, 12:35 p.m. UTC
Hi Linus,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7ed286f3e061ee394782bd9fb4ed96bff0b5a021:

  libceph: don't omit used_replica in target_copy() (2020-06-16 16:02:08 +0200)

----------------------------------------------------------------
An important follow-up for replica reads support that went into -rc1
and two target_copy() fixups.

----------------------------------------------------------------
Ilya Dryomov (3):
      libceph: move away from global osd_req_flags
      libceph: don't omit recovery_deletes in target_copy()
      libceph: don't omit used_replica in target_copy()

 drivers/block/rbd.c          |  4 +++-
 include/linux/ceph/libceph.h |  4 ++--
 net/ceph/ceph_common.c       | 14 ++++++--------
 net/ceph/osd_client.c        |  9 ++++-----
 4 files changed, 15 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org June 19, 2020, 7:30 p.m. UTC | #1
The pull request you sent on Fri, 19 Jun 2020 14:35:47 +0200:

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

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

Thank you!