aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/mockfs.cc
Commit message (Expand)AuthorAgeFilesLines
* fusefs: Fix intermittency in the BadServer.ShortWrite test caseAlan Somers2025-10-271-2/+3
* fusefs: fix page fault triggered by async notification when unmountedAlan Somers2025-10-261-1/+3
* fusefs: Fix a warning in a testWarner Losh2025-08-171-1/+1
* fusefs: Fix a panic when unmounting before initAlan Somers2025-06-121-6/+12
* Search for mntopts.h globally, not locallyBrooks Davis2025-04-221-2/+1
* 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-151-1/+9
* fusefs: minor refactor in the testsAlan Somers2024-12-241-18/+12
* fusefs: More accurately test the unique tokens in the test suiteAlan Somers2024-12-181-9/+6
* fusefs: fix some memory leaks in the testsAlan Somers2024-01-191-0/+1
* 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/+2
* fusefs: fix VOP_ADVLOCK with SEEK_ENDAlan Somers2022-10-191-1/+13
* fusefs: use the fsname mount option if setAlan Somers2022-04-291-1/+5
* fusefs: add a test for the subtype= optionAlan Somers2022-04-291-1/+6
* fusefs: validate servers' error valuesAlan Somers2022-04-151-1/+8
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-011-1/+12
* fusefs: better debugging for FUSE_RENAME in the testsAlan Somers2021-12-031-0/+9
* fusefs: update atime on reads when using cached attributesAlan Somers2021-11-291-1/+5
* fusefs: fix intermittency in the dev_fuse_poll testAlan Somers2021-10-061-3/+7
* fusefs: ensure that FUSE ops' headers' unique values are actually uniqueAlan Somers2021-06-191-0/+9
* fusefs: also debug INIT operations in the test suiteAlan Somers2021-06-191-0/+2
* fusefs: support EVFILT_WRITE on /dev/fuseAlan Somers2021-06-161-3/+17
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-011-0/+20
* Fix i386 build following 37df9d3bba8577fcdd63382ff5a4a5cbb4aa55b4.Cy Schubert2021-01-011-3/+3
* fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEKAlan Somers2020-12-311-4/+31
* fusefs: fix the tests for a wider range of maxphysAlan Somers2020-12-281-1/+1
* fusefs: Fix iosize for FUSE_WRITE in 7.8 compat modeAlan Somers2019-09-111-47/+82
* fusefs: coverity cleanup in the testsAlan Somers2019-09-061-1/+1
* fusefs: Fix some bugs regarding the size of the LISTXATTR listAlan Somers2019-08-281-0/+3
* fusefs: don't send the namespace during listextattrAlan Somers2019-08-161-6/+3
* fusefs: fix conditional from r351061Alan Somers2019-08-151-2/+1
* fusefs: fix the 32-bit build after 351042Alan Somers2019-08-151-1/+2
* fusefs: Fix the size of fuse_getattr_inAlan Somers2019-08-141-0/+157
* 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/+8
* projects/fuse2: build fixesAlan Somers2019-07-131-2/+2
* fusefs: implement the "time_gran" feature.Alan Somers2019-06-261-1/+3
* fusefs: raise protocol level to 7.23Alan Somers2019-06-211-3/+7
* fusefs: raise protocol level to 7.15Alan Somers2019-06-201-0/+23
* fusefs: implement VOP_BMAPAlan Somers2019-06-201-0/+4
* fusefs: use cluster_read for more readaheadAlan Somers2019-06-171-1/+6
* fusefs: enable write clusteringAlan Somers2019-06-141-10/+7
* fusefs: fix an infinite loop in the testsAlan Somers2019-06-111-2/+4
* fusefs: support asynchronous cache invalidationAlan Somers2019-06-031-0/+22
* fusefs: support name cache invalidationAlan Somers2019-06-011-2/+43
* fusefs: raise protocol level to 7.12Alan Somers2019-05-291-10/+20