linux/tools/testing/selftests/filesystems
Linus Torvalds 9cebfe6504 fuse update for 7.3
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQSQHSd0lITzzeNWNm3h3BK/laaZPAUCao1RzQAKCRDh3BK/laaZ
 PJ2EAP9dfslni4sFYqtXv/43Wk2iVwwdGRRSy5Tfoq8nCeNXpQEAygIv9BuJYpl6
 DL861AOn/NfDBXpeU0vX4WQpTgtFIgc=
 =Av0t
 -----END PGP SIGNATURE-----

Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse

Pull fuse updates from Miklos Szeredi:

 - Improve performance of the io-uring transport by introducing buffer
   pools and zero-copy (Joanne)

 - Fix lots of bugs (Baokun Li)

 - Fix io-uring initialization issues (Joanne, Bernd)

 - More prep work for large folios (Joanne)

 - Don't limit buffered read to 128k (Jim Harris)

 - Fix zeroing of page end (dirtied with mmap) on file size extension
   (Jimmy Zuber)

 - Improve performance in certain cases with wake_up_sync() when queuing
   request (Xuewen Yan)

 - Misc fixes and cleanups (Xuewen Yan)

* tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: (35 commits)
  fuse: zero the partial EOF page when extending a file
  io_uring: Add missing include for ITER_SOURCE and ITER_DEST
  fuse: Fix the condition to enable over-io-uring
  fuse: invalidate the correct range after O_APPEND direct write
  selftests/fuse: test post-EOF page zeroing when a file is extended
  fuse: wake one waiter per freed slot when raising max_background
  fuse: use min_not_zero() in fuse_init_server_timeout()
  fuse: copy request headers via a stack buffer for io-uring
  fuse: give wakeup hints to the scheduler for synchronous requests
  fuse: check for NULL root inode in fuse_fill_super_submount
  fuse: reject a duplicate fd= mount option
  cuse: wait for pending RCU callbacks on module exit
  fuse: fix invalidate lock leak on open O_TRUNC DAX failure
  fuse: fix invalidate lock leak on setattr writeback failure
  fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free
  fuse: make dentry_tree_work static
  docs: fuse: document io-uring buffer pool and zero-copy uapi
  fuse: add zero-copy over io-uring
  fuse: support registered buffer pools in io-uring
  fuse: add io-uring buffer pools
  ...
2026-08-25 07:59:44 -07:00
..
binderfs selftests: complete kselftest include centralization 2025-11-27 14:24:31 -08:00
empty_mntns selftests/empty_mntns: fix wrong CLONE_EMPTY_MNTNS hex value in comment 2026-04-14 09:30:57 +02:00
epoll selftests/epoll: add a regression test for pipe->poll_usage 2026-08-13 12:19:27 +02:00
eventfd selftests: complete kselftest include centralization 2025-11-27 14:24:31 -08:00
failfs selftests/filesystems: add failfs selftests 2026-07-27 17:18:00 +02:00
fat selftests/filesystems: Add six consecutive 'x' characters to mktemp 2023-08-16 10:10:39 -06:00
fscontext_ns selftests/filesystems: test completing a context from another user namespace 2026-08-10 09:35:54 +02:00
fsmount_ns selftests/fsmount_ns: add missing TARGETS and fix cap test 2026-04-14 09:31:07 +02:00
fuse fuse update for 7.3 2026-08-25 07:59:44 -07:00
mntns_cleanup selftests/filesystems: add mntns cleanup test 2026-07-31 10:09:09 +02:00
mount-notify selftests: complete kselftest include centralization 2025-11-27 14:24:31 -08:00
move_mount selftests/filesystems: add MOVE_MOUNT_BENEATH rootfs tests 2026-03-12 13:34:59 +01:00
nsfs selftests: fix mntns iteration selftests 2026-02-27 22:00:11 +01:00
open_tree_ns selftests: add FSMOUNT_NAMESPACE tests 2026-03-12 13:33:54 +01:00
openat2 selftests: openat2: port emptypath_test to kselftest harness 2026-05-21 15:33:48 +02:00
overlayfs selftests/filesystems/overlayfs: test idmapped overlay mounts 2026-06-29 10:32:32 +02:00
statmount selftests/statmount: Fix file descriptor leak in setup_namespace 2026-07-31 10:09:06 +02:00
xattr selftests/xattr: test xattrs on various socket families 2026-03-02 11:06:43 +01:00
.gitignore vfs-7.3-rc1.super 2026-08-17 13:57:04 -07:00
anon_inode_test.c kselftest/anon_inode: replace null pointers with empty arrays 2025-12-31 10:50:13 -07:00
devpts_pts.c selftests/filesystems: Assume that TIOCGPTPEER is defined 2026-03-02 11:08:20 +01:00
dnotify_test.c
fclog.c selftest: fix headers in fclog.c 2026-07-20 17:41:28 -07:00
file_stressor.c selftests: complete kselftest include centralization 2025-11-27 14:24:31 -08:00
idmapped_tmpfile.c selftests/filesystems: test O_TMPFILE creation on idmapped mounts 2026-07-01 15:26:18 +02:00
kernfs_test.c selftests: complete kselftest include centralization 2025-11-27 14:24:31 -08:00
Makefile vfs-7.3-rc1.super 2026-08-17 13:57:04 -07:00
ustat_test.c selftests/filesystems: add ustat() coverage 2026-06-29 10:31:54 +02:00
utils.c selftests/filesystems: add tests for empty mount namespaces 2026-03-12 13:33:55 +01:00
utils.h selftests/filesystems: add tests for empty mount namespaces 2026-03-12 13:33:55 +01:00
wrappers.h selftests/pidfd: move syscall definitions into wrappers.h 2025-05-12 11:40:12 +02:00