From patchwork Thu Aug 9 08:07:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10561071 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 5FC2013B4 for ; Thu, 9 Aug 2018 08:07:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 436BB2A3A3 for ; Thu, 9 Aug 2018 08:07:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 36FF02A859; Thu, 9 Aug 2018 08:07:41 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 2B4FA2A3B8 for ; Thu, 9 Aug 2018 08:07:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727768AbeHIKbS (ORCPT ); Thu, 9 Aug 2018 06:31:18 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:59380 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727704AbeHIKbS (ORCPT ); Thu, 9 Aug 2018 06:31:18 -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=kbhK8mUDpTAWh/3Bof+IjiwbC7VPcEUHCHZ1WPGmeNw=; b=seZsuOQd/vbuJ2gN0HbpmO8j05 k7JZvE4Wbafmg2NxujxfZSSEQ/a/z5ZtTkSEghfqbwvKDNJ73B+wGQte8mzSylp/shTQFBZBHkLOH Vuf0Vu7LYkChYT7pqcmOAlNqPnXBATuubfgl52yHwgpBKm/34xaQtjNcmBIkNCN/Yw0CLYHCxx5nH yY3iglZvWoI6rzbtKrTGedYPoNkkn1UsrBp0137J9N7V2xnFZNcn+s8W8T0eUgWNWUJSp9KP1LVmv 0z034WNTr+ILQLUqRUMzCh3V6oImkDBAH89qi1rFzCRfaYZZWU9ZZlEZOa0qvCeZx1XdqGeXkm7E1 0OMuoLkA==; Received: from clnet-b08-202.ikbnet.co.at ([83.175.123.202] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fnfyq-0003vh-K3; Thu, 09 Aug 2018 08:07:37 +0000 Date: Thu, 9 Aug 2018 10:07:34 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Keith Busch , linux-block@vger.kernel.org, Sagi Grimberg , linux-nvme@lists.infradead.org Subject: [GIT PULL] last round of nvme updates for 4.19 Message-ID: <20180809080734.GA1527@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 Hi Jens, this should be the last round of NVMe updates before the 4.19 merge window opens. It conains support for write protected (aka read-only) namespaces from Chaitanya, two ANA fixes from Hannes and a fabrics fix from Tal Shorer. The following changes since commit f10fe9d85dc0802b54519c917716e6f0092b4ce7: lightnvm: remove minor version check for 2.0 (2018-08-05 19:36:09 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-4.19 for you to fetch changes up to 66414e80245e1e73222f67ee711951c7f4bdedab: nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect forever (2018-08-08 12:01:49 +0200) ---------------------------------------------------------------- Chaitanya Kulkarni (3): nvme.h: add support for ns write protect definitions nvme: set gendisk read only based on nsattr nvmet: add ns write protect support Hannes Reinecke (2): nvme: fixup crash on failed discovery nvme.h: fixup ANA group descriptor format Tal Shorer (1): nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect forever drivers/nvme/host/core.c | 6 ++++ drivers/nvme/host/fabrics.c | 2 +- drivers/nvme/host/multipath.c | 2 +- drivers/nvme/target/admin-cmd.c | 76 +++++++++++++++++++++++++++++++++++++++ drivers/nvme/target/core.c | 20 ++++++++++- drivers/nvme/target/io-cmd-bdev.c | 7 ++++ drivers/nvme/target/io-cmd-file.c | 12 ++++--- drivers/nvme/target/nvmet.h | 4 +++ include/linux/nvme.h | 19 ++++++++-- 9 files changed, 138 insertions(+), 10 deletions(-)