diff options
author | Linus Torvalds <[email protected]> | 2023-11-07 12:03:54 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2023-11-07 12:03:54 -0800 |
commit | 062cca8915cad56aabb11206a4a5082856167fc0 (patch) | |
tree | 1ef19fbe37e382545595b08c750451abc77a9146 | |
parent | 1a0507d8780e2902c4c17c5a4c45d298bd7048af (diff) | |
parent | 64bc7eee421fafc5d491d65bff74f46430fe61af (diff) |
Merge tag 'vfs-6.7.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Pull iomap maintainership rotation from Christian Brauner:
"As discussed on list last week this makes fs/iomap part of vfs.git
with Darrick as main reviewer"
* tag 'vfs-6.7.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
iomap: rename iomap entry
iomap: rotate maintainers
-rw-r--r-- | MAINTAINERS | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0b275b8d6bd2..4127a8c79320 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8156,6 +8156,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]> @@ -11076,15 +11085,6 @@ L: [email protected] S: Maintained F: drivers/net/ethernet/sgi/ioc3-eth.c -IOMAP FILESYSTEM LIBRARY -M: 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]> |