summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-06-18 08:50:52 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-06-18 08:50:52 -0700
commit6edc20078ad0b05ab2dc2693965d373628d65f80 (patch)
treebfd06b37895a6b39298bbadc55e2fff8e586eedd /MAINTAINERS
parent9e7e6633458362db72427b48effad8d759131c35 (diff)
parent7d87a5a284bb34edb3f4e7e312ef403b3385a7b7 (diff)
downloadlinux-2.6-6edc20078ad0b05ab2dc2693965d373628d65f80.tar.gz
linux-2.6-6edc20078ad0b05ab2dc2693965d373628d65f80.zip
Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Pull fuse updates from Miklos Szeredi: - Fix lots of bugs, most from the late 6.x era, but some going back to 2.6.x - Add subsystems (io-uring, passthrough) and respective maintainers (Bernd, Joanne and Amir) - Separate transport and fs layers (Miklos) - Don't block on cat /dev/fuse (Joanne) - Perform some refactoring in fuse-uring (Joanne) - Don't use bounce-buffer for READDIR reply in virtio-fs (Matthew Ochs) - Clean up documentation (Randy) - Improve tracing (Amir) - Extend page cache invalidation after DIO (Cheng Ding) - Invalidate readdir cache on epoch change (Jun Wu) - Misc cleanups * tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: (81 commits) fuse-uring: clear ent->fuse_req in commit_fetch error path fuse-uring: use named constants for io-uring iovec indices fuse-uring: refactor setting up copy state for payload copying fuse-uring: use enum types for header copying fuse-uring: refactor io-uring header copying from ring fuse-uring: refactor io-uring header copying to ring fuse-uring: separate next request fetching from sending logic fuse: invalidate readdir cache on epoch bump virtio-fs: avoid double-free on failed queue setup fuse: invalidate page cache after DIO and async DIO writes fuse: set ff->flock only on success fuse: clean up interrupt reading fuse: remove stray newline in fuse_dev_do_read() fuse: use READ_ONCE in fuse_chan_num_background() fuse: dax: Move long delayed work on system_dfl_long_wq fuse: add fuse_request_sent tracepoint fuse: Add SPDX ID lines to some files fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry fuse: convert page array allocation to kcalloc() fuse: use current creds for backing files ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS26
1 files changed, 23 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2d7e28b98f3f..bbf2c7715e29 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10616,10 +10616,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/*
@@ -10627,6 +10627,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>