aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
authorMiklos Szeredi <mszeredi@redhat.com>2026-05-11 14:05:09 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2026-05-11 17:17:40 +0200
commit47f7aebb796b505e613ae881d476d1ba7059ab67 (patch)
treecabeda3c9bd23925d3b904017b97e5b9231e2e1c /MAINTAINERS
parente785e94594a187067104b2121bcddd7ea0fa0c21 (diff)
downloadlinux-next-history-47f7aebb796b505e613ae881d476d1ba7059ab67.tar.gz
fuse: expand MAINTAINERS with subsystem info, update mailing list
- Bernd and Joanne are maintainers for fuse-uring - Amir is maintainer for passthrough - mailing list is now officially <fuse-devel@lists.linux.dev> - change status of fuse-core to be "Supported" Reviewed-by: Bernd Schubert <bernd@bsbernd.com> Reviewed-by: Joanne Koong <joannelkoong@gmail.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS26
1 files changed, 23 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2fb1c75afd163..6e3da76e4cb17 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10574,10 +10574,10 @@ L: netdev@vger.kernel.org
S: Maintained
F: drivers/net/ethernet/fungible/
-FUSE: FILESYSTEM IN USERSPACE
+FUSE FILESYSTEM [CORE]
M: Miklos Szeredi <miklos@szeredi.hu>
-L: linux-fsdevel@vger.kernel.org
-S: Maintained
+L: fuse-devel@lists.linux.dev
+S: Supported
W: https://github.com/libfuse/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
F: Documentation/filesystems/fuse/*
@@ -10585,6 +10585,26 @@ F: fs/fuse/
F: include/uapi/linux/fuse.h
F: tools/testing/selftests/filesystems/fuse/
+FUSE FILESYSTEM [IO-URING]
+M: Bernd Schubert <bernd@bsbernd.com>
+M: Joanne Koong <joannelkoong@gmail.com>
+L: fuse-devel@lists.linux.dev
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
+F: Documentation/filesystems/fuse/fuse-io-uring.rst
+F: fs/fuse/dev_uring.c
+F: fs/fuse/dev_uring_i.h
+
+FUSE FILESYSTEM [PASSTHROUGH]
+M: Amir Goldstein <amir73il@gmail.com>
+L: fuse-devel@lists.linux.dev
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
+F: Documentation/filesystems/fuse/fuse-passthrough.rst
+F: fs/fuse/backing.c
+F: fs/fuse/iomode.c
+F: fs/fuse/passthrough.c
+
FUTEX SUBSYSTEM
M: Thomas Gleixner <tglx@kernel.org>
M: Ingo Molnar <mingo@redhat.com>