All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
To: Joe Perches <joe@perches.com>,
	"linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
	Anton Altaparmakov <anton@tuxera.com>
Cc: "viro@zeniv.linux.org.uk" <viro@zeniv.linux.org.uk>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"pali@kernel.org" <pali@kernel.org>,
	"dsterba@suse.cz" <dsterba@suse.cz>,
	"aaptel@suse.com" <aaptel@suse.com>,
	"willy@infradead.org" <willy@infradead.org>,
	"rdunlap@infradead.org" <rdunlap@infradead.org>,
	"mark@harmstone.com" <mark@harmstone.com>,
	"nborisov@suse.com" <nborisov@suse.com>,
	linux-ntfs-dev <linux-ntfs-dev@lists.sourceforge.net>
Subject: RE: [PATCH v7 00/10] NTFS read-write driver GPL implementation by Paragon Software
Date: Fri, 9 Oct 2020 14:57:53 +0000	[thread overview]
Message-ID: <2fa19fb9767948ca920bead9e2e65f91@paragon-software.com> (raw)
In-Reply-To: <670bc2f60983d9d08c697031ea5a59937f5ed489.camel@perches.com>

From: Joe Perches <joe@perches.com>
Sent: Friday, September 25, 2020 8:16 PM
> To: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>; linux-fsdevel@vger.kernel.org; Anton Altaparmakov
> <anton@tuxera.com>
> Cc: 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; mark@harmstone.com; nborisov@suse.com; linux-ntfs-dev <linux-ntfs-
> dev@lists.sourceforge.net>
> Subject: Re: [PATCH v7 00/10] NTFS read-write driver GPL implementation by Paragon Software
> 
> (adding cc's to Anton Altaparmakov and linux-ntfs-dev)
> 
> On Fri, 2020-09-25 at 18:55 +0300, Konstantin Komarov wrote:
> > This patch adds NTFS Read-Write driver to fs/ntfs3.
> 
> This code should eventually supplant the existing NTFS
> implementation right?
> 
> Unless there is some specific reason you have not done so,
> I believe you should cc the current NTFS maintainer and
> NTFS mailing list on all these patches in the future.
> 
> MAINTAINERS-NTFS FILESYSTEM
> MAINTAINERS-M:  Anton Altaparmakov <anton@tuxera.com>
> MAINTAINERS-L:  linux-ntfs-dev@lists.sourceforge.net
> 
> Link to the v7 patches:
> https://lore.kernel.org/lkml/20200925155537.1030046-1-almaz.alexandrovich@paragon-software.com/
> 

Hi Joe. Thanks a lot! Added both Anton and linux-ntfs-dev to the v8 cc list.
Hi Anton. Did you have a chance to look at NTFS3 code?

Thanks.

      reply	other threads:[~2020-10-09 14:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25 15:55 [PATCH v7 00/10] NTFS read-write driver GPL implementation by Paragon Software Konstantin Komarov
2020-09-25 15:55 ` [PATCH v7 01/10] fs/ntfs3: Add headers and misc files Konstantin Komarov
2020-09-25 15:55 ` [PATCH v7 02/10] fs/ntfs3: Add initialization of super block Konstantin Komarov
2020-09-25 15:55 ` [PATCH v7 03/10] fs/ntfs3: Add bitmap Konstantin Komarov
2020-09-25 15:55 ` [PATCH v7 04/10] fs/ntfs3: Add file operations and implementation Konstantin Komarov
2020-09-25 15:55 ` [PATCH v7 05/10] fs/ntfs3: Add attrib operations Konstantin Komarov
2020-09-25 15:55 ` [PATCH v7 06/10] fs/ntfs3: Add compression Konstantin Komarov
2020-09-25 15:55 ` [PATCH v7 07/10] fs/ntfs3: Add NTFS journal Konstantin Komarov
2020-09-25 15:55 ` [PATCH v7 08/10] fs/ntfs3: Add Kconfig, Makefile and doc Konstantin Komarov
2020-09-25 15:55 ` [PATCH v7 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile Konstantin Komarov
2020-09-25 21:08   ` kernel test robot
2020-09-25 22:22   ` kernel test robot
2020-09-27  7:32   ` kernel test robot
2020-09-27  7:32     ` kernel test robot
2020-09-25 15:55 ` [PATCH v7 10/10] fs/ntfs3: Add MAINTAINERS Konstantin Komarov
2020-09-25 17:15 ` [PATCH v7 00/10] NTFS read-write driver GPL implementation by Paragon Software Joe Perches
2020-10-09 14:57   ` Konstantin Komarov [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=2fa19fb9767948ca920bead9e2e65f91@paragon-software.com \
    --to=almaz.alexandrovich@paragon-software.com \
    --cc=aaptel@suse.com \
    --cc=anton@tuxera.com \
    --cc=dsterba@suse.cz \
    --cc=joe@perches.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-ntfs-dev@lists.sourceforge.net \
    --cc=mark@harmstone.com \
    --cc=nborisov@suse.com \
    --cc=pali@kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=viro@zeniv.linux.org.uk \
    --cc=willy@infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.