All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Update MAINTAINERS file
@ 2025-11-19  3:02 Damien Le Moal
  2025-11-19  3:02 ` [PATCH 1/2] MAINTAINERS: add missing block layer user API header files Damien Le Moal
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Damien Le Moal @ 2025-11-19  3:02 UTC (permalink / raw)
  To: Jens Axboe, linux-block

Jens,

The first patch adds missing DAfile matching entries to the block layer
MAINTAINERS entry. The second patch adds myslef as the maintainer of
blk-zoned.c. This is a request from contributors of changes to this file
so that they get their patches automatically sent to me when using
scripts/get_maintainer.pl.

Damien Le Moal (2):
  MAINTAINERS: add missing block layer user API header files
  MAINTAINERS: add a maintainer for zoned block device support

 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

-- 
2.51.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/2] MAINTAINERS: add missing block layer user API header files
  2025-11-19  3:02 [PATCH 0/2] Update MAINTAINERS file Damien Le Moal
@ 2025-11-19  3:02 ` Damien Le Moal
  2025-11-19  5:41   ` Christoph Hellwig
  2025-11-19  7:56   ` Johannes Thumshirn
  2025-11-19  3:02 ` [PATCH 2/2] MAINTAINERS: add a maintainer for zoned block device support Damien Le Moal
  2025-11-19 14:38 ` [PATCH 0/2] Update MAINTAINERS file Jens Axboe
  2 siblings, 2 replies; 9+ messages in thread
From: Damien Le Moal @ 2025-11-19  3:02 UTC (permalink / raw)
  To: Jens Axboe, linux-block

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 <dlemoal@kernel.org>
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/2] MAINTAINERS: add a maintainer for zoned block device support
  2025-11-19  3:02 [PATCH 0/2] Update MAINTAINERS file Damien Le Moal
  2025-11-19  3:02 ` [PATCH 1/2] MAINTAINERS: add missing block layer user API header files Damien Le Moal
@ 2025-11-19  3:02 ` Damien Le Moal
  2025-11-19  5:42   ` Christoph Hellwig
  2025-11-19  7:57   ` Johannes Thumshirn
  2025-11-19 14:38 ` [PATCH 0/2] Update MAINTAINERS file Jens Axboe
  2 siblings, 2 replies; 9+ messages in thread
From: Damien Le Moal @ 2025-11-19  3:02 UTC (permalink / raw)
  To: Jens Axboe, linux-block

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>
---
 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 <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>
-- 
2.51.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: add missing block layer user API header files
  2025-11-19  3:02 ` [PATCH 1/2] MAINTAINERS: add missing block layer user API header files Damien Le Moal
@ 2025-11-19  5:41   ` Christoph Hellwig
  2025-11-19  7:56   ` Johannes Thumshirn
  1 sibling, 0 replies; 9+ messages in thread
From: Christoph Hellwig @ 2025-11-19  5:41 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: Jens Axboe, linux-block

On Wed, Nov 19, 2025 at 12:02:19PM +0900, Damien Le Moal wrote:
> 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.

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: add a maintainer for zoned block device support
  2025-11-19  3:02 ` [PATCH 2/2] MAINTAINERS: add a maintainer for zoned block device support Damien Le Moal
@ 2025-11-19  5:42   ` Christoph Hellwig
  2025-11-19  7:57   ` Johannes Thumshirn
  1 sibling, 0 replies; 9+ messages in thread
From: Christoph Hellwig @ 2025-11-19  5:42 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: Jens Axboe, linux-block

On Wed, Nov 19, 2025 at 12:02:20PM +0900, Damien Le Moal wrote:
> Add myself as the maintainer of the block layer support for the zoned
> block device code and user API.

Yes, having you automatically on the the Cc list for zoned patches is
a good idea:

Reviewed-by: Christoph Hellwig <hch@lst.de>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: add missing block layer user API header files
  2025-11-19  3:02 ` [PATCH 1/2] MAINTAINERS: add missing block layer user API header files Damien Le Moal
  2025-11-19  5:41   ` Christoph Hellwig
@ 2025-11-19  7:56   ` Johannes Thumshirn
  2025-11-19  8:04     ` Damien Le Moal
  1 sibling, 1 reply; 9+ messages in thread
From: Johannes Thumshirn @ 2025-11-19  7:56 UTC (permalink / raw)
  To: Damien Le Moal, Jens Axboe, linux-block@vger.kernel.org

On 11/19/25 4:06 AM, Damien Le Moal wrote:
> list of matching file patterns for Jen's block layer entry.

Jens'


Otherwise,

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: add a maintainer for zoned block device support
  2025-11-19  3:02 ` [PATCH 2/2] MAINTAINERS: add a maintainer for zoned block device support Damien Le Moal
  2025-11-19  5:42   ` Christoph Hellwig
@ 2025-11-19  7:57   ` Johannes Thumshirn
  1 sibling, 0 replies; 9+ messages in thread
