Appoint myself page cache maintainer
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 8 May 2022 19:23:51 +0000 (15:23 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 12 May 2022 14:48:49 +0000 (10:48 -0400)
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>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
MAINTAINERS

index 9d47c5e7c6ae0e367395e331af5f2bdf8262b21a..a36082131d7fcaa50ef50e3941b123d2cbf4ff18 100644 (file)
@@ -14833,6 +14833,19 @@ 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
+F:     mm/truncate.c
+
 PAGE POOL
 M:     Jesper Dangaard Brouer <hawk@kernel.org>
 M:     Ilias Apalodimas <ilias.apalodimas@linaro.org>