2023-04-04 17:17:21

by Zorro Lang

[permalink] [raw]
Subject: [PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers

Some people contribute to someone specific fs testing mostly, record
some of them as Reviewer.

Signed-off-by: Zorro Lang <[email protected]>
---

If someone doesn't want to be in cc list of related fstests patch, please
reply this email, I'll remove that reviewer line.

Or if someone else (who contribute to fstests very much) would like to a
specific reviewer, nominate yourself to get a review.

Thanks,
Zorro

MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 620368cb..0ad12a38 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -108,6 +108,7 @@ Maintainers List
or reviewer or co-maintainer can be in cc list.

BTRFS
+R: Filipe Manana <[email protected]>
L: [email protected]
S: Supported
F: tests/btrfs/
@@ -137,16 +138,19 @@ F: tests/f2fs/
F: common/f2fs

FSVERITY
+R: Eric Biggers <[email protected]>
L: [email protected]
S: Supported
F: common/verity

FSCRYPT
+R: Eric Biggers <[email protected]>
L: [email protected]
S: Supported
F: common/encrypt

FS-IDMAPPED
+R: Christian Brauner <[email protected]>
L: [email protected]
S: Supported
F: src/vfs/
@@ -163,6 +167,7 @@ S: Supported
F: tests/ocfs2/

OVERLAYFS
+R: Amir Goldstein <[email protected]>
L: [email protected]
S: Supported
F: tests/overlay
@@ -174,6 +179,7 @@ S: Supported
F: tests/udf/

XFS
+R: Darrick J. Wong <[email protected]>
L: [email protected]
S: Supported
F: common/dump
--
2.39.2


2023-04-05 07:54:25

by Christian Brauner

[permalink] [raw]
Subject: Re: [PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers

On Wed, Apr 05, 2023 at 01:14:10AM +0800, Zorro Lang wrote:
> Some people contribute to someone specific fs testing mostly, record
> some of them as Reviewer.
>
> Signed-off-by: Zorro Lang <[email protected]>
> ---
>
> If someone doesn't want to be in cc list of related fstests patch, please
> reply this email, I'll remove that reviewer line.
>
> Or if someone else (who contribute to fstests very much) would like to a
> specific reviewer, nominate yourself to get a review.
>
> Thanks,
> Zorro
>
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 620368cb..0ad12a38 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -108,6 +108,7 @@ Maintainers List
> or reviewer or co-maintainer can be in cc list.
>
> BTRFS
> +R: Filipe Manana <[email protected]>
> L: [email protected]
> S: Supported
> F: tests/btrfs/
> @@ -137,16 +138,19 @@ F: tests/f2fs/
> F: common/f2fs
>
> FSVERITY
> +R: Eric Biggers <[email protected]>
> L: [email protected]
> S: Supported
> F: common/verity
>
> FSCRYPT
> +R: Eric Biggers <[email protected]>
> L: [email protected]
> S: Supported
> F: common/encrypt
>
> FS-IDMAPPED

I'd just make this VFS since src/vfs/ covers generic vfs functionality.

But up to you,

Acked-by: Christian Brauner <[email protected]>

> +R: Christian Brauner <[email protected]>
> L: [email protected]
> S: Supported
> F: src/vfs/
> @@ -163,6 +167,7 @@ S: Supported
> F: tests/ocfs2/
>
> OVERLAYFS
> +R: Amir Goldstein <[email protected]>
> L: [email protected]
> S: Supported
> F: tests/overlay
> @@ -174,6 +179,7 @@ S: Supported
> F: tests/udf/
>
> XFS
> +R: Darrick J. Wong <[email protected]>
> L: [email protected]
> S: Supported
> F: common/dump
> --
> 2.39.2
>