diff options
author | Darrick J. Wong <[email protected]> | 2018-12-21 08:42:51 -0800 |
---|---|---|
committer | Darrick J. Wong <[email protected]> | 2018-12-21 08:43:05 -0800 |
commit | 31af12efd0a259de9b0d8ef626503911f13b584f (patch) | |
tree | 51449efc15edad73e3a37c8babcd5d131d92fccf | |
parent | 3cc31fa65d85610574c0f6a474e89f4c419923d5 (diff) |
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 <[email protected]>
Acked-by: Al Viro <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
Acked-by: Christoph Hellwig <[email protected]>
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3318f30903b2..d2c034aed4be 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7783,6 +7783,18 @@ L: [email protected] S: Maintained F: drivers/tty/serial/ioc3_serial.c +IOMAP FILESYSTEM LIBRARY +M: Christoph Hellwig <[email protected]> +M: Darrick J. Wong <[email protected]> +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 <[email protected]> |