From patchwork Wed Feb 6 15:38:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10799535 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 92FF6922 for ; Wed, 6 Feb 2019 15:38:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 77DE12A9D4 for ; Wed, 6 Feb 2019 15:38:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 69FCC2BBDB; Wed, 6 Feb 2019 15:38:35 +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 F16FA2A9D4 for ; Wed, 6 Feb 2019 15:38:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728987AbfBFPie (ORCPT ); Wed, 6 Feb 2019 10:38:34 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:44262 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728064AbfBFPie (ORCPT ); Wed, 6 Feb 2019 10:38:34 -0500 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=qWY1Ot6aXxcduPSgIWq24hhF09/Hl5gi8wVKMCLzZ20=; b=Z6eCDj0sYoLFVTc6o6PtH+IJPD bkXadgiKal56lTUW/9tD9wJOEq/LxCbhbts6Ix6oOxQ7UH/wNftpO7LuieWG3CfP8k5eQUGn/ephB im3dA5vioXI2sBBYW5HFehI4mg0yiQCArAgX8AZI4ncdEH3OXinHoenfW0JR/8w/Uc8PMH7Nk1EIU YIX88uV3hMF3gCbzP/z569NbRtRcthTUGwcVcO+IJJ/w4fiyaIxMApoMg7VrgQMRo2BdhogFvy8VY /ZZvi5BOwtRdMrXKYBy/Xm0Xg5H3Tqyhd3egtpncP4ahQfKfTCL8ba223UuTkJVMYVycj89AYwKv7 FS9Cu2lg==; Received: from clnet-p19-102.ikbnet.co.at ([83.175.77.102] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1grPHT-0005L0-V1; Wed, 06 Feb 2019 15:38:32 +0000 Date: Wed, 6 Feb 2019 16:38:28 +0100 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 5.0 Message-ID: <20190206153828.GA14994@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 ec51f8ee1e63498e9f521ec0e5a6d04622bb2c67: aio: initialize kiocb private in case any filesystems expect it. (2019-02-06 08:04:22 -0700) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-5.0 for you to fetch changes up to 5c959d73dba6495ec01d04c206ee679d61ccb2b0: nvme-pci: fix rapid add remove sequence (2019-02-06 16:35:33 +0100) ---------------------------------------------------------------- Keith Busch (2): nvme: lock NS list changes while handling command effects nvme-pci: fix rapid add remove sequence drivers/nvme/host/core.c | 8 +++++++- drivers/nvme/host/nvme.h | 1 + drivers/nvme/host/pci.c | 22 ++++++++++++---------- 3 files changed, 20 insertions(+), 11 deletions(-)