diff options
author | Konstantin Khlebnikov <khlebnikov@yandex-team.ru> | 2019-07-11 12:19:47 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-07-12 17:14:56 +0200 |
commit | 787c79d6393fc028887cc1b6066915f0b094e92f (patch) | |
tree | 12b5d3c679e3a1349a2611b396da0b7f5913967b /MAINTAINERS | |
parent | null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONED (diff) | |
download | linux-787c79d6393fc028887cc1b6066915f0b094e92f.tar.xz linux-787c79d6393fc028887cc1b6066915f0b094e92f.zip |
MAINTAINERS: add entry for block io cgroup
This links mailing list cgroups@vger.kernel.org with related files.
$ ./scripts/get_maintainer.pl -f block/blk-cgroup.c
Jens Axboe <axboe@kernel.dk> (maintainer:BLOCK LAYER)
cgroups@vger.kernel.org (open list:CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO))
linux-block@vger.kernel.org (open list:BLOCK LAYER)
linux-kernel@vger.kernel.org (open list)
Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Added git tree/maintainer entries from Tejun.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'MAINTAINERS')
-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 <tj@kernel.org> +M: Jens Axboe <axboe@kernel.dk> +L: cgroups@vger.kernel.org +L: linux-block@vger.kernel.org +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 <fenghua.yu@intel.com> L: linux-hwmon@vger.kernel.org |