aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Account for the ctl test needing the ctl(4) moduleEnji Cooper2026-01-251-0/+3
* fusefs: support FUSE_IOCTLCismonX2026-01-101-0/+1
* tests: Increase timeoutJose Luis Duran2026-01-071-1/+1
* fusefs: report that all tests require the fusefs kernel moduleAlan Somers2025-07-221-1/+2
* fusefs: fix a panic in vop_close with a CTL consumerAlan Somers2025-06-151-0/+5
* fusefs: Fix a panic when unmounting before initAlan Somers2025-06-121-0/+1
* Move mntopts(3) suppport into libutilBrooks Davis2025-04-221-4/+0
* src: Use gnu++17 as the default C++ standardJohn Baldwin2025-04-111-1/+0
* fusefs: delete a comment in the testsAlan Somers2024-12-181-1/+0
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Silence VLA extension warnings in fusefs testsDimitry Andric2023-12-211-0/+4
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* tests/fusefs: Suppress false warning from GCC.John Baldwin2023-06-201-1/+3
* fusefs: add some more test cases for bad fuse serversAlan Somers2023-02-221-0/+1
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-011-0/+1
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-011-0/+1
* Silence more gtest warnings, now in fusefs testsDimitry Andric2021-08-271-0/+2
* fusefs: set d_off during VOP_READDIRAlan Somers2021-02-131-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/+1
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* fusefs: avoid cache corruption with buggy fuse serversAlan Somers2020-03-111-0/+1
* Don't add -Wno-class-memaccess with older gcc.Brooks Davis2019-08-091-1/+6
* fusefs: fix building tests with GCC 8Alan Somers2019-07-301-1/+1
* fusefs: fix warnings in the tests reported by GCCAlan Somers2019-07-201-0/+2
* fusefs: implement VOP_BMAPAlan Somers2019-06-201-0/+1
* fusefs: WIP fixing writeback cacheingAlan Somers2019-06-111-0/+1
* fusefs: add some explicit tests for FUSE_FORGETAlan Somers2019-06-061-0/+1
* fusefs: support name cache invalidationAlan Somers2019-06-011-0/+1
* fusefs: Make fuse file systems NFS-exportableAlan Somers2019-05-231-0/+2
* fusefs: Allow update mountsAlan Somers2019-05-211-0/+1
* fusefs: support kqueue for /dev/fuseAlan Somers2019-05-111-0/+1
* fusefs: only root may set the sticky bit on a non-directoryAlan Somers2019-05-041-0/+2
* fusefs: FIFO supportAlan Somers2019-04-291-0/+1
* Respond to ngie's comments in D19752Alan Somers2019-04-011-153/+11
* fusefs: fix test build after r345645Alan Somers2019-03-291-4/+0
* fusefs: add a test case for the allow_other mount optionAlan Somers2019-03-211-0/+6
* fusefs: adapt the tests to the fuse => fusefs renameAlan Somers2019-03-211-0/+208