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>
This commit is contained in:
Miklos Szeredi 2026-05-11 14:05:09 +02:00
parent 6bd421b499
commit 9107a3d8bb

View 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>