diff options
author | Konstantin Khlebnikov <[email protected]> | 2019-07-11 13:19:47 +0300 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2019-07-12 09:14:56 -0600 |
commit | 787c79d6393fc028887cc1b6066915f0b094e92f (patch) | |
tree | 12b5d3c679e3a1349a2611b396da0b7f5913967b | |
parent | e347946439ed70e3af0d0c330b36d5648e71727b (diff) |
MAINTAINERS: add entry for block io cgroup
This links mailing list [email protected] with related files.
$ ./scripts/get_maintainer.pl -f block/blk-cgroup.c
Jens Axboe <[email protected]> (maintainer:BLOCK LAYER)
[email protected] (open list:CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO))
[email protected] (open list:BLOCK LAYER)
[email protected] (open list)
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Added git tree/maintainer entries from Tejun.
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f9acdbac0001..2f138975d820 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4148,6 +4148,19 @@ S: Maintained F: mm/memcontrol.c F: mm/swap_cgroup.c +CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO) +M: Tejun Heo <[email protected]> +M: Jens Axboe <[email protected]> +T: git git://git.kernel.dk/linux-block +F: Documentation/cgroup-v1/blkio-controller.rst +F: block/blk-cgroup.c +F: include/linux/blk-cgroup.h +F: block/blk-throttle.c +F: block/blk-iolatency.c +F: block/bfq-cgroup.c + CORETEMP HARDWARE MONITORING DRIVER M: Fenghua Yu <[email protected]> |