aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <[email protected]>2022-05-08 15:23:51 -0400
committerMatthew Wilcox (Oracle) <[email protected]>2022-05-12 10:48:49 -0400
commit08104fb0b1503324b5ecb08be8d06918c2fd01db (patch)
tree131805c838430dacc44f90453f88f7cbe1a374e7
parent8560cb1a7d75048af275dd23fb0cf05382b3c2b9 (diff)
Appoint myself page cache maintainer
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) <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Reviewed-by: Jeff Layton <[email protected]> Acked-by: Christian Brauner (Microsoft) <[email protected]> Acked-by: Vlastimil Babka <[email protected]>
-rw-r--r--MAINTAINERS13
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9d47c5e7c6ae..a36082131d7f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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) <[email protected]>
+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 <[email protected]>
M: Ilias Apalodimas <[email protected]>