From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CEB81C77B73 for ; Tue, 4 Apr 2023 23:23:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236565AbjDDXXK (ORCPT ); Tue, 4 Apr 2023 19:23:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236379AbjDDXXJ (ORCPT ); Tue, 4 Apr 2023 19:23:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E1434481; Tue, 4 Apr 2023 16:23:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1F75663886; Tue, 4 Apr 2023 23:23:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D3E7C433EF; Tue, 4 Apr 2023 23:23:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680650582; bh=n/9jmBZO4HC87mIQyzeLEmcpGLyNDj01f1vbSC9mn1Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b5+6maz5xNhwYCtGwMq8kBY6ewuVOIdTUKUDsuMQwiiVGRZ4JLKIYUBPjB2R83qK2 jmGenLfcD91UqsPu8iPNLDQItXW3gHeC3I3+QXoAFh+P/RTje+RB6N+AVCH6go5t7H lFGiVsSBrnYilekJWLE6vxyxrlVTrpCB4T4Y9zy6W5+71+O7LZHNDuLkkIeCmSFMdd LnjJ5ISVLkFIasoDRJ2L6Z+C/842tcZjmW0jqL8fTsEkpwRvnDkEqNPwfaJWuniC/G qFkKLchRB/hFADz1nfVP1I1Ba9kxaadE3S8FPdnJd+Kyn/HycjKR2qAf5p461PbUhh fEgpj2mzxoQVg== Date: Tue, 4 Apr 2023 16:23:02 -0700 From: "Darrick J. Wong" To: Zorro Lang Cc: fstests@vger.kernel.org, linux-btrfs@vger.kernel.org, ceph-devel@vger.kernel.org, linux-cifs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org, ocfs2-devel@oss.oracle.com, linux-unionfs@vger.kernel.org, jack@suse.com, linux-xfs@vger.kernel.org, fdmanana@suse.com, ebiggers@google.com, brauner@kernel.org, amir73il@gmail.com, anand.jain@oracle.com Subject: Re: [PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers Message-ID: <20230404232302.GD109960@frogsfrogsfrogs> References: <20230404171411.699655-1-zlang@kernel.org> <20230404171411.699655-5-zlang@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230404171411.699655-5-zlang@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org 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 > --- > > 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 > L: linux-btrfs@vger.kernel.org > S: Supported > F: tests/btrfs/ > @@ -137,16 +138,19 @@ F: tests/f2fs/ > F: common/f2fs > > FSVERITY > +R: Eric Biggers > L: fsverity@lists.linux.dev > S: Supported > F: common/verity > > FSCRYPT > +R: Eric Biggers > L: linux-fscrypt@vger.kernel.org > S: Supported > F: common/encrypt > > FS-IDMAPPED > +R: Christian Brauner > L: linux-fsdevel@vger.kernel.org > S: Supported > F: src/vfs/ > @@ -163,6 +167,7 @@ S: Supported > F: tests/ocfs2/ > > OVERLAYFS > +R: Amir Goldstein > L: linux-unionfs@vger.kernel.org > S: Supported > F: tests/overlay > @@ -174,6 +179,7 @@ S: Supported > F: tests/udf/ > > XFS > +R: Darrick J. Wong For this one hunk, Reviewed-by: Darrick J. Wong --D > L: linux-xfs@vger.kernel.org > S: Supported > F: common/dump > -- > 2.39.2 >