From patchwork Thu Jul 26 14:16:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10545967 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 B10B414E2 for ; Thu, 26 Jul 2018 14:16:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9FB632B39F for ; Thu, 26 Jul 2018 14:16:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 93C982B3D7; Thu, 26 Jul 2018 14:16:49 +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 2FEEA2B39F for ; Thu, 26 Jul 2018 14:16:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729923AbeGZPdv (ORCPT ); Thu, 26 Jul 2018 11:33:51 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:49090 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729506AbeGZPdv (ORCPT ); Thu, 26 Jul 2018 11:33:51 -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=Uwn9KkXPPWAMbZ6kLJoz237D0pOQcaUN1pOCnJVrGv4=; b=EeqJPqw/XRe6dglsLMXLb/Oeoo 6xwSiO0I+grhTSfEqKcZlCnR02PjQRur6+MFyL5mRNhVLTrNrA2gohYtH/HdzDmS8CBRHss2a24dy ZESU5mvJ2eVV3gh78Z9V159TmvFCVBtHYITsLI2eNrGxtz4Fdx4oSPxMC2bzvwIM454cQfFfIKrN9 VoTLlWyBBLiYNSv1HsAreErHUQvy6hSNHQT7GS2iF2X0B5cMBhZwllGvwL9wLKzOEfP8RV/OF5tz8 fKqQKCKJk4eIdyKuLoY4ckh3SJFDa662qa2vGABoXvl3Z+h64yN2bXkKmKExBwJ/VsFL/t8TgOlZt eIQBP6uQ==; Received: from 213-225-8-157.nat.highway.a1.net ([213.225.8.157] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fih4Q-000645-MS; Thu, 26 Jul 2018 14:16:47 +0000 Date: Thu, 26 Jul 2018 16:16:40 +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] nvme fixes for 4.18 Message-ID: <20180726141640.GA7156@infradead.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.0 (2018-05-17) 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 Two small fixes each for the FC code and the target. The following changes since commit 8f3ea35929a0806ad1397db99a89ffee0140822a: nbd: handle unexpected replies better (2018-07-16 10:14:40 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-4.18 for you to fetch changes up to 405a7519607e7a364114896264440c0f87b325c0: nvmet: only check for filebacking on -ENOTBLK (2018-07-25 13:14:04 +0200) ---------------------------------------------------------------- Hannes Reinecke (2): nvmet: fixup crash on NULL device path nvmet: only check for filebacking on -ENOTBLK James Smart (2): nvmet-fc: fix target sgl list on large transfers nvme: if_ready checks to fail io to deleting controller drivers/nvme/host/fabrics.c | 10 +++++++--- drivers/nvme/host/fabrics.h | 3 ++- drivers/nvme/host/fc.c | 2 +- drivers/nvme/host/rdma.c | 2 +- drivers/nvme/target/configfs.c | 9 +++++++-- drivers/nvme/target/core.c | 2 +- drivers/nvme/target/fc.c | 44 +++++++++++++++++++++++++++++++++--------- drivers/nvme/target/loop.c | 2 +- 8 files changed, 55 insertions(+), 19 deletions(-)