From patchwork Fri Sep 28 15:40:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10620115 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E7D42417B for ; Fri, 28 Sep 2018 15:40:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D44AC2BD32 for ; Fri, 28 Sep 2018 15:40:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D17972BD95; Fri, 28 Sep 2018 15:40:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 364102BD6C for ; Fri, 28 Sep 2018 15:40:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729444AbeI1WEY (ORCPT ); Fri, 28 Sep 2018 18:04:24 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:49186 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729362AbeI1WEY (ORCPT ); Fri, 28 Sep 2018 18:04:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=MH9k2p3GrmtjBjxzBiLfqhbN7dlXM2toGPcx6Xj1ocs=; b=hJb0IvQ6t9FhKd/VGWm9Yxnhia 3D84ENTltmkni+WO8LZG3eCuEMXpHXNyJdLg1+wiR/zZ/CwFBX9/szyMYPkhVak0CH5dhWULXmFlP 4P5iJMcTDmHGmXIV7Ektp/QAzHd2v8rya+VppTdt1wf18jcasS1xz5TEz+CNPFte41upmkFVRFgSc pXZBD4Jy5x7VQOlBTNpX1wLanniHHXxPpTaLud3GAQjJPcWuQ7Caj5Xo0mKgQQDkOMbNDo0Dzj7iK PaKjsPRPHPpzu/LeOEjF4i5YjfNhPMeSAehJYd/wN8GZ1E2dywzk2Ch6MmYJpWbXKXcJdzJFLTa3I k8x7vxxw==; Received: from [38.126.112.138] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1g5us8-00071H-CG; Fri, 28 Sep 2018 15:40:04 +0000 Date: Fri, 28 Sep 2018 08:40:03 -0700 From: Christoph Hellwig To: Jens Axboe Cc: Keith Busch , linux-block@vger.kernel.org, Sagi Grimberg , linux-nvme@lists.infradead.org Subject: [GIT PULL] nvme fixes for 4.19 Message-ID: <20180928154003.GA3163@infradead.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit b228ba1cb95afbaeeb86cf06cd9fd6f6369c3b14: null_blk: fix zoned support for non-rq based operation (2018-09-12 18:21:11 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-4.19 for you to fetch changes up to bb830add192e9d8338082c0fc2c209e23b43d865: nvme: properly propagate errors in nvme_mpath_init (2018-09-25 16:21:40 -0700) ---------------------------------------------------------------- Hannes Reinecke (1): nvme: count all ANA groups for ANA Log page Susobhan Dey (1): nvme: properly propagate errors in nvme_mpath_init drivers/nvme/host/multipath.c | 6 ++++-- drivers/nvme/target/admin-cmd.c | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-)