aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQi Zheng <[email protected]>2024-01-11 15:52:19 +0800
committerAndrew Morton <[email protected]>2024-01-12 15:20:48 -0800
commitaa8f91910bf5fb11dcd176e6efac2dbe2cecebea (patch)
treeca4196d2953703542aa42a0ccb6da135699752d3
parent00bcfcd47a52f50f07a2e88d730d7931384cb073 (diff)
MAINTAINERS: add entry for shrinker
Since the shrinker-related code has been moved to a separate shrinker.c file, it's time to add a MAINTAINERS entry for it. Dave, Roman, Muchun and I have all worked on shrinker (development, review, etc) in the past period of time, and all of us are willing to continue working on shrinker in the future, so I'd like to add all of us as maintainer/reviewer. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Qi Zheng <[email protected]> Cc: Dave Chinner <[email protected]> Cc: Muchun Song <[email protected]> Cc: Roman Gushchin <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--MAINTAINERS13
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5affd7ca3217..a1b31c4c2969 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19635,6 +19635,19 @@ T: git git://linuxtv.org/media_tree.git
F: drivers/media/i2c/rj54n1cb0c.c
F: include/media/i2c/rj54n1cb0c.h
+SHRINKER
+M: Andrew Morton <[email protected]>
+M: Dave Chinner <[email protected]>
+R: Qi Zheng <[email protected]>
+R: Roman Gushchin <[email protected]>
+R: Muchun Song <[email protected]>
+S: Maintained
+F: Documentation/admin-guide/mm/shrinker_debugfs.rst
+F: include/linux/shrinker.h
+F: mm/shrinker.c
+F: mm/shrinker_debug.c
+
SH_VOU V4L2 OUTPUT DRIVER
S: Orphan