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