diff mbox series

[v27,10/10] fs/ntfs3: Add MAINTAINERS

Message ID 20210729134943.778917-11-almaz.alexandrovich@paragon-software.com (mailing list archive)
State New, archived
Headers show
Series NTFS read-write driver GPL implementation by Paragon Software | expand

Commit Message

Konstantin Komarov July 29, 2021, 1:49 p.m. UTC
This adds MAINTAINERS

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

David Sterba Aug. 9, 2021, 10:56 a.m. UTC | #1
On Thu, Jul 29, 2021 at 04:49:43PM +0300, Konstantin Komarov wrote:
> This adds MAINTAINERS
> 
> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9c3428380..3b6b48537 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13279,6 +13279,13 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
>  F:	Documentation/filesystems/ntfs.rst
>  F:	fs/ntfs/
>  
> +NTFS3 FILESYSTEM
> +M:	Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> +S:	Supported
> +W:	http://www.paragon-software.com/
> +F:	Documentation/filesystems/ntfs3.rst
> +F:	fs/ntfs3/

Can you please add a git tree and mailing list entries?
Konstantin Komarov Aug. 9, 2021, 4:16 p.m. UTC | #2
> From: David Sterba <dsterba@suse.cz>
> Sent: Monday, August 9, 2021 1:57 PM
> To: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> Cc: linux-fsdevel@vger.kernel.org; viro@zeniv.linux.org.uk; linux-kernel@vger.kernel.org; pali@kernel.org; dsterba@suse.cz;
> aaptel@suse.com; willy@infradead.org; rdunlap@infradead.org; joe@perches.com; mark@harmstone.com; nborisov@suse.com;
> linux-ntfs-dev@lists.sourceforge.net; anton@tuxera.com; dan.carpenter@oracle.com; hch@lst.de; ebiggers@kernel.org;
> andy.lavr@gmail.com; kari.argillander@gmail.com; oleksandr@natalenko.name
> Subject: Re: [PATCH v27 10/10] fs/ntfs3: Add MAINTAINERS
> 
> On Thu, Jul 29, 2021 at 04:49:43PM +0300, Konstantin Komarov wrote:
> > This adds MAINTAINERS
> >
> > Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> > ---
> >  MAINTAINERS | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 9c3428380..3b6b48537 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -13279,6 +13279,13 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
> >  F:	Documentation/filesystems/ntfs.rst
> >  F:	fs/ntfs/
> >
> > +NTFS3 FILESYSTEM
> > +M:	Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> > +S:	Supported
> > +W:	http://www.paragon-software.com/
> > +F:	Documentation/filesystems/ntfs3.rst
> > +F:	fs/ntfs3/
> 
> Can you please add a git tree and mailing list entries?
Hi David, I'll add the git tree link for the sources to MAINTAINERS in the next patch. As for the mailing list,
apologies for the newbie question here, but will it possible to have the @vger.kernel.org list for the ntfs3,
or it must be external for our case?
Thanks!
Kari Argillander Aug. 9, 2021, 4:44 p.m. UTC | #3
On Mon, Aug 09, 2021 at 04:16:32PM +0000, Konstantin Komarov wrote:
> From: David Sterba <dsterba@suse.cz>
> Sent: Monday, August 9, 2021 1:57 PM
> > On Thu, Jul 29, 2021 at 04:49:43PM +0300, Konstantin Komarov wrote:
> > > This adds MAINTAINERS
> > >
> > > Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> > > ---
> > >  MAINTAINERS | 7 +++++++
> > >  1 file changed, 7 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 9c3428380..3b6b48537 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -13279,6 +13279,13 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
> > >  F:	Documentation/filesystems/ntfs.rst
> > >  F:	fs/ntfs/
> > >
> > > +NTFS3 FILESYSTEM
> > > +M:	Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> > > +S:	Supported
> > > +W:	http://www.paragon-software.com/
> > > +F:	Documentation/filesystems/ntfs3.rst
> > > +F:	fs/ntfs3/
> > 
> > Can you please add a git tree and mailing list entries?

> Hi David, I'll add the git tree link for the sources to MAINTAINERS in the next patch. As for the mailing list,
> apologies for the newbie question here, but will it possible to have the @vger.kernel.org list for the ntfs3,
> or it must be external for our case?
> Thanks!

Good question and I also do not have absolute truth about it but I try
to help. It should be possible. I think you can request new list from
postmaster@vger.kernel.org

