aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
authorMark Brown <broonie@kernel.org>2026-05-29 12:59:22 +0100
committerMark Brown <broonie@kernel.org>2026-05-29 12:59:22 +0100
commit6390df1c8d5c5f75c845a87a202b4aa7392742a2 (patch)
tree43cd60728412c7bddcffa93db8193ba5918ba4c9 /MAINTAINERS
parent26da87fd412077a278884c397ef65fd33dabaf58 (diff)
parent6d9446c014f7fb88b328cafd0907900b9c2efc79 (diff)
downloadlinux-next-history-6390df1c8d5c5f75c845a87a202b4aa7392742a2.tar.gz
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
# Conflicts: # fs/fuse/dev.c
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS26
1 files changed, 23 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 461a3eed61295..cfa5cda618f91 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10586,10 +10586,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/*
@@ -10597,6 +10597,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>