aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* fdescfs: descend through /dev/fd/N when mounted linrdlnkNick Price4 days3-0/+383
* tests/fusefs: fix the build with gcc 16Siva Mahadevan7 days2-1/+8
* fusefs: fix gcc build error with shadowed variable in testsRyan Libby2026-07-101-2/+2
* fusefs: fix vnode locking violations during execveAlan Somers2026-07-035-2/+364
* fusefs: fix two intermittency bugs in the destroy testsAlan Somers2026-06-232-1/+17
* fusefs: proofread an error message in the testsAlan Somers2026-06-231-1/+1
* fusefs: fix a race in the pre-init testsAlan Somers2026-06-233-3/+17
* tests: Add pjdfstest integrationMark Johnston2026-06-195-0/+299
* fusefs: fix error handling when reading a directory's sticky bitAlan Somers2026-06-141-0/+53
* fusefs: Handle buggy servers' LISTXATTR responseAlan Somers2026-05-201-0/+73
* tests/fusefs: appease gcc -Wcast-qualRyan Libby2026-04-151-2/+2
* tests/fusefs: fix sign-compare warning on armv7Siva Mahadevan2026-03-141-5/+5
* fusefs: redo vnode attribute lockingAlan Somers2026-03-124-22/+332
* Account for the ctl test needing the ctl(4) moduleEnji Cooper2026-01-251-0/+3
* fusefs: Add tests for the new -o auto_unmount featureAlan Somers2026-01-245-3/+108
* tarfs: tests: Increase timeout (again 2)Jose Luis Duran2026-01-171-1/+1
* tarfs: tests: Increase timeout (again)Jose Luis Duran2026-01-121-1/+1
* fusefs: support FUSE_IOCTLCismonX2026-01-104-1/+228
* tests: Increase timeoutJose Luis Duran2026-01-072-2/+2
* fusefs: Fix further intermittency in the BadServer.ShortWrite test caseAlan Somers2025-12-221-1/+5
* unionfs: Support renaming symbolic linksDag-Erling Smørgrav2025-12-173-0/+174
* tarfs: Fix support for large filesDag-Erling Smørgrav2025-11-121-0/+27
* 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
* tarfs: Simplify sameness checksDag-Erling Smørgrav2025-10-071-3/+3
* 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
* atf, kyua: Implement require.kmods.Dag-Erling Smørgrav2025-05-311-1/+17
* 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