From nobody Sat Jul 25 19:26:36 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9D2594446F0 for ; Tue, 14 Jul 2026 09:56:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784022977; cv=none; b=AL09hgmVuHAtOz3ymVvEEAzGKBMEc1NJGnP3luoejtp4SWHeF/mTblPQR78sAoz4u64MPVZvrycM/GDuJno1SMxbW3JTXVHc162JcPR1JtcdX/wsiz2zT1MAqXTTOCGULIQbjJmHJEi8o1BRi+JzbnrHMKppC/bLUZXk9MMAHjs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784022977; c=relaxed/simple; bh=nxwU0OmJ3s8IgigKGWvR0sjJvAYaN80qsO00kc4LEpU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=OnAQMg/rVRW0Z2YHRxPXSvAQmESm0/R4l2OeixL2YYOLPh74pjsUEaFPPllNuuy8+tX1VMwr2Hs3EX8iJuxJzUrMWNc5PGXoJX+VzkG8i7jnxuk6xYTrdstC0T86SsoLmWTSC15f1NR0sdIJbmi1q7PjeGJ2N3iFbl5H7X8nlDY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Rq6fbtVL; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Rq6fbtVL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61FDC1F00A3A; Tue, 14 Jul 2026 09:56:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784022974; bh=6Crxt0gb6EvJ0Gu9JEs4VYhNww+THR/a7ywCcakFxKE=; h=From:To:Cc:Subject:Date; b=Rq6fbtVL8HZ3N8THSLV+FEV+ZCAyph5DrGdTM1lM4D0RAF+lecjYo8QAnVVu9fbKO jvA3KX72LJwa0LhtegBXR8pOUnjtF+qOcJujpNgp3snnOdeR1ACt8LZ/noP5FvXzYp rp5ujIKFCL6dqYtsz1Ot8z5WMPYavA+2+Wz2GGRra0tFZtHxHWVlUd1qXDWNPpMEDA 7J+7W6vORqjqRon92fCaK6VYZd73eBAZRZV6q/ftCz9Tm1VRgKcqF0++bhJZb9qCpk s8FHah3MOa60X5l5LG7/ZtEtbKi/wHjLxzvzk6C0OoDPmHv8xWQM3ELj5UkK1YLedn ouF3iC4S9N4Zg== From: Namjae Jeon To: hyc.lee@gmail.com Cc: linux-kernel@vger.kernel.org, Namjae Jeon Subject: [PATCH] MAINTAINERS: update mailing list address for ntfs Date: Tue, 14 Jul 2026 18:56:11 +0900 Message-Id: <20260714095611.9081-1-linkinjeon@kernel.org> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add the newly created official mailing list for the ntfs. This mailing list will be shared and used for both the kernel driver and the ntfsprogs-plus utility project. Signed-off-by: Namjae Jeon --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index f37a81950e25..aae3fec5e80f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19280,7 +19280,7 @@ F: drivers/ntb/hw/intel/ NTFS FILESYSTEM M: Namjae Jeon M: Hyunchul Lee -L: linux-fsdevel@vger.kernel.org +L: ntfs@lists.linux.dev S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs.git F: Documentation/filesystems/ntfs.rst --=20 2.25.1