diff options
| author | Christian Brauner <[email protected]> | 2023-11-07 10:50:38 +0100 |
|---|---|---|
| committer | Christian Brauner <[email protected]> | 2023-11-07 10:52:08 +0100 |
| commit | 64bc7eee421fafc5d491d65bff74f46430fe61af (patch) | |
| tree | 9298ccf54e098e11d469a3b7cf4df337a2f11f08 | |
| 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 <[email protected]>
| -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 <[email protected]> +R: Darrick J. Wong <[email protected]> +S: Supported +F: fs/iomap/ +F: include/linux/iomap.h + FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER M: Riku Voipio <[email protected]> @@ -10951,16 +10960,6 @@ L: [email protected] S: Maintained F: drivers/net/ethernet/sgi/ioc3-eth.c -IOMAP FILESYSTEM LIBRARY -M: Christian Brauner <[email protected]> -R: Darrick J. Wong <[email protected]> -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 <[email protected]> |