diff mbox series

iomap: rotate maintainers

Message ID 20231031234820.GB1205221@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series iomap: rotate maintainers | expand

Commit Message

Darrick J. Wong Oct. 31, 2023, 11:48 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

Per a discussion last week, let's improve coordination between fs/iomap/
and the rest of the VFS by shifting Christian into the role of git tree
maintainer.  I'll stay on as reviewer and main developer, which will
free up some more time to clean up the code base a bit and help
filesystem maintainers port off of bufferheads and onto iomap.

Link: https://lore.kernel.org/linux-fsdevel/20231026-gehofft-vorfreude-a5079bff7373@brauner/
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 MAINTAINERS |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Christian Brauner Nov. 1, 2023, 4:11 p.m. UTC | #1
On Tue, 31 Oct 2023 16:48:20 -0700, Darrick J. Wong wrote:
> Per a discussion last week, let's improve coordination between fs/iomap/
> and the rest of the VFS by shifting Christian into the role of git tree
> maintainer.  I'll stay on as reviewer and main developer, which will
> free up some more time to clean up the code base a bit and help
> filesystem maintainers port off of bufferheads and onto iomap.
> 
> 
> [...]

I assume we'll just have a vfs.iomap branch that we'll merge into
vfs.misc depending on how much work we have. We'll see and we can change
as needed.

--

Applied to the vfs.misc branch of the vfs/vfs.git tree.
Patches in the vfs.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc

[1/1] iomap: rotate maintainers
      https://git.kernel.org/vfs/vfs/c/4d75fc6ceba4
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7a7bd8bd80e9..b26f145614ae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10951,7 +10951,8 @@  S:	Maintained
 F:	drivers/net/ethernet/sgi/ioc3-eth.c
 
 IOMAP FILESYSTEM LIBRARY
-M:	Darrick J. Wong <djwong@kernel.org>
+M:	Christian Brauner <brauner@kernel.org>
+R:	Darrick J. Wong <djwong@kernel.org>
 L:	linux-xfs@vger.kernel.org
 L:	linux-fsdevel@vger.kernel.org
 S:	Supported