From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BF830C43327 for ; Thu, 2 Jul 2026 03:49:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=NKnYohJwWW0wcxD4KGUtL5Cfh2BpxIfeviunDzRZ1Mc=; b=0hMtojk5bgJ1JXv+Ap2qXtZr+A XILaFgXuX4ifv60glGhLK1CQ7bSf14PEk7fd/IvElicEINJR7M3jDhc+SLtcPrrIsa+cF2ZLHMiep dVzAG6Ui4kXjk7wAFha8wh+cAKUdnEgLbnQOjjePNtPdjuSJLLgyrz6ceFyQhkksAtUUPkIFWWFd6 IASem4DQ+a07SHmTtKbgC4Aa/uj2t9UHJDAT4G838uwUHg64Tln8VFJxaHi5Z1vrAOQWL/4lcCYbT ANR/9RDz+fl6oCdrwMA35u4+9tvUfiGp8lO9ZIzxP3Tev40pSKw5M5vN/8B+6dwWOcJkoAwb3kd9s LeUriWtQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wf8Q7-00000003WTc-2zsj; Thu, 02 Jul 2026 03:48:59 +0000 Received: from out30-113.freemail.mail.aliyun.com ([115.124.30.113]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wf8Q4-00000003WRw-3bWB for linux-nvme@lists.infradead.org; Thu, 02 Jul 2026 03:48:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1782964134; h=From:To:Subject:Date:Message-ID:MIME-Version; bh=NKnYohJwWW0wcxD4KGUtL5Cfh2BpxIfeviunDzRZ1Mc=; b=qFIVKGzyfYy0ARP2beaOusL5KIxWbA0e5uVPNwORPrKVh09xLW05Fa7a3Z49nGJEWxOBAJQeF7f+hY2oNUnXc1ewhLeUXwns8XZ+xtdYFDIgqAjKbExW7B0TXEhVa5VQkrn9PeRWf9GYWpa0juDeI24zfuXgouUWtjKYMocpCio= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R171e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=maildocker-contentspam033045133197;MF=kanie@linux.alibaba.com;NM=1;PH=DS;RN=11;SR=0;TI=SMTPD_---0X6CWDL7_1782964133; Received: from localhost(mailfrom:kanie@linux.alibaba.com fp:SMTPD_---0X6CWDL7_1782964133 cluster:ay36) by smtp.aliyun-inc.com; Thu, 02 Jul 2026 11:48:53 +0800 From: Guixin Liu To: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Daniel Wagner , John Garry , Nilay Shroff , Hannes Reinecke Cc: linux-nvme@lists.infradead.org, xlpang@linux.alibaba.com, oliver.yang@linux.alibaba.com Subject: [PATCH 3/3] MAINTAINERS: add missing NVMe documentation files Date: Thu, 2 Jul 2026 11:48:45 +0800 Message-ID: <20260702034845.3066876-4-kanie@linux.alibaba.com> X-Mailer: git-send-email 2.43.7 In-Reply-To: <20260702034845.3066876-1-kanie@linux.alibaba.com> References: <20260702034845.3066876-1-kanie@linux.alibaba.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260701_204857_050859_76AECB44 X-CRM114-Status: UNSURE ( 9.06 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org Add documentation file entries that were missing from the NVM EXPRESS DRIVER and NVM EXPRESS TARGET DRIVER sections, so patches touching these files are properly routed to the NVMe mailing list and maintainers. Signed-off-by: Guixin Liu --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 15011f5752a9..7f8d52f8aab1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19367,6 +19367,9 @@ L: linux-nvme@lists.infradead.org S: Supported W: http://git.infradead.org/nvme.git T: git git://git.infradead.org/nvme.git +F: Documentation/ABI/testing/sysfs-nvme +F: Documentation/admin-guide/nvme-multipath.rst +F: Documentation/fault-injection/nvme-fault-injection.rst F: Documentation/nvme/ F: drivers/nvme/common/ F: drivers/nvme/host/ @@ -19409,6 +19412,7 @@ L: linux-nvme@lists.infradead.org S: Supported W: http://git.infradead.org/nvme.git T: git git://git.infradead.org/nvme.git +F: Documentation/ABI/testing/configfs-nvmet F: drivers/nvme/target/ NVMEM FRAMEWORK -- 2.43.7