From: Damien Le Moal Date: Wed, 19 Nov 2025 03:02:20 +0000 (+0900) Subject: MAINTAINERS: add a maintainer for zoned block device support X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebcc028b4a3db7f4a76f97b05d746aa6ff1a56ab;p=thirdparty%2Flinux.git 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: Damien Le Moal Reviewed-by: Johannes Thumshirn Reviewed-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/MAINTAINERS b/MAINTAINERS index 92d545e52ba0a..ae9cf811bd2c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 +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 R: Christoph Hellwig