linux/tools/testing/selftests/filesystems
Linus Torvalds 6238729bfc fuse update for 6.18
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQSQHSd0lITzzeNWNm3h3BK/laaZPAUCaNuYpQAKCRDh3BK/laaZ
 PBF6APoDWzheST2Gw3LPkU03xF6Yn+ZMP0p3L676yYBb07LrWQD8CBsfOkMei6W/
 L+/GaVAbpIsuCQ6GTPE/6HTLWevU2Q0=
 =kR5v
 -----END PGP SIGNATURE-----

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

Pull fuse updates from Miklos Szeredi:

 - Extend copy_file_range interface to be fully 64bit capable (Miklos)

 - Add selftest for fusectl (Chen Linxuan)

 - Move fuse docs into a separate directory (Bagas Sanjaya)

 - Allow fuse to enter freezable state in some cases (Sergey
   Senozhatsky)

 - Clean up writeback accounting after removing tmp page copies (Joanne)

 - Optimize virtiofs request handling (Li RongQing)

 - Add synchronous FUSE_INIT support (Miklos)

 - Allow server to request prune of unused inodes (Miklos)

 - Fix deadlock with AIO/sync release (Darrick)

 - Add some prep patches for block/iomap support (Darrick)

 - Misc fixes and cleanups

* tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: (26 commits)
  fuse: move CREATE_TRACE_POINTS to a separate file
  fuse: move the backing file idr and code into a new source file
  fuse: enable FUSE_SYNCFS for all fuseblk servers
  fuse: capture the unique id of fuse commands being sent
  fuse: fix livelock in synchronous file put from fuseblk workers
  mm: fix lockdep issues in writeback handling
  fuse: add prune notification
  fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()
  fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()
  fuse: remove FUSE_NOTIFY_CODE_MAX from <uapi/linux/fuse.h>
  fuse: remove fuse_readpages_end() null mapping check
  fuse: fix references to fuse.rst -> fuse/fuse.rst
  fuse: allow synchronous FUSE_INIT
  fuse: zero initialize inode private data
  fuse: remove unused 'inode' parameter in fuse_passthrough_open
  virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
  mm: remove BDI_CAP_WRITEBACK_ACCT
  fuse: use default writeback accounting
  virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()
  fuse: remove unneeded offset assignment when filling write pages
  ...
2025-10-03 12:48:18 -07:00
..
binderfs
epoll
eventfd selftests/eventfd: correct test name and improve messages 2025-05-22 14:55:38 -07:00
fat
fuse selftests: filesystems: Add functional test for the abort file in fusectl 2025-08-27 14:29:43 +02:00
mount-notify selftests/fs/mount-notify: Fix compilation failure. 2025-09-02 10:34:37 +02:00
nsfs
overlayfs selftests/filesystems: move wrapper.h out of overlayfs subdir 2025-05-12 11:40:12 +02:00
statmount selftests/filesystems: create setup_userns() helper 2025-05-12 11:40:13 +02:00
.gitignore selftests/filesystems: add basic fscontext log tests 2025-08-11 14:52:41 +02:00
anon_inode_test.c selftests/filesystems: Fix build of anon_inode_test 2025-05-31 08:43:53 -07:00
devpts_pts.c
dnotify_test.c
fclog.c selftests/filesystems: add basic fscontext log tests 2025-08-11 14:52:41 +02:00
file_stressor.c selftests: fix some typos in tools/testing/selftests 2025-05-11 17:54:13 -07:00
kernfs_test.c selftests/kernfs: test xattr retrieval 2025-07-02 14:18:22 +02:00
Makefile selftests/filesystems: add basic fscontext log tests 2025-08-11 14:52:41 +02:00
utils.c selftests/filesystems: create setup_userns() helper 2025-05-12 11:40:13 +02:00
utils.h selftests/filesystems: create setup_userns() helper 2025-05-12 11:40:13 +02:00
wrappers.h selftests/pidfd: move syscall definitions into wrappers.h 2025-05-12 11:40:12 +02:00