Zorro Lang
2023-Apr-04 17:14 UTC
[Ocfs2-devel] [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
The fstests supports different kind of fs testing, better to cc specific fs mailing list for specific fs testing, to get better reviewing points. So record these mailing lists and files related with them in MAINTAINERS file. Signed-off-by: Zorro Lang <zlang at kernel.org> --- If someone mailing list doesn't want to be in cc list of related fstests patch, please reply this email, I'll remove that line. Or if I missed someone mailing list, please feel free to tell me. Thanks, Zorro MAINTAINERS | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 09b1a5a3..620368cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -107,6 +107,83 @@ Maintainers List should send patch to fstests@ at least. Other relevant mailing list or reviewer or co-maintainer can be in cc list. +BTRFS +L: linux-btrfs at vger.kernel.org +S: Supported +F: tests/btrfs/ +F: common/btrfs + +CEPH +L: ceph-devel at vger.kernel.org +S: Supported +F: tests/ceph/ +F: common/ceph + +CIFS +L: linux-cifs at vger.kernel.org +S: Supported +F: tests/cifs + +EXT4 +L: linux-ext4 at vger.kernel.org +S: Supported +F: tests/ext4/ +F: common/ext4 + +F2FS +L: linux-f2fs-devel at lists.sourceforge.net +S: Supported +F: tests/f2fs/ +F: common/f2fs + +FSVERITY +L: fsverity at lists.linux.dev +S: Supported +F: common/verity + +FSCRYPT +L: linux-fscrypt at vger.kernel.org +S: Supported +F: common/encrypt + +FS-IDMAPPED +L: linux-fsdevel at vger.kernel.org +S: Supported +F: src/vfs/ + +NFS +L: linux-nfs at vger.kernel.org +S: Supported +F: tests/nfs/ +F: common/nfs + +OCFS2 +L: ocfs2-devel at oss.oracle.com +S: Supported +F: tests/ocfs2/ + +OVERLAYFS +L: linux-unionfs at vger.kernel.org +S: Supported +F: tests/overlay +F: common/overlay + +UDF +R: Jan Kara <jack at suse.com> +S: Supported +F: tests/udf/ + +XFS +L: linux-xfs at vger.kernel.org +S: Supported +F: common/dump +F: common/fuzzy +F: common/inject +F: common/populate +F: common/repair +F: common/xfs +F: tests/xfs/ + ALL M: Zorro Lang <zlang at kernel.org> L: fstests at vger.kernel.org -- 2.39.2
Eric Biggers
2023-Apr-04 22:16 UTC
[Ocfs2-devel] [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
Hi Zorro, On Wed, Apr 05, 2023 at 01:14:09AM +0800, Zorro Lang wrote:> +FSVERITY > +L: fsverity at lists.linux.dev > +S: Supported > +F: common/verity > + > +FSCRYPT > +L: linux-fscrypt at vger.kernel.org > +S: Supported > +F: common/encryptMost of the encrypt and verity tests are in tests/generic/ and are in the 'encrypt' or 'verity' test groups. These file patterns only pick up the common files, not the actual tests. Have you considered adding a way to specify maintainers for a test group? Something like: G: encrypt and G: verity - Eric
Darrick J. Wong
2023-Apr-04 23:21 UTC
[Ocfs2-devel] [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
On Wed, Apr 05, 2023 at 01:14:09AM +0800, Zorro Lang wrote:> The fstests supports different kind of fs testing, better to cc > specific fs mailing list for specific fs testing, to get better > reviewing points. So record these mailing lists and files related > with them in MAINTAINERS file. > > Signed-off-by: Zorro Lang <zlang at kernel.org> > --- > > If someone mailing list doesn't want to be in cc list of related fstests > patch, please reply this email, I'll remove that line. > > Or if I missed someone mailing list, please feel free to tell me. > > Thanks, > Zorro > > MAINTAINERS | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 77 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 09b1a5a3..620368cb 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -107,6 +107,83 @@ Maintainers List > should send patch to fstests@ at least. Other relevant mailing list > or reviewer or co-maintainer can be in cc list. > > +BTRFS > +L: linux-btrfs at vger.kernel.org > +S: Supported > +F: tests/btrfs/ > +F: common/btrfs > + > +CEPH > +L: ceph-devel at vger.kernel.org > +S: Supported > +F: tests/ceph/ > +F: common/ceph > + > +CIFS > +L: linux-cifs at vger.kernel.org > +S: Supported > +F: tests/cifs > + > +EXT4 > +L: linux-ext4 at vger.kernel.org > +S: Supported > +F: tests/ext4/ > +F: common/ext4 > + > +F2FS > +L: linux-f2fs-devel at lists.sourceforge.net > +S: Supported > +F: tests/f2fs/ > +F: common/f2fs > + > +FSVERITY > +L: fsverity at lists.linux.dev > +S: Supported > +F: common/verity > + > +FSCRYPT > +L: linux-fscrypt at vger.kernel.org > +S: Supported > +F: common/encrypt > + > +FS-IDMAPPED > +L: linux-fsdevel at vger.kernel.org > +S: Supported > +F: src/vfs/ > + > +NFS > +L: linux-nfs at vger.kernel.org > +S: Supported > +F: tests/nfs/ > +F: common/nfs > + > +OCFS2 > +L: ocfs2-devel at oss.oracle.com > +S: Supported > +F: tests/ocfs2/ > + > +OVERLAYFS > +L: linux-unionfs at vger.kernel.org > +S: Supported > +F: tests/overlay > +F: common/overlay > + > +UDF > +R: Jan Kara <jack at suse.com> > +S: Supported > +F: tests/udf/ > + > +XFS > +L: linux-xfs at vger.kernel.org > +S: Supported > +F: common/dump > +F: common/fuzzy > +F: common/inject > +F: common/populatenote that populate and fuzzy apply to ext* as well.> +F: common/repair > +F: common/xfs > +F: tests/xfs/Otherwise looks good to me, Reviewed-by: Darrick J. Wong <djwong at kernel.org> --D> + > ALL > M: Zorro Lang <zlang at kernel.org> > L: fstests at vger.kernel.org > -- > 2.39.2 >
Christian Brauner
2023-Apr-05 07:49 UTC
[Ocfs2-devel] [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
On Wed, Apr 05, 2023 at 01:14:09AM +0800, Zorro Lang wrote:> The fstests supports different kind of fs testing, better to cc > specific fs mailing list for specific fs testing, to get better > reviewing points. So record these mailing lists and files related > with them in MAINTAINERS file. > > Signed-off-by: Zorro Lang <zlang at kernel.org> > --- > > If someone mailing list doesn't want to be in cc list of related fstests > patch, please reply this email, I'll remove that line. > > Or if I missed someone mailing list, please feel free to tell me. > > Thanks, > Zorro > > MAINTAINERS | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 77 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 09b1a5a3..620368cb 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -107,6 +107,83 @@ Maintainers List > should send patch to fstests@ at least. Other relevant mailing list > or reviewer or co-maintainer can be in cc list. > > +BTRFS > +L: linux-btrfs at vger.kernel.org > +S: Supported > +F: tests/btrfs/ > +F: common/btrfs > + > +CEPH > +L: ceph-devel at vger.kernel.org > +S: Supported > +F: tests/ceph/ > +F: common/ceph > + > +CIFS > +L: linux-cifs at vger.kernel.org > +S: Supported > +F: tests/cifs > + > +EXT4 > +L: linux-ext4 at vger.kernel.org > +S: Supported > +F: tests/ext4/ > +F: common/ext4 > + > +F2FS > +L: linux-f2fs-devel at lists.sourceforge.net > +S: Supported > +F: tests/f2fs/ > +F: common/f2fs > + > +FSVERITY > +L: fsverity at lists.linux.dev > +S: Supported > +F: common/verity > + > +FSCRYPT > +L: linux-fscrypt at vger.kernel.org > +S: Supported > +F: common/encrypt > + > +FS-IDMAPPED > +L: linux-fsdevel at vger.kernel.org > +S: Supported > +F: src/vfs/Same suggestion as earlier, make that section VFS as it covers generic functionality, Acked-by: Christian Brauner <brauner at kernel.org>
Jan Kara
2023-Apr-05 09:52 UTC
[Ocfs2-devel] [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
On Wed 05-04-23 01:14:09, Zorro Lang wrote:> The fstests supports different kind of fs testing, better to cc > specific fs mailing list for specific fs testing, to get better > reviewing points. So record these mailing lists and files related > with them in MAINTAINERS file. > > Signed-off-by: Zorro Lang <zlang at kernel.org> > ---Looks good to me. Feel free to add: Acked-by: Jan Kara <jack at suse.cz> Honza> > If someone mailing list doesn't want to be in cc list of related fstests > patch, please reply this email, I'll remove that line. > > Or if I missed someone mailing list, please feel free to tell me. > > Thanks, > Zorro > > MAINTAINERS | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 77 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 09b1a5a3..620368cb 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -107,6 +107,83 @@ Maintainers List > should send patch to fstests@ at least. Other relevant mailing list > or reviewer or co-maintainer can be in cc list. > > +BTRFS > +L: linux-btrfs at vger.kernel.org > +S: Supported > +F: tests/btrfs/ > +F: common/btrfs > + > +CEPH > +L: ceph-devel at vger.kernel.org > +S: Supported > +F: tests/ceph/ > +F: common/ceph > + > +CIFS > +L: linux-cifs at vger.kernel.org > +S: Supported > +F: tests/cifs > + > +EXT4 > +L: linux-ext4 at vger.kernel.org > +S: Supported > +F: tests/ext4/ > +F: common/ext4 > + > +F2FS > +L: linux-f2fs-devel at lists.sourceforge.net > +S: Supported > +F: tests/f2fs/ > +F: common/f2fs > + > +FSVERITY > +L: fsverity at lists.linux.dev > +S: Supported > +F: common/verity > + > +FSCRYPT > +L: linux-fscrypt at vger.kernel.org > +S: Supported > +F: common/encrypt > + > +FS-IDMAPPED > +L: linux-fsdevel at vger.kernel.org > +S: Supported > +F: src/vfs/ > + > +NFS > +L: linux-nfs at vger.kernel.org > +S: Supported > +F: tests/nfs/ > +F: common/nfs > + > +OCFS2 > +L: ocfs2-devel at oss.oracle.com > +S: Supported > +F: tests/ocfs2/ > + > +OVERLAYFS > +L: linux-unionfs at vger.kernel.org > +S: Supported > +F: tests/overlay > +F: common/overlay > + > +UDF > +R: Jan Kara <jack at suse.com> > +S: Supported > +F: tests/udf/ > + > +XFS > +L: linux-xfs at vger.kernel.org > +S: Supported > +F: common/dump > +F: common/fuzzy > +F: common/inject > +F: common/populate > +F: common/repair > +F: common/xfs > +F: tests/xfs/ > + > ALL > M: Zorro Lang <zlang at kernel.org> > L: fstests at vger.kernel.org > -- > 2.39.2 >-- Jan Kara <jack at suse.com> SUSE Labs, CR
Xiubo Li
2023-Apr-06 00:25 UTC
[Ocfs2-devel] [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
On 4/5/23 01:14, Zorro Lang wrote:> The fstests supports different kind of fs testing, better to cc > specific fs mailing list for specific fs testing, to get better > reviewing points. So record these mailing lists and files related > with them in MAINTAINERS file. > > Signed-off-by: Zorro Lang <zlang at kernel.org> > --- > > If someone mailing list doesn't want to be in cc list of related fstests > patch, please reply this email, I'll remove that line. > > Or if I missed someone mailing list, please feel free to tell me. > > Thanks, > Zorro > > MAINTAINERS | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 77 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 09b1a5a3..620368cb 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -107,6 +107,83 @@ Maintainers List > should send patch to fstests@ at least. Other relevant mailing list > or reviewer or co-maintainer can be in cc list. > > +BTRFS > +L: linux-btrfs at vger.kernel.org > +S: Supported > +F: tests/btrfs/ > +F: common/btrfs > + > +CEPH > +L: ceph-devel at vger.kernel.org > +S: Supported > +F: tests/ceph/ > +F: common/ceph > +LGTM and feel free to add: Acked-by: Xiubo Li <xiubli at redhat.com> Thanks, - Xiubo
Chao Yu
2023-Apr-06 01:53 UTC
[Ocfs2-devel] [f2fs-dev] [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
On 2023/4/5 1:14, Zorro Lang wrote:> +F2FS > +L: linux-f2fs-devel at lists.sourceforge.net > +S: Supported > +F: tests/f2fs/ > +F: common/f2fsAcked-by: Chao Yu <chao at kernel.org> Thanks,
Apparently Analagous Threads
- [PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers
- [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
- [RFC PATCH 0/5] fstests specific MAINTAINERS file
- [PATCH 5/5] fstests/MAINTAINERS: add a co-maintainer for btrfs testing part
- New UPS for Support List