From: Miklos Szeredi Date: Mon, 11 May 2026 12:05:09 +0000 (+0200) Subject: fuse: expand MAINTAINERS with subsystem info, update mailing list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9107a3d8bbde1b4a38db01422601906f81f04ad5;p=thirdparty%2Fkernel%2Flinux.git 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 - change status of fuse-core to be "Supported" Reviewed-by: Bernd Schubert Reviewed-by: Joanne Koong Reviewed-by: Amir Goldstein Signed-off-by: Miklos Szeredi --- 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 -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 +M: Joanne Koong +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 +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 M: Ingo Molnar