]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fuse: expand MAINTAINERS with subsystem info, update mailing list
authorMiklos Szeredi <mszeredi@redhat.com>
Mon, 11 May 2026 12:05:09 +0000 (14:05 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 15 Jun 2026 12:06:19 +0000 (14:06 +0200)
 - 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>
MAINTAINERS

index 2fb1c75afd16388f590a77c04e08d2d6d002f5cc..6e3da76e4cb170163331d254c9c6853f9a83e0de 100644 (file)
@@ -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>