Commit ebcc028b authored by Damien Le Moal's avatar Damien Le Moal Committed by Jens Axboe
Browse files

MAINTAINERS: add a maintainer for zoned block device support



Add myself as the maintainer of the block layer support for the zoned
block device code and user API.

Signed-off-by: default avatarDamien Le Moal <dlemoal@kernel.org>
Reviewed-by: default avatarJohannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 00ed0350
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -28292,6 +28292,13 @@ L: linux-kernel@vger.kernel.org
S:	Maintained
F:	arch/x86/kernel/cpu/zhaoxin.c
ZONED BLOCK DEVICE (BLOCK LAYER)
M:	Damien Le Moal <dlemoal@kernel.org>
L:	linux-block@vger.kernel.org
S:	Maintained
F:	block/blk-zoned.c
F:	include/uapi/linux/blkzoned.h
ZONED LOOP DEVICE
M:	Damien Le Moal <dlemoal@kernel.org>
R:	Christoph Hellwig <hch@lst.de>