summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Le Moal <dlemoal@kernel.org>2025-11-19 12:02:20 +0900
committerJens Axboe <axboe@kernel.dk>2025-11-19 07:37:48 -0700
commitebcc028b4a3db7f4a76f97b05d746aa6ff1a56ab (patch)
tree0f2ecda096bf5d00c3881aa602b40a52e88cfd98
parent00ed0350944dc33ac76cca2ddd2966e34f32a80e (diff)
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 <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>
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 92d545e52ba0..ae9cf811bd2c 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 <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>