diff mbox series

Appoint myself page cache maintainer

Message ID 20220508202849.666756-1-willy@infradead.org (mailing list archive)
State New, archived
Headers show
Series Appoint myself page cache maintainer | expand

Commit Message

Matthew Wilcox May 8, 2022, 8:28 p.m. UTC
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) <willy@infradead.org>
---
 MAINTAINERS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Dave Chinner May 8, 2022, 11:16 p.m. UTC | #1
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) <willy@infradead.org>
> ---
>  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) <willy@infradead.org>
> +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 <dchinner@redhat.com>

Cheers,

Dave.
Darrick J. Wong May 9, 2022, 1:05 a.m. UTC | #2
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) <willy@infradead.org>

Yes plz,
Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--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) <willy@infradead.org>
> > +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 <dchinner@redhat.com>
> 
> Cheers,
> 
> Dave.
> -- 
> Dave Chinner
> david@fromorbit.com
Jeff Layton May 9, 2022, 10:28 a.m. UTC | #3
On Mon, 2022-05-09 at 09:16 +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) <willy@infradead.org>
> > ---
> >  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) <willy@infradead.org>
> > +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 <dchinner@redhat.com>
> 

Ditto. Thanks for stepping up!

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Christian Brauner May 11, 2022, 1:34 p.m. UTC | #4
On Sun, May 08, 2022 at 09:28:48PM +0100, Matthew Wilcox 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) <willy@infradead.org>
> ---

+1!
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Vlastimil Babka May 12, 2022, 1:48 p.m. UTC | #5
On 5/8/22 22:28, 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) <willy@infradead.org>

Acked-by: Vlastimil Babka <vbabka@suse.cz>

> ---
>  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) <willy@infradead.org>
> +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
> +
>  PAGE POOL
>  M:	Jesper Dangaard Brouer <hawk@kernel.org>
>  M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff mbox series

Patch

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) <willy@infradead.org>
+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
+
 PAGE POOL
 M:	Jesper Dangaard Brouer <hawk@kernel.org>
 M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>