]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MAINTAINERS: add a maintainer for zoned block device support
authorDamien Le Moal <dlemoal@kernel.org>
Wed, 19 Nov 2025 03:02:20 +0000 (12:02 +0900)
committerJens Axboe <axboe@kernel.dk>
Wed, 19 Nov 2025 14:37:48 +0000 (07:37 -0700)
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 <dlemoal@kernel.org>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
MAINTAINERS

index 92d545e52ba0a2b2f7981f6c3a301067820818da..ae9cf811bd2c0b541cbc8c31be507186699ef270 100644 (file)
@@ -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>