From: Tal Zussman Date: Wed, 20 May 2026 21:17:12 +0000 (-0400) Subject: MAINTAINERS: add more files to PAGE CACHE section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6414f790f21d2ba648d4d2a713d61f9014123fcf;p=thirdparty%2Flinux.git MAINTAINERS: add more files to PAGE CACHE section Add include/linux/writeback.h and include/trace/events/{filemap.h,readahead.h,writeback.h}. Link: https://lore.kernel.org/20260520-page-cache-maintainers-v1-1-f93438d2186d@columbia.edu Signed-off-by: Tal Zussman Cc: Jan Kara Cc: Matthew Wilcox (Oracle) Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index 782ed63e4e67..1e94e8cc6ad1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20174,6 +20174,10 @@ 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: include/linux/writeback.h +F: include/trace/events/filemap.h +F: include/trace/events/readahead.h +F: include/trace/events/writeback.h F: mm/filemap.c F: mm/page-writeback.c F: mm/readahead.c