From: Namjae Jeon <linkinjeon@kernel.org>
To: viro@zeniv.linux.org.uk, brauner@kernel.org, hch@lst.de,
tytso@mit.edu, willy@infradead.org, jack@suse.cz,
djwong@kernel.org, dsterba@suse.com, pali@kernel.org,
amir73il@gmail.com, xiang@kernel.org
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
Namjae Jeon <linkinjeon@kernel.org>,
Anton Altaparmakov <anton@tuxera.com>
Subject: [PATCH v8 17/17] MAINTAINERS: update ntfs filesystem entry
Date: Fri, 6 Feb 2026 16:19:00 +0900 [thread overview]
Message-ID: <20260206071900.6800-18-linkinjeon@kernel.org> (raw)
In-Reply-To: <20260206071900.6800-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 8b2476a91e7c..d813e9b120b1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18651,12 +18651,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
prev parent reply other threads:[~2026-02-06 7:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-06 7:18 [PATCH v8 00/17] ntfs filesystem remake Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 01/17] Revert "fs: Remove NTFS classic" Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 02/17] fs: add generic FS_IOC_SHUTDOWN definitions Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 03/17] ntfs: update in-memory, on-disk structures and headers Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 04/17] ntfs: update super block operations Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 05/17] ntfs: update inode operations Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 06/17] ntfs: update mft operations Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 07/17] ntfs: update directory operations Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 08/17] ntfs: update file operations Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 09/17] ntfs: update iomap and address space operations Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 10/17] ntfs: update attrib operations Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 11/17] ntfs: update runlist handling and cluster allocator Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 12/17] ntfs: add reparse and ea operations Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 13/17] ntfs: update misc operations Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 14/17] ntfs3: remove legacy ntfs driver support Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 15/17] ntfs: add Kconfig and Makefile Namjae Jeon
2026-02-06 7:18 ` [PATCH v8 16/17] Documentation: filesystems: update NTFS driver documentation Namjae Jeon
2026-02-06 7:19 ` Namjae Jeon [this message]
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=20260206071900.6800-18-linkinjeon@kernel.org \
--to=linkinjeon@kernel.org \
--cc=amir73il@gmail.com \
--cc=anton@tuxera.com \
--cc=brauner@kernel.org \
--cc=djwong@kernel.org \
--cc=dsterba@suse.com \
--cc=hch@lst.de \
--cc=jack@suse.cz \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pali@kernel.org \
--cc=tytso@mit.edu \
--cc=viro@zeniv.linux.org.uk \
--cc=willy@infradead.org \
--cc=xiang@kernel.org \
/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