From: Namjae Jeon <linkinjeon@kernel.org>
To: viro@zeniv.linux.org.uk, brauner@kernel.org, hch@lst.de
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
Namjae Jeon <linkinjeon@kernel.org>,
Anton Altaparmakov <anton@tuxera.com>,
Amir Goldstein <amir73il@gmail.com>
Subject: [PATCH RESEND v7 17/17] MAINTAINERS: update ntfs filesystem entry
Date: Wed, 4 Feb 2026 17:29:31 +0900 [thread overview]
Message-ID: <20260204082931.13915-18-linkinjeon@kernel.org> (raw)
In-Reply-To: <20260204082931.13915-1-linkinjeon@kernel.org>
Add myself and Hyunchul Lee as ntfs maintainer.
Since Anton is already listed in CREDITS, only his outdated information
is updated here. the web address in the W: field in his entry is no longer
accessible. Update his CREDITS with the web and email address found in
the ntfs filesystem entry.
Cc: Anton Altaparmakov <anton@tuxera.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
---
CREDITS | 4 ++--
MAINTAINERS | 11 +++++------
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/CREDITS b/CREDITS
index 52f4df2cbdd1..4cf780e71775 100644
--- a/CREDITS
+++ b/CREDITS
@@ -80,8 +80,8 @@ S: B-2610 Wilrijk-Antwerpen
S: Belgium
N: Anton Altaparmakov
-E: aia21@cantab.net
-W: http://www-stu.christs.cam.ac.uk/~aia21/
+E: anton@tuxera.com
+W: http://www.tuxera.com/
D: Author of new NTFS driver, various other kernel hacks.
S: Christ's College
S: Cambridge CB2 3BU
diff --git a/MAINTAINERS b/MAINTAINERS
index a8af534cdfd4..adf80c8207f1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18647,12 +18647,11 @@ T: git https://github.com/davejiang/linux.git
F: drivers/ntb/hw/intel/
NTFS FILESYSTEM
-M: Anton Altaparmakov <anton@tuxera.com>
-R: Namjae Jeon <linkinjeon@kernel.org>
-L: linux-ntfs-dev@lists.sourceforge.net
-S: Supported
-W: http://www.tuxera.com/
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
+M: Namjae Jeon <linkinjeon@kernel.org>
+M: Hyunchul Lee <hyc.lee@gmail.com>
+L: linux-fsdevel@vger.kernel.org
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs.git
F: Documentation/filesystems/ntfs.rst
F: fs/ntfs/
--
2.25.1
next prev parent reply other threads:[~2026-02-04 8:54 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-04 8:29 [PATCH RESEND v7 00/17] ntfs filesystem remake Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 01/17] Revert "fs: Remove NTFS classic" Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 02/17] fs: add generic FS_IOC_SHUTDOWN definitions Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 03/17] ntfs: update in-memory, on-disk structures and headers Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 04/17] ntfs: update super block operations Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 05/17] ntfs: update inode operations Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 06/17] ntfs: update mft operations Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 07/17] ntfs: update directory operations Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 08/17] ntfs: update file operations Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 09/17] ntfs: update iomap and address space operations Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 10/17] ntfs: update attrib operations Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 11/17] ntfs: update runlist handling and cluster allocator Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 12/17] ntfs: add reparse and ea operations Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 13/17] ntfs: update misc operations Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 14/17] ntfs3: remove legacy ntfs driver support Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 15/17] ntfs: add Kconfig and Makefile Namjae Jeon
2026-02-04 8:29 ` [PATCH RESEND v7 16/17] Documentation: filesystems: update NTFS driver documentation Namjae Jeon
2026-02-04 8:29 ` Namjae Jeon [this message]
2026-02-04 9:42 ` [PATCH RESEND v7 00/17] ntfs filesystem remake Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260204082931.13915-18-linkinjeon@kernel.org \
--to=linkinjeon@kernel.org \
--cc=amir73il@gmail.com \
--cc=anton@tuxera.com \
--cc=brauner@kernel.org \
--cc=hch@lst.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox