The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Namjae Jeon <linkinjeon@kernel.org>
To: viro@zeniv.linux.org.uk, brauner@kernel.org, hch@infradead.org,
	hch@lst.de, tytso@mit.edu, willy@infradead.org, jack@suse.cz,
	djwong@kernel.org, josef@toxicpanda.com, sandeen@sandeen.net,
	rgoldwyn@suse.com, xiang@kernel.org, dsterba@suse.com,
	pali@kernel.org, ebiggers@kernel.org, neil@brown.name,
	amir73il@gmail.com
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	iamjoonsoo.kim@lge.com, cheol.lee@lge.com, jay.sim@lge.com,
	gunho.lee@lge.com, Namjae Jeon <linkinjeon@kernel.org>
Subject: [PATCH v3 14/14] MAINTAINERS: add ntfs filesystem
Date: Mon, 29 Dec 2025 19:59:32 +0900	[thread overview]
Message-ID: <20251229105932.11360-15-linkinjeon@kernel.org> (raw)
In-Reply-To: <20251229105932.11360-1-linkinjeon@kernel.org>

Add myself and Hyunchul Lee as ntfs maintainer.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 12f49de7fe03..adf80c8207f1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18646,6 +18646,15 @@ W:	https://github.com/davejiang/linux/wiki
 T:	git https://github.com/davejiang/linux.git
 F:	drivers/ntb/hw/intel/
 
+NTFS FILESYSTEM
+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/
+
 NTFS3 FILESYSTEM
 M:	Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
 L:	ntfs3@lists.linux.dev
-- 
2.25.1


  parent reply	other threads:[~2025-12-29 12:43 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-29 10:59 [PATCH v3 00/12] ntfs filesystem remake Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 01/14] Revert "fs: Remove NTFS classic" Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 02/14] ntfs: update in-memory, on-disk structures and headers Namjae Jeon
2025-12-29 15:37   ` Amir Goldstein
2025-12-29 22:58     ` Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 03/14] ntfs: update super block operations Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 05/14] ntfs: update directory operations Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 06/14] ntfs: update file operations Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 08/14] ntfs: update attrib operations Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 09/14] ntfs: update runlist handling and cluster allocator Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 10/14] ntfs: add reparse and ea operations Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 11/14] ntfs: update misc operations Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 12/14] Revert: ntfs3: serve as alias for the legacy ntfs driver Namjae Jeon
2025-12-29 15:55   ` Amir Goldstein
2025-12-29 23:28     ` Namjae Jeon
2025-12-29 16:41   ` Matthew Wilcox
2025-12-30  0:03     ` Namjae Jeon
2025-12-30  0:12       ` Namjae Jeon
2025-12-29 10:59 ` [PATCH v3 13/14] ntfs: add Kconfig and Makefile Namjae Jeon
2025-12-29 14:11   ` Amir Goldstein
2025-12-29 14:22     ` Namjae Jeon
2025-12-29 16:38   ` Matthew Wilcox
2025-12-29 23:08     ` Namjae Jeon
2025-12-29 10:59 ` Namjae Jeon [this message]
2025-12-29 14:29   ` [PATCH v3 14/14] MAINTAINERS: add ntfs filesystem Amir Goldstein
2025-12-29 14:40     ` Namjae Jeon
2025-12-29 14:34 ` [PATCH v3 00/12] ntfs filesystem remake Amir Goldstein
2025-12-29 15:14   ` Namjae Jeon
2025-12-29 19:35 ` Neal Gompa
2025-12-30 23:40   ` Namjae Jeon

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=20251229105932.11360-15-linkinjeon@kernel.org \
    --to=linkinjeon@kernel.org \
    --cc=amir73il@gmail.com \
    --cc=brauner@kernel.org \
    --cc=cheol.lee@lge.com \
    --cc=djwong@kernel.org \
    --cc=dsterba@suse.com \
    --cc=ebiggers@kernel.org \
    --cc=gunho.lee@lge.com \
    --cc=hch@infradead.org \
    --cc=hch@lst.de \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=jack@suse.cz \
    --cc=jay.sim@lge.com \
    --cc=josef@toxicpanda.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neil@brown.name \
    --cc=pali@kernel.org \
    --cc=rgoldwyn@suse.com \
    --cc=sandeen@sandeen.net \
    --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