From ebcc028b4a3db7f4a76f97b05d746aa6ff1a56ab Mon Sep 17 00:00:00 2001 From: Damien Le Moal Date: Wed, 19 Nov 2025 12:02:20 +0900 Subject: [PATCH] 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 --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.3