From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755494AbdCJPev (ORCPT ); Fri, 10 Mar 2017 10:34:51 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:36551 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754980AbdCJPet (ORCPT ); Fri, 10 Mar 2017 10:34:49 -0500 From: Ilya Dryomov To: Linus Torvalds Cc: ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] Ceph fixes for 4.11-rc2 Date: Fri, 10 Mar 2017 16:34:24 +0100 Message-Id: <1489160064-26712-1-git-send-email-idryomov@gmail.com> X-Mailer: git-send-email 2.4.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) are available in the git repository at: https://github.com/ceph/ceph-client.git tags/ceph-for-4.11-rc2 for you to fetch changes up to 7cc5e38f2f0b0b58a22a4c18a56348dd99a71270: libceph: osd_request_timeout option (2017-03-07 14:30:38 +0100) ---------------------------------------------------------------- A fix for the recently discovered misdirected requests bug present in jewel and later on the server side and all stable kernels, a fixup for -rc1 CRUSH changes and two usability enhancements: osd_request_timeout option and supported_features bus attribute. ---------------------------------------------------------------- Ilya Dryomov (4): libceph: fix crush_decode() for older maps libceph: don't set weight to IN when OSD is destroyed rbd: supported_features bus attribute libceph: osd_request_timeout option drivers/block/rbd.c | 16 ++++++++++++---- include/linux/ceph/libceph.h | 2 ++ include/linux/ceph/osd_client.h | 1 + net/ceph/ceph_common.c | 15 +++++++++++++++ net/ceph/osd_client.c | 36 +++++++++++++++++++++++++++++++++++- net/ceph/osdmap.c | 4 +--- 6 files changed, 66 insertions(+), 8 deletions(-)