From: Darrick J. Wong Date: Fri, 21 Dec 2018 16:42:51 +0000 (-0800) Subject: iomap: take responsibility for the filesystem iomap code X-Git-Tag: v5.0-rc1~24^2 X-Git-Url: https://repo.jachan.dev/J-linux.git/commitdiff_plain/31af12efd0a259de9b0d8ef626503911f13b584f iomap: take responsibility for the filesystem iomap code 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 Acked-by: Christoph Hellwig --- 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