linux/fs/fuse
Linus Torvalds 6edc20078a fuse update for 7.2
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQSQHSd0lITzzeNWNm3h3BK/laaZPAUCajE+HAAKCRDh3BK/laaZ
 POtqAQDLFg02uYFjQ2KTsgLi6fYvQw2w32d+MvNO4f//pO/dPQD9FfH66MSkOW25
 TV/WLbQ9vzsfdPFfe8uXvm4EF01w9wU=
 =qUPT
 -----END PGP SIGNATURE-----

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
  ...
2026-06-18 08:50:52 -07:00
..
acl.c fuse: Add SPDX ID lines to some files 2026-06-15 14:06:19 +02:00
args.h fuse: remove fm arg of args->end callback 2026-06-15 14:06:17 +02:00
backing.c fuse: use current creds for backing files 2026-06-15 14:06:19 +02:00
control.c fuse: Add SPDX ID lines to some files 2026-06-15 14:06:19 +02:00
cuse.c fuse: change fud->fc to fud->chan 2026-06-15 14:06:17 +02:00
dax.c fuse: dax: Move long delayed work on system_dfl_long_wq 2026-06-15 14:06:19 +02:00
dev_uring_i.h fuse-uring: drop kernel-doc notation for a comment 2026-06-15 14:06:18 +02:00
dev_uring.c fuse-uring: clear ent->fuse_req in commit_fetch error path 2026-06-15 14:19:45 +02:00
dev.c fuse: clean up interrupt reading 2026-06-15 14:06:20 +02:00
dev.h fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c 2026-06-15 14:06:18 +02:00
dir.c fuse update for 7.2 2026-06-18 08:50:52 -07:00
file.c fuse update for 7.2 2026-06-18 08:50:52 -07:00
fuse_dev_i.h fuse: fuse_dev_i.h: clean up kernel-doc warnings 2026-06-15 14:06:18 +02:00
fuse_i.h fuse: invalidate readdir cache on epoch bump 2026-06-15 14:06:20 +02:00
fuse_trace.h fuse: add fuse_request_sent tracepoint 2026-06-15 14:06:19 +02:00
inode.c fuse: Add SPDX ID lines to some files 2026-06-15 14:06:19 +02:00
ioctl.c fuse: replace __get_free_page() with kmalloc() 2026-05-27 15:12:24 +02:00
iomode.c fuse: remove unused 'inode' parameter in fuse_passthrough_open 2025-08-27 14:29:44 +02:00
Kconfig fuse: fix references to fuse.rst -> fuse/fuse.rst 2025-09-02 11:14:15 +02:00
Makefile fuse: create notify.c 2026-06-15 14:06:17 +02:00
notify.c fuse update for 7.2 2026-06-18 08:50:52 -07:00
passthrough.c lsm: add backing_file LSM hooks 2026-04-03 16:53:50 -04:00
poll.c fuse: create poll.c 2026-06-15 14:06:17 +02:00
readdir.c fuse update for 7.2 2026-06-18 08:50:52 -07:00
req_timeout.c fuse: abort related layering cleanup 2026-06-15 14:06:17 +02:00
req.c fuse: split out filesystem part of request sending 2026-06-15 14:06:17 +02:00
sysctl.c fuse: move request timeout code to a new source file 2026-06-15 14:06:15 +02:00
sysctl.h fuse: move request timeout code to a new source file 2026-06-15 14:06:15 +02:00
trace.c fuse: move CREATE_TRACE_POINTS to a separate file 2025-09-25 16:22:18 +02:00
virtio_fs.c virtio-fs: avoid double-free on failed queue setup 2026-06-15 14:06:20 +02:00
xattr.c fuse: Add SPDX ID lines to some files 2026-06-15 14:06:19 +02:00