aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/mockfs.hh
Commit message (Expand)AuthorAgeFilesLines
* fusefs: Fix a panic when unmounting before initAlan Somers2025-06-121-1/+5
* fusefs: add a test for the max_read= mount optionAlan Somers2025-01-151-1/+7
* fusefs: More accurately test the unique tokens in the test suiteAlan Somers2024-12-181-2/+4
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* fusefs: add some more test cases for bad fuse serversAlan Somers2023-02-221-4/+3
* fusefs: fix a buffer overflow in the testsAlan Somers2023-02-221-1/+1
* fusefs: use the fsname mount option if setAlan Somers2022-04-291-1/+1
* fusefs: add a test for the subtype= optionAlan Somers2022-04-291-1/+1
* fusefs: validate servers' error valuesAlan Somers2022-04-151-0/+3
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-011-0/+1
* fusefs: update atime on reads when using cached attributesAlan Somers2021-11-291-1/+2
* fusefs: fix intermittency in the dev_fuse_poll testAlan Somers2021-10-061-1/+1
* fusefs: ensure that FUSE ops' headers' unique values are actually uniqueAlan Somers2021-06-191-0/+3
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-011-0/+1
* fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEKAlan Somers2020-12-311-0/+2
* fusefs: fix the tests for a wider range of maxphysAlan Somers2020-12-281-2/+19
* fusefs: Fix iosize for FUSE_WRITE in 7.8 compat modeAlan Somers2019-09-111-4/+10
* fusefs: Fix the size of fuse_getattr_inAlan Somers2019-08-141-0/+2
* fusefs: add SVN Keywords to the test filesAlan Somers2019-08-131-0/+2
* fusefs: fix warnings in the tests reported by GCCAlan Somers2019-07-201-1/+1
* fusefs: add a intr/nointr mount optionAlan Somers2019-07-181-1/+1
* fusefs: implement the "time_gran" feature.Alan Somers2019-06-261-1/+4
* fusefs: raise protocol level to 7.23Alan Somers2019-06-211-0/+12
* fusefs: update tests after r349260Alan Somers2019-06-211-23/+23
* fusefs: raise protocol level to 7.15Alan Somers2019-06-201-0/+16
* fusefs: implement VOP_BMAPAlan Somers2019-06-201-0/+2
* fusefs: use cluster_read for more readaheadAlan Somers2019-06-171-1/+2
* fusefs: enable write clusteringAlan Somers2019-06-141-3/+3
* fusefs: support asynchronous cache invalidationAlan Somers2019-06-031-0/+18
* fusefs: support name cache invalidationAlan Somers2019-06-011-1/+17
* fusefs: raise protocol level to 7.12Alan Somers2019-05-291-0/+3
* fusefs: make the tests more cplusplusyAlan Somers2019-05-271-17/+20
* fusefs: more build fixesAlan Somers2019-05-261-1/+1
* fusefs: Upgrade FUSE protocol to version 7.9.Alan Somers2019-05-161-1/+55
* fusefs: Report the number of available ops in kevent(2)Alan Somers2019-05-121-1/+23
* fusefs: fix intermittency in the Destroy.ok testAlan Somers2019-05-101-0/+3
* fusefs: implement VOP_ADVLOCKAlan Somers2019-04-121-2/+0
* fusefs: correctly return EROFS from VOP_ACCESSAlan Somers2019-04-051-1/+1
* fusefs: add a test case for the allow_other mount optionAlan Somers2019-03-211-2/+6
* fusefs: adapt the tests to the fuse => fusefs renameAlan Somers2019-03-211-0/+239