Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1704075 > unrolled thread

[GIT PULL] Ceph fixes for 4.13-rc4

Started byIlya Dryomov <idryomov@gmail.com>
First post2017-08-04 17:30 +0200
Last post2017-08-04 17:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Ceph fixes for 4.13-rc4 Ilya Dryomov <idryomov@gmail.com> - 2017-08-04 17:30 +0200

#1704075 — [GIT PULL] Ceph fixes for 4.13-rc4

FromIlya Dryomov <idryomov@gmail.com>
Date2017-08-04 17:30 +0200
Subject[GIT PULL] Ceph fixes for 4.13-rc4
Message-ID<uaMI1-iG-5@gated-at.bofh.it>
Hi Linus,

The following changes since commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973:

  Linux 4.13-rc3 (2017-07-30 12:40:36 -0700)

are available in the git repository at:

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

for you to fetch changes up to ae78dd8139ce93a528beb7f3914531b7a7be9e30:

  libceph: make RECOVERY_DELETES feature create a new interval (2017-08-01 16:46:45 +0200)

----------------------------------------------------------------
A bunch of fixes and follow-ups for -rc1 Luminous patches: issues with
->reencode_message() and last minute RADOS semantic changes in v12.1.2.

----------------------------------------------------------------
Ilya Dryomov (6):
      libceph: make encode_request_*() work with r_mempool requests
      libceph: don't call ->reencode_message() more than once per message
      libceph: fallback for when there isn't a pool-specific choose_arg
      crush: assume weight_set != null imples weight_set_size > 0
      libceph: upmap semantic changes
      libceph: make RECOVERY_DELETES feature create a new interval

 include/linux/ceph/osd_client.h |  1 +
 include/linux/ceph/osdmap.h     |  2 ++
 include/linux/ceph/rados.h      |  4 +++
 include/linux/crush/crush.h     |  2 +-
 net/ceph/crush/mapper.c         |  2 +-
 net/ceph/messenger.c            |  6 ++---
 net/ceph/osd_client.c           | 14 +++++++---
 net/ceph/osdmap.c               | 60 ++++++++++++++++++++---------------------
 8 files changed, 53 insertions(+), 38 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web