From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp2130.oracle.com ([141.146.126.79]:43774 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726049AbeLXAhn (ORCPT ); Sun, 23 Dec 2018 19:37:43 -0500 Date: Sun, 23 Dec 2018 16:37:11 -0800 From: "Darrick J. Wong" To: Christoph Hellwig Cc: xfs , linux-fsdevel , Dave Chinner , Eric Sandeen , Amir Goldstein Subject: [PATCH v3] iomap: take responsibility for the filesystem iomap code Message-ID: <20181224003711.GK27208@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181220053622.GD27176@magnolia> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Darrick J. Wong 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 Acked-by: Al Viro Reviewed-by: Dave Chinner --- v3: I decided that perhaps I ought to be listed for iomap after all. Still looking for an ack from Christoph... v2: maintain alphabetization, add Christoph as a Real Person patch mailing target. Still looking for acks from Christoph & Dave... --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3318f30903b2..d2c034aed4be 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7783,6 +7783,18 @@ L: linux-serial@vger.kernel.org S: Maintained F: drivers/tty/serial/ioc3_serial.c +IOMAP FILESYSTEM LIBRARY +M: Christoph Hellwig +M: Darrick J. Wong +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 L: iommu@lists.linux-foundation.org