If you need public git tree then kernel.org can maybe provide that. They
also host ntfs so I think no problem with ntfs3. This way you self
do not have to worry public list. But I'm not sure how strict is now
days get account. But if you say that it would be nice that you need
kernel git then maybe someone can help with that.
See more info https://www.kernel.org/faq.html
Randy Dunlap Aug. 9, 2021, 4:54 p.m. UTC | #4
On 8/9/21 9:44 AM, Kari Argillander wrote:
> On Mon, Aug 09, 2021 at 04:16:32PM +0000, Konstantin Komarov wrote:
>> From: David Sterba <dsterba@suse.cz>
>> Sent: Monday, August 9, 2021 1:57 PM
>>> On Thu, Jul 29, 2021 at 04:49:43PM +0300, Konstantin Komarov wrote:
>>>> This adds MAINTAINERS
>>>>
>>>> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
>>>> ---
>>>>   MAINTAINERS | 7 +++++++
>>>>   1 file changed, 7 insertions(+)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 9c3428380..3b6b48537 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -13279,6 +13279,13 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
>>>>   F:	Documentation/filesystems/ntfs.rst
>>>>   F:	fs/ntfs/
>>>>
>>>> +NTFS3 FILESYSTEM
>>>> +M:	Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
>>>> +S:	Supported
>>>> +W:	http://www.paragon-software.com/
>>>> +F:	Documentation/filesystems/ntfs3.rst
>>>> +F:	fs/ntfs3/
>>>
>>> Can you please add a git tree and mailing list entries?
> 
>> Hi David, I'll add the git tree link for the sources to MAINTAINERS in the next patch. As for the mailing list,
>> apologies for the newbie question here, but will it possible to have the @vger.kernel.org list for the ntfs3,
>> or it must be external for our case?
>> Thanks!
> 
> Good question and I also do not have absolute truth about it but I try
> to help. It should be possible. I think you can request new list from
> postmaster@vger.kernel.org
> 
> If you need public git tree then kernel.org can maybe provide that. They
> also host ntfs so I think no problem with ntfs3. This way you self
> do not have to worry public list. But I'm not sure how strict is now
> days get account. But if you say that it would be nice that you need
> kernel git then maybe someone can help with that.
> See more info https://www.kernel.org/faq.html

