aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs
Commit message (Expand)AuthorAgeFilesLines
* fusefs: Fix further intermittency in the BadServer.ShortWrite test caseAlan Somers8 hours1-1/+5
* fusefs: standardize on OPNOTSUPP for posix_fallocate(2)Kyle Evans2025-11-051-8/+8
* fusefs: respect the server's FUSE_SETXATTR_EXT flagAlan Somers2025-11-031-15/+52
* fusefs: Fix intermittency in the BadServer.ShortWrite test caseAlan Somers2025-10-273-6/+10
* fusefs: fix page fault triggered by async notification when unmountedAlan Somers2025-10-263-2/+62
* fusefs: add a regression test for a cluster_read bugAlan Somers2025-10-231-0/+87
* fusefs: fix intermittency in the BadServer.ShortWrite testAlan Somers2025-10-141-0/+5
* fusefs: fix a kernel panic regarding SCM_RIGHTSAlan Somers2025-09-192-0/+127
* fusefs: fix the last_local_modify LLM/LastLocalModify.lookup/3 testAlan Somers2025-09-151-2/+10
* fusefs: Fix a warning in a testWarner Losh2025-08-171-1/+1
* fusefs: don't fake the mountpoint's stat info before FUSE_INIT completesAlan Somers2025-08-051-0/+72
* fusefs: report that all tests require the fusefs kernel moduleAlan Somers2025-07-221-1/+2
* fusefs: Upgrade FUSE protocol to version 7.35.Claudiu I. Palincas2025-07-031-0/+30
* fusefs: fix a panic in vop_close with a CTL consumerAlan Somers2025-06-152-0/+74
* fusefs: add more checks for buggy FUSE serversAlan Somers2025-06-133-3/+115
* fusefs: Fix a panic when unmounting before initAlan Somers2025-06-126-8/+176
* fusefs: revert a workaround for a googletest bugAlan Somers2025-06-051-8/+1
* fusefs: correct a comment in the testsAlan Somers2025-05-301-1/+1
* fusefs: Upgrade FUSE protocol to version 7.33.Claudiu I. Palincas2025-04-291-0/+48
* Search for mntopts.h globally, not locallyBrooks Davis2025-04-223-5/+3
* Move mntopts(3) suppport into libutilBrooks Davis2025-04-221-4/+0
* fusefs tests: Use memcpy to work around a -Wstrlcpy-strlcast-size warningJohn Baldwin2025-04-111-1/+1
* src: Use gnu++17 as the default C++ standardJohn Baldwin2025-04-111-1/+0
* fusefs: fix the 32-bit build after 564c732b5c0Alan Somers2025-01-151-2/+2
* fusefs: slightly better debugging in the testsAlan Somers2025-01-151-0/+4
* fusefs: add a test for the max_read= mount optionAlan Somers2025-01-155-3/+72
* fusefs: Coverity cleanup in the lseek testsAlan Somers2025-01-061-0/+11
* fusefs: minor cleanup in the testsAlan Somers2025-01-064-6/+0
* fusefs: minor refactor in the testsAlan Somers2024-12-241-18/+12
* fusefs: fix a memory leakAlan Somers2024-12-231-0/+30
* fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flagsCismonX2024-12-202-61/+4
* fusefs: delete a comment in the testsAlan Somers2024-12-181-1/+0
* fusefs: More accurately test the unique tokens in the test suiteAlan Somers2024-12-182-11/+10
* tests/sys/fs/fusefs: include iomanip headerEnji Cooper2024-10-201-0/+2
* fusefs: fix an uninitialized memory access in fuse_vnop_deallocateAlan Somers2024-09-081-0/+51
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-07-301-1/+0
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* man filesystems: fix more xrefs after move to s4Alexander Ziaee2024-06-283-3/+3
* fusefs: fix two bugs regarding _PC_MIN_HOLE_SIZEAlan Somers2024-06-241-0/+129
* fusefs: make the tests more robust to changes to maxphysAlan Somers2024-05-092-5/+14
* tests/fusefs: fix all tests that depend on kern.maxphysGleb Smirnoff2024-05-065-17/+17
* fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers2024-02-042-12/+18
* fusefs: fix some memory leaks in the testsAlan Somers2024-01-192-0/+3
* fusefs: prefer new/delete over malloc/freeAlan Somers2024-01-177-109/+85
* fusefs: more consistent operand ordering in io.ccAlan Somers2024-01-151-27/+27
* fusefs: fix an interaction between copy_file_range and mmapAlan Somers2024-01-152-5/+153
* Add a regression test for PR 276191.Alan Somers2024-01-131-0/+10
* Silence VLA extension warnings in fusefs testsDimitry Andric2023-12-211-0/+4
* fusefs: sanitize FUSE_READLINK results for embedded NULsAlan Somers2023-10-071-0/+39
* Fix intermittency in the sys.fs.fusefs.symlink.main testAlan Somers2023-10-062-1/+8