freebsd-dev/tests/sys/fs/fusefs
Alan Somers 5f51c9c328 fusefs: add some more test cases for bad fuse servers
MFC after:	1 week
Sponsored by:	Axcient
Reviewed by:	emaste
Differential Revision: https://reviews.freebsd.org/D38719
2023-02-22 10:03:58 -07:00
..
access.cc Fix issues with FUSE_ACCESS when default_permissions is disabled 2020-05-22 18:11:17 +00:00
allow_other.cc fusefs: annotate more file descriptor leaks in the tests 2022-05-05 09:06:04 -06:00
bad_server.cc fusefs: add some more test cases for bad fuse servers 2023-02-22 10:03:58 -07:00
bmap.cc fusefs: fix a buffer overflow in the tests 2023-02-22 10:03:01 -07:00
cache.cc fusefs: update atime on reads when using cached attributes 2021-11-28 18:53:31 -07:00
copy_file_range.cc copy_file_range: truncate write if it would exceed RLIMIT_FSIZE 2022-09-26 15:22:29 -06:00
create.cc fusefs: handle evil servers that return illegal inode numbers 2022-05-12 14:32:26 -06:00
default_permissions_privileged.cc fusefs: fix two small bugs in the tests' expectations 2020-05-08 23:00:02 +00:00
default_permissions.cc fusefs: implement VOP_DEALLOCATE 2022-01-18 21:13:02 -07:00
destroy.cc fusefs: fix two bugs regarding VOP_RECLAIM of the root inode 2022-04-06 16:16:52 -06:00
dev_fuse_poll.cc fusefs: fix two bugs regarding VOP_RECLAIM of the root inode 2022-04-06 16:16:52 -06:00
fallocate.cc fusefs: fix a buffer overflow in the tests 2023-02-22 10:03:01 -07:00
fifo.cc
flush.cc fusefs: fix two bugs regarding fcntl file locks 2021-03-18 17:09:10 -06:00
forget.cc fusefs: fix two bugs regarding VOP_RECLAIM of the root inode 2022-04-06 16:16:52 -06:00
fsync.cc fusefs: fix fsync for files with multiple open handles 2020-03-09 01:57:21 +00:00
fsyncdir.cc
getattr.cc fusefs: correctly handle an inode that changes file types 2021-12-06 21:36:46 -07:00
interrupt.cc
io.cc fusefs: fix a buffer overflow in the tests 2023-02-22 10:03:01 -07:00
last_local_modify.cc fusefs: annotate more file descriptor leaks in the tests 2022-05-05 09:06:04 -06:00
link.cc fusefs: handle evil servers that return illegal inode numbers 2022-05-12 14:32:26 -06:00
locks.cc fusefs: fix VOP_ADVLOCK with SEEK_END 2022-10-18 19:11:49 -06:00
lookup.cc fusefs: add some more test cases for bad fuse servers 2023-02-22 10:03:58 -07:00
lseek.cc fusefs: annotate more file descriptor leaks in the tests 2022-05-05 09:06:04 -06:00
Makefile fusefs: add some more test cases for bad fuse servers 2023-02-22 10:03:58 -07:00
mkdir.cc fusefs: handle evil servers that return illegal inode numbers 2022-05-12 14:32:26 -06:00
mknod.cc fusefs: handle evil servers that return illegal inode numbers 2022-05-12 14:32:26 -06:00
mockfs.cc fusefs: add some more test cases for bad fuse servers 2023-02-22 10:03:58 -07:00
mockfs.hh fusefs: add some more test cases for bad fuse servers 2023-02-22 10:03:58 -07:00
mount.cc fusefs: use the fsname mount option if set 2022-04-29 11:10:03 -06:00
nfs.cc
notify.cc [skip ci] fix typo in comment in the fusefs tests 2020-03-09 00:14:09 +00:00
open.cc fusefs: annotate more file descriptor leaks in the tests 2022-05-05 09:06:04 -06:00
opendir.cc fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT 2021-09-26 21:57:29 -06:00
read.cc [skip ci] fusefs: delete a stray comment from 91972cfcdd 2022-02-12 09:27:56 -07:00
readdir.cc fusefs: set d_off during VOP_READDIR 2021-02-12 21:50:52 -07:00
readlink.cc
release.cc fusefs: fix two bugs regarding fcntl file locks 2021-03-18 17:09:10 -06:00
releasedir.cc fusefs tests: quell Coverity "Argument cannot be negative" warnings 2020-10-02 17:06:05 +00:00
rename.cc fusefs: fix a cached attributes bug during directory rename 2022-02-24 14:07:25 -07:00
rmdir.cc Fix issues with FUSE_ACCESS when default_permissions is disabled 2020-05-22 18:11:17 +00:00
setattr.cc fusefs: fix a buffer overflow in the tests 2023-02-22 10:03:01 -07:00
statfs.cc
symlink.cc fusefs: handle evil servers that return illegal inode numbers 2022-05-12 14:32:26 -06:00
unlink.cc Fix issues with FUSE_ACCESS when default_permissions is disabled 2020-05-22 18:11:17 +00:00
utils.cc fusefs: fix a buffer overflow in the tests 2023-02-22 10:03:01 -07:00
utils.hh fusefs: use the fsname mount option if set 2022-04-29 11:10:03 -06:00
write.cc fusefs: fix a buffer overflow in the tests 2023-02-22 10:03:01 -07:00
xattr.cc Fix issues with FUSE_ACCESS when default_permissions is disabled 2020-05-22 18:11:17 +00:00