diff options
author | Christian Brauner <brauner@kernel.org> | 2023-11-07 10:50:38 +0100 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-11-07 10:52:08 +0100 |
commit | 64bc7eee421fafc5d491d65bff74f46430fe61af (patch) | |
tree | 9298ccf54e098e11d469a3b7cf4df337a2f11f08 /MAINTAINERS | |
parent | 4d75fc6ceba4d154f8a9b0905c669bac6ac570c2 (diff) |
iomap: rename iomap entry
Since this is now part of the vfs trees rename it accordingly and remove
the old tree referencing xfs.
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 620c751df241..38ce20181d80 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8051,6 +8051,15 @@ F: include/linux/fs_types.h F: include/uapi/linux/fs.h F: include/uapi/linux/openat2.h +FILESYSTEMS [IOMAP] +M: Christian Brauner <brauner@kernel.org> +R: Darrick J. Wong <djwong@kernel.org> +L: linux-xfs@vger.kernel.org +L: linux-fsdevel@vger.kernel.org +S: Supported +F: fs/iomap/ +F: include/linux/iomap.h + FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER M: Riku Voipio <riku.voipio@iki.fi> L: linux-hwmon@vger.kernel.org @@ -10951,16 +10960,6 @@ L: linux-mips@vger.kernel.org S: Maintained F: drivers/net/ethernet/sgi/ioc3-eth.c -IOMAP FILESYSTEM LIBRARY -M: Christian Brauner <brauner@kernel.org> -R: Darrick J. Wong <djwong@kernel.org> -L: linux-xfs@vger.kernel.org -L: linux-fsdevel@vger.kernel.org -S: Supported -T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git -F: fs/iomap/ -F: include/linux/iomap.h - IOMMU DMA-API LAYER M: Robin Murphy <robin.murphy@arm.com> L: iommu@lists.linux.dev |