[PATCH v3 14/14] MAINTAINERS: add ntfs filesystem

Namjae Jeon posted 12 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH v3 14/14] MAINTAINERS: add ntfs filesystem
Posted by Namjae Jeon 1 month, 1 week ago
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
Re: [PATCH v3 14/14] MAINTAINERS: add ntfs filesystem
Posted by Amir Goldstein 1 month, 1 week ago
On Mon, Dec 29, 2025 at 2:44 PM Namjae Jeon <linkinjeon@kernel.org> wrote:
>
> 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/
> +

Would have been nicer and more informative if you kept MAINTAINERS
in the first revert patch and then really "Add yourself and Hyunchul
Less as maintainers".

A note about the CREDITS file.
Willy's deprecate commit that you partially reverted added this CREDITS record:
`
NTFS FILESYSTEM
N: Anton Altaparmakov
E: anton@tuxera.com
D: NTFS filesystem
`

It is oddly formatted - this NTFS FILESYSTEM header is uncovetional in
this file.
and also, Anton already had a more descriptive entry in the CREDITS file:
`
N: Anton Altaparmakov
E: aia21@cantab.net
W: http://www-stu.christs.cam.ac.uk/~aia21/
D: Author of new NTFS driver, various other kernel hacks.
S: Christ's College
S: Cambridge CB2 3BU
S: United Kingdom
`

So I think that the later entry could be reverted along with the revert commit
and maybe add or update to the Tuxera email/website entries, because the
current W link in CREDITS is broken.

Thanks,
Amir.
Re: [PATCH v3 14/14] MAINTAINERS: add ntfs filesystem
Posted by Namjae Jeon 1 month, 1 week ago
On Mon, Dec 29, 2025 at 11:30 PM Amir Goldstein <amir73il@gmail.com> wrote:
>
> On Mon, Dec 29, 2025 at 2:44 PM Namjae Jeon <linkinjeon@kernel.org> wrote:
> >
> > 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/
> > +
>
> Would have been nicer and more informative if you kept MAINTAINERS
> in the first revert patch and then really "Add yourself and Hyunchul
> Less as maintainers".
Okay.
>
> A note about the CREDITS file.
> Willy's deprecate commit that you partially reverted added this CREDITS record:
> `
> NTFS FILESYSTEM
> N: Anton Altaparmakov
> E: anton@tuxera.com
> D: NTFS filesystem
> `
>
> It is oddly formatted - this NTFS FILESYSTEM header is uncovetional in
> this file.
> and also, Anton already had a more descriptive entry in the CREDITS file:
Right.
> `
> N: Anton Altaparmakov
> E: aia21@cantab.net
> W: http://www-stu.christs.cam.ac.uk/~aia21/
> D: Author of new NTFS driver, various other kernel hacks.
> S: Christ's College
> S: Cambridge CB2 3BU
> S: United Kingdom
> `
>
> So I think that the later entry could be reverted along with the revert commit
> and maybe add or update to the Tuxera email/website entries, because the
> current W link in CREDITS is broken.
Okay, I will update it on v4.

Thanks for your review!
>
> Thanks,
> Amir.