Add the missing user API header files related to the block layer to the list of matching file patterns for Jen's block layer entry. Signed-off-by: Damien Le Moal --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e64b94e6b5a9..037275e53cc5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4406,6 +4406,8 @@ F: block/ F: drivers/block/ F: include/linux/bio.h F: include/linux/blk* +F: include/uapi/linux/blk* +F: include/uapi/linux/ioprio.h F: kernel/trace/blktrace.c F: lib/sbitmap.c -- 2.51.1 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 --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 037275e53cc5..7157e41e3fa1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -28313,6 +28313,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.51.1