If postmaster@vger.kernel.org isn't helpful or you just want to use
kernel.org (note that vger.kernel.org isn't part of kernel.org),
you can contact: helpdesk@kernel.org  for git tree or mailing list
requests.  Wherever you have a mailing list, you probably should
have it archived at lore.kernel.org (see next URL for that).

Also you may want to read  https://korg.wiki.kernel.org
Dan Williams Aug. 9, 2021, 6:56 p.m. UTC | #5
On Mon, Aug 9, 2021 at 9:58 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> On 8/9/21 9:44 AM, Kari Argillander wrote:
> > On Mon, Aug 09, 2021 at 04:16:32PM +0000, Konstantin Komarov wrote:
> >> From: David Sterba <dsterba@suse.cz>
> >> Sent: Monday, August 9, 2021 1:57 PM
> >>> On Thu, Jul 29, 2021 at 04:49:43PM +0300, Konstantin Komarov wrote:
> >>>> This adds MAINTAINERS
> >>>>
> >>>> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> >>>> ---
> >>>>   MAINTAINERS | 7 +++++++
> >>>>   1 file changed, 7 insertions(+)
> >>>>
> >>>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>>> index 9c3428380..3b6b48537 100644
> >>>> --- a/MAINTAINERS
> >>>> +++ b/MAINTAINERS
> >>>> @@ -13279,6 +13279,13 @@ T:        git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
> >>>>   F:       Documentation/filesystems/ntfs.rst
> >>>>   F:       fs/ntfs/
> >>>>
> >>>> +NTFS3 FILESYSTEM
> >>>> +M:        Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> >>>> +S:        Supported
> >>>> +W:        http://www.paragon-software.com/
> >>>> +F:        Documentation/filesystems/ntfs3.rst
> >>>> +F:        fs/ntfs3/
> >>>
> >>> Can you please add a git tree and mailing list entries?
> >
> >> Hi David, I'll add the git tree link for the sources to MAINTAINERS in the next patch. As for the mailing list,
> >> apologies for the newbie question here, but will it possible to have the @vger.kernel.org list for the ntfs3,
> >> or it must be external for our case?
> >> Thanks!
> >
> > Good question and I also do not have absolute truth about it but I try
> > to help. It should be possible. I think you can request new list from
> > postmaster@vger.kernel.org
> >
> > If you need public git tree then kernel.org can maybe provide that. They
> > also host ntfs so I think no problem with ntfs3. This way you self
> > do not have to worry public list. But I'm not sure how strict is now
> > days get account. But if you say that it would be nice that you need
> > kernel git then maybe someone can help with that.
> > See more info https://www.kernel.org/faq.html
>
> If postmaster@vger.kernel.org isn't helpful or you just want to use
> kernel.org (note that vger.kernel.org isn't part of kernel.org),
> you can contact: helpdesk@kernel.org  for git tree or mailing list
> requests.  Wherever you have a mailing list, you probably should
> have it archived at lore.kernel.org (see next URL for that).
>
> Also you may want to read  https://korg.wiki.kernel.org

There is also lists.linux.dev for kernel development focused lists:

https://subspace.kernel.org/lists.linux.dev.html
Kari Argillander Aug. 9, 2021, 7:45 p.m. UTC | #6
On Mon, Aug 09, 2021 at 11:56:30AM -0700, Dan Williams wrote:
> On Mon, Aug 9, 2021 at 9:58 AM Randy Dunlap <rdunlap@infradead.org> wrote:
> >
> > On 8/9/21 9:44 AM, Kari Argillander wrote:
> > > On Mon, Aug 09, 2021 at 04:16:32PM +0000, Konstantin Komarov wrote:
> > >> From: David Sterba <dsterba@suse.cz>
> > >> Sent: Monday, August 9, 2021 1:57 PM
> > >>> On Thu, Jul 29, 2021 at 04:49:43PM +0300, Konstantin Komarov wrote:
> > >>>> This adds MAINTAINERS
> > >>>>
> > >>>> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> > >>>> ---
> > >>>>   MAINTAINERS | 7 +++++++
> > >>>>   1 file changed, 7 insertions(+)
> > >>>>
> > >>>> diff --git a/MAINTAINERS b/MAINTAINERS
> > >>>> index 9c3428380..3b6b48537 100644
> > >>>> --- a/MAINTAINERS
> > >>>> +++ b/MAINTAINERS
> > >>>> @@ -13279,6 +13279,13 @@ T:        git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
> > >>>>   F:       Documentation/filesystems/ntfs.rst
> > >>>>   F:       fs/ntfs/
> > >>>>
> > >>>> +NTFS3 FILESYSTEM
> > >>>> +M:        Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
> > >>>> +S:        Supported
> > >>>> +W:        http://www.paragon-software.com/
> > >>>> +F:        Documentation/filesystems/ntfs3.rst
> > >>>> +F:        fs/ntfs3/
> > >>>
> > >>> Can you please add a git tree and mailing list entries?
> > >
> > >> Hi David, I'll add the git tree link for the sources to MAINTAINERS in the next patch. As for the mailing list,
> > >> apologies for the newbie question here, but will it possible to have the @vger.kernel.org list for the ntfs3,
> > >> or it must be external for our case?
> > >> Thanks!
> > >
> > > Good question and I also do not have absolute truth about it but I try
> > > to help. It should be possible. I think you can request new list from
> > > postmaster@vger.kernel.org
> > >
> > > If you need public git tree then kernel.org can maybe provide that. They
> > > also host ntfs so I think no problem with ntfs3. This way you self
> > > do not have to worry public list. But I'm not sure how strict is now
> > > days get account. But if you say that it would be nice that you need
> > > kernel git then maybe someone can help with that.
> > > See more info https://www.kernel.org/faq.html
> >
> > If postmaster@vger.kernel.org isn't helpful or you just want to use
> > kernel.org (note that vger.kernel.org isn't part of kernel.org),
> > you can contact: helpdesk@kernel.org  for git tree or mailing list
> > requests.  Wherever you have a mailing list, you probably should
> > have it archived at lore.kernel.org (see next URL for that).
> >
> > Also you may want to read  https://korg.wiki.kernel.org
> 
> There is also lists.linux.dev for kernel development focused lists:
> 
> https://subspace.kernel.org/lists.linux.dev.html

That seems to be "new vger" so this is the way to go. Good that you bring it
up. More info here https://www.kernel.org/lists-linux-dev.html This was just
in site news so it was kinda hard to find.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 9c3428380..3b6b48537 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13279,6 +13279,13 @@  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
 F:	Documentation/filesystems/ntfs.rst
 F:	fs/ntfs/
 
+NTFS3 FILESYSTEM
+M:	Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
+S:	Supported
+W:	http://www.paragon-software.com/
+F:	Documentation/filesystems/ntfs3.rst
+F:	fs/ntfs3/
+
 NUBUS SUBSYSTEM
 M:	Finn Thain <fthain@linux-m68k.org>
 L:	linux-m68k@lists.linux-m68k.org