opnsense-src/tests/sys/fs/fusefs
Alan Somers 3f83f32d7d fusefs: minor refactor in the tests
Do more work in MockFS's constructor's member initializer list, instead
of the body of the constructor.  It's easier to read this way.

Sponsored by:	ConnectWise
2024-12-24 14:55:48 -07:00
..
access.cc fusefs: fix some bugs updating atime during close 2023-09-21 08:02:31 -06:00
allow_other.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
bad_server.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
bmap.cc fusefs: make the tests more robust to changes to maxphys 2024-05-09 11:09:23 -06:00
cache.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
copy_file_range.cc fusefs: prefer new/delete over malloc/free 2024-01-17 15:49:41 -07:00
create.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
default_permissions.cc fusefs: fix unused variables from fb619c94c6 2023-09-21 09:40:49 -06:00
default_permissions_privileged.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
destroy.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
dev_fuse_poll.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
fallocate.cc fusefs: fix an uninitialized memory access in fuse_vnop_deallocate 2024-09-08 15:50:40 -06:00
fifo.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
flush.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
forget.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
fsync.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
fsyncdir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
getattr.cc fusefs: fix invalid value for st_birthtime.tv_nsec 2024-02-04 14:01:06 -07:00
interrupt.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
io.cc tests/sys/fs/fusefs: include iomanip header 2024-10-19 18:50:48 -07:00
last_local_modify.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
link.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
locks.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
lookup.cc fusefs: fix invalid value for st_birthtime.tv_nsec 2024-02-04 14:01:06 -07:00
lseek.cc fusefs: fix two bugs regarding _PC_MIN_HOLE_SIZE 2024-06-24 10:02:02 -06:00
Makefile fusefs: delete a comment in the tests 2024-12-18 11:24:03 -07:00
mkdir.cc Fix intermittency in the sys.fs.fusefs.symlink.main test 2023-10-06 15:08:03 -06:00
mknod.cc man filesystems: fix more xrefs after move to s4 2024-06-27 18:32:05 -06:00
mockfs.cc fusefs: minor refactor in the tests 2024-12-24 14:55:48 -07:00
mockfs.hh fusefs: More accurately test the unique tokens in the test suite 2024-12-18 09:21:35 -07:00
mount.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
nfs.cc fusefs: fix a memory leak 2024-12-23 13:37:19 -07:00
notify.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
open.cc fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags 2024-12-19 17:09:49 -07:00
opendir.cc fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags 2024-12-19 17:09:49 -07:00
read.cc tests/fusefs: fix all tests that depend on kern.maxphys 2024-05-06 12:03:20 -07:00
readdir.cc fusefs: add more readdir tests for misbehaving servers 2023-10-05 10:15:03 -06:00
readlink.cc fusefs: sanitize FUSE_READLINK results for embedded NULs 2023-10-07 08:22:03 -06:00
release.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
releasedir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
rename.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
rmdir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
setattr.cc fusefs: prefer new/delete over malloc/free 2024-01-17 15:49:41 -07:00
statfs.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
symlink.cc Fix intermittency in the sys.fs.fusefs.symlink.main test 2023-10-06 15:08:03 -06:00
unlink.cc Remove "All Rights Reserved" from FreeBSD Foundation copyrights 2024-07-30 12:16:36 -04:00
utils.cc tests/fusefs: fix all tests that depend on kern.maxphys 2024-05-06 12:03:20 -07:00
utils.hh tests/fusefs: fix all tests that depend on kern.maxphys 2024-05-06 12:03:20 -07:00
write.cc fusefs: make the tests more robust to changes to maxphys 2024-05-09 11:09:23 -06:00
xattr.cc man filesystems: fix more xrefs after move to s4 2024-06-27 18:32:05 -06:00