diff mbox series

[RFC] iomap: take responsibility for the filesystem iomap code

Message ID 20181220053622.GD27176@magnolia (mailing list archive)
State New, archived
Headers show
Series [RFC] iomap: take responsibility for the filesystem iomap code | expand

Commit Message

Darrick J. Wong Dec. 20, 2018, 5:36 a.m. UTC
From: Darrick J. Wong <darrick.wong@oracle.com>

XFS is the primary user of the filesystem iomap code, so we (the XFS
community, specifically) will explicitly take responsibility for its
maintenance.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
Just floating this as a test balloon.  Would like at acks from at least
Dave and Christoph since they wrote most of the fs iomap code.
---
 MAINTAINERS |   10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Christoph Hellwig Dec. 20, 2018, 7:08 a.m. UTC | #1
On Wed, Dec 19, 2018 at 09:36:22PM -0800, Darrick J. Wong wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8119141a926f..a36a88a72423 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16518,6 +16518,16 @@ L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
>  S:	Supported
>  F:	sound/xen/*
>  
> +IOMAP FILESYSTEM LIBRARY
> +M:	linux-xfs@vger.kernel.org
> +M:	linux-fsdevel@vger.kernel.org
> +L:	linux-xfs@vger.kernel.org
> +L:	linux-fsdevel@vger.kernel.org

Listing not one but two mailing lists as the maintainer entry seems odd.
not sure if we need a M: entry at all, but if we do I'll volunteer
(in combination with Dave if he wants to)
Amir Goldstein Dec. 20, 2018, 7:27 a.m. UTC | #2
On Thu, Dec 20, 2018 at 8:47 AM Darrick J. Wong <darrick.wong@oracle.com> wrote:
>
> From: Darrick J. Wong <darrick.wong@oracle.com>
>
> XFS is the primary user of the filesystem iomap code, so we (the XFS
> community, specifically) will explicitly take responsibility for its
> maintenance.
>
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> ---
> Just floating this as a test balloon.  Would like at acks from at least
> Dave and Christoph since they wrote most of the fs iomap code.
> ---
>  MAINTAINERS |   10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8119141a926f..a36a88a72423 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16518,6 +16518,16 @@ L:     alsa-devel@alsa-project.org (moderated for non-subscribers)
>  S:     Supported
>  F:     sound/xen/*
>
> +IOMAP FILESYSTEM LIBRARY

Sort alphabetically please.

Thanks,
Amir.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 8119141a926f..a36a88a72423 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16518,6 +16518,16 @@  L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
 S:	Supported
 F:	sound/xen/*
 
+IOMAP FILESYSTEM LIBRARY
+M:	linux-xfs@vger.kernel.org
+M:	linux-fsdevel@vger.kernel.org
+L:	linux-xfs@vger.kernel.org
+L:	linux-fsdevel@vger.kernel.org
+T:	git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
+S:	Supported
+F:	fs/iomap.c
+F:	include/linux/iomap.h
+
 XFS FILESYSTEM
 M:	Darrick J. Wong <darrick.wong@oracle.com>
 M:	linux-xfs@vger.kernel.org