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 76C90C433F5 for ; Mon, 9 May 2022 01:26:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231221AbiEIBaQ (ORCPT ); Sun, 8 May 2022 21:30:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236139AbiEIBJu (ORCPT ); Sun, 8 May 2022 21:09:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A37B72DFD for ; Sun, 8 May 2022 18:05:57 -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 2CF7160EBB for ; Mon, 9 May 2022 01:05:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DFD6C385AC; Mon, 9 May 2022 01:05:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652058356; bh=LAMkXBXg3fhVG6OmqDTRkl6U8qsnTIFLXwHkJl0vh2I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lAUa7K4H0RpVrPk+1yuHcAQbS8QarvN0sPhTcq3003GpBfXMEVX+onoFcNFLZaH6c 9GfJBNb0AbRt4Ff92KLMNoz83yQ1BiHUsE/oaJNzYDhra3bwK8nGmQf5u1bjXDhUVW hQA3QgQNoQ6rZ5PmSFjMqNEcYEIajoMxrc5FYbJ0HkekKtFoSKncvwJ9yzW5YOJdFj yJxlK8sSsX5Xvk4hl8MBguHMWL5MpgEBoCBHkUoMozWVsfyUOCyF7ZsLJ+YnHBTaQH gRVaI17fNk3qYnG28EOK5TqiFJz1OLouhK5UzDFWJdn5Dyln0hT6m0A7cXph/mUw+7 6CcHZOskHRZAQ== Date: Sun, 8 May 2022 18:05:55 -0700 From: "Darrick J. Wong" To: Dave Chinner Cc: "Matthew Wilcox (Oracle)" , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] Appoint myself page cache maintainer Message-ID: <20220509010555.GA284271@magnolia> References: <20220508202849.666756-1-willy@infradead.org> <20220508231644.GP1949718@dread.disaster.area> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220508231644.GP1949718@dread.disaster.area> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, May 09, 2022 at 09:16:44AM +1000, Dave Chinner wrote: > On Sun, May 08, 2022 at 09:28:48PM +0100, Matthew Wilcox (Oracle) wrote: > > This feels like a sufficiently distinct area of responsibility to be > > worth separating out from both MM and VFS. > > > > Signed-off-by: Matthew Wilcox (Oracle) Yes plz, Reviewed-by: Darrick J. Wong --D > > --- > > MAINTAINERS | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 9d47c5e7c6ae..5871ec2e1b3e 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -14833,6 +14833,18 @@ F: Documentation/core-api/padata.rst > > F: include/linux/padata.h > > F: kernel/padata.c > > > > +PAGE CACHE > > +M: Matthew Wilcox (Oracle) > > +L: linux-fsdevel@vger.kernel.org > > +S: Supported > > +T: git git://git.infradead.org/users/willy/pagecache.git > > +F: Documentation/filesystems/locking.rst > > +F: Documentation/filesystems/vfs.rst > > +F: include/linux/pagemap.h > > +F: mm/filemap.c > > +F: mm/page-writeback.c > > +F: mm/readahead.c > > A big thumbs up from me. > > Reviewed-by: Dave Chinner > > Cheers, > > Dave. > -- > Dave Chinner > david@fromorbit.com