Message ID | 20181220190401.GD27208@magnolia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] iomap: take responsibility for the filesystem iomap code | expand |
On Thu, Dec 20, 2018 at 11:04:01AM -0800, Darrick J. Wong 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> ACK from me, for what it's worth - you guys brought it in, you appear to actively maintain it, so it's your headac^Wresponsibility.
On Thu, Dec 20, 2018 at 11:04:01AM -0800, Darrick J. Wong 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> > --- > v2: maintain alphabetization, add Christoph as a Real Person patch > mailing target. Still looking for acks from Christoph & Dave... > --- > MAINTAINERS | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3318f30903b2..a3ccbeebb377 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7783,6 +7783,17 @@ L: linux-serial@vger.kernel.org > S: Maintained > F: drivers/tty/serial/ioc3_serial.c > > +IOMAP FILESYSTEM LIBRARY > +M: Christoph Hellwig <hch@infradead.org> > +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 Reviewed-by: Dave Chinner <dchinner@redhat.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 3318f30903b2..a3ccbeebb377 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7783,6 +7783,17 @@ L: linux-serial@vger.kernel.org S: Maintained F: drivers/tty/serial/ioc3_serial.c +IOMAP FILESYSTEM LIBRARY +M: Christoph Hellwig <hch@infradead.org> +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 + IOMMU DRIVERS M: Joerg Roedel <joro@8bytes.org> L: iommu@lists.linux-foundation.org