From: Johannes Thumshirn @ 2025-11-19  7:57 UTC (permalink / raw)
  To: Damien Le Moal, Jens Axboe, linux-block@vger.kernel.org

Looks good,

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: add missing block layer user API header files
  2025-11-19  7:56   ` Johannes Thumshirn
@ 2025-11-19  8:04     ` Damien Le Moal
  0 siblings, 0 replies; 9+ messages in thread
From: Damien Le Moal @ 2025-11-19  8:04 UTC (permalink / raw)
  To: Johannes Thumshirn, Jens Axboe, linux-block@vger.kernel.org

On 11/19/25 16:56, Johannes Thumshirn wrote:
> On 11/19/25 4:06 AM, Damien Le Moal wrote:
>> list of matching file patterns for Jen's block layer entry.
> 
> Jens'

Arg. Did it again.
Jens, ,y apologies for the typo. Should I resend ?

> 
> 
> Otherwise,
> 
> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
> 


-- 
Damien Le Moal
Western Digital Research

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/2] Update MAINTAINERS file
  2025-11-19  3:02 [PATCH 0/2] Update MAINTAINERS file Damien Le Moal
  2025-11-19  3:02 ` [PATCH 1/2] MAINTAINERS: add missing block layer user API header files Damien Le Moal
  2025-11-19  3:02 ` [PATCH 2/2] MAINTAINERS: add a maintainer for zoned block device support Damien Le Moal
@ 2025-11-19 14:38 ` Jens Axboe
  2 siblings, 0 replies; 9+ messages in thread
From: Jens Axboe @ 2025-11-19 14:38 UTC (permalink / raw)
  To: linux-block, Damien Le Moal


On Wed, 19 Nov 2025 12:02:18 +0900, Damien Le Moal wrote:
> Jens,
> 
> The first patch adds missing DAfile matching entries to the block layer
> MAINTAINERS entry. The second patch adds myslef as the maintainer of
> blk-zoned.c. This is a request from contributors of changes to this file
> so that they get their patches automatically sent to me when using
> scripts/get_maintainer.pl.
> 
> [...]

Applied, thanks!

[1/2] MAINTAINERS: add missing block layer user API header files
      commit: 00ed0350944dc33ac76cca2ddd2966e34f32a80e
[2/2] MAINTAINERS: add a maintainer for zoned block device support
      commit: ebcc028b4a3db7f4a76f97b05d746aa6ff1a56ab

Best regards,
-- 
Jens Axboe




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-11-19 14:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19  3:02 [PATCH 0/2] Update MAINTAINERS file Damien Le Moal
2025-11-19  3:02 ` [PATCH 1/2] MAINTAINERS: add missing block layer user API header files Damien Le Moal
2025-11-19  5:41   ` Christoph Hellwig
2025-11-19  7:56   ` Johannes Thumshirn
2025-11-19  8:04     ` Damien Le Moal
2025-11-19  3:02 ` [PATCH 2/2] MAINTAINERS: add a maintainer for zoned block device support Damien Le Moal
2025-11-19  5:42   ` Christoph Hellwig
2025-11-19  7:57   ` Johannes Thumshirn
2025-11-19 14:38 ` [PATCH 0/2] Update MAINTAINERS file Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.