summaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/utils.cc
AgeCommit message (Expand)Author
2025-06-12fusefs: Fix a panic when unmounting before initAlan Somers
2025-06-05fusefs: revert a workaround for a googletest bugAlan Somers
2025-01-15fusefs: add a test for the max_read= mount optionAlan Somers
2024-05-06tests/fusefs: fix all tests that depend on kern.maxphysGleb Smirnoff
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-22fusefs: fix a buffer overflow in the testsAlan Somers
2022-04-29fusefs: use the fsname mount option if setAlan Somers
2022-04-29fusefs: add a test for the subtype= optionAlan Somers
2022-04-15fusefs: validate servers' error valuesAlan Somers
2021-12-31fusefs: implement VOP_ALLOCATEAlan Somers
2021-12-31fusefs: move common code from forget.cc to utils.ccAlan Somers
2021-12-06fusefs: invalidate the cache during copy_file_rangeAlan Somers
2021-11-28fusefs: update atime on reads when using cached attributesAlan Somers
2021-01-01fusefs: fix an expectation in one of the testsAlan Somers
2020-12-28fusefs: fix the tests for a wider range of maxphysAlan Somers
2020-05-22Fix issues with FUSE_ACCESS when default_permissions is disabledAlan Somers
2020-05-02Resolve conflict between the fusefs(5) and mac_bsdextended(4) testsAlan Somers
2020-03-11fusefs: avoid cache corruption with buggy fuse serversAlan Somers
2019-09-06fusefs: coverity cleanup in the testsAlan Somers
2019-08-13fusefs: skip some tests when unsafe aio is disabledAlan Somers
2019-08-13fusefs: add SVN Keywords to the test filesAlan Somers
2019-08-12fusefs: skip some tests when unsafe aio is disabledAlan Somers
2019-07-18fusefs: add a intr/nointr mount optionAlan Somers
2019-06-26fusefs: implement the "time_gran" feature.Alan Somers
2019-06-25fusefs: fix the tests for non-default values of MAXPHYSAlan Somers
2019-06-20fusefs: implement VOP_BMAPAlan Somers
2019-06-17fusefs: use cluster_read for more readaheadAlan Somers
2019-06-14fusefs: enable write clusteringAlan Somers
2019-06-06fusefs: add some explicit tests for FUSE_FORGETAlan Somers
2019-05-31fusefs: prefer FUSE_ROOT_ID to literal 1 in the testsAlan Somers
2019-05-28fusefs: set the flags fields of fuse_write_in and fuse_read_inAlan Somers
2019-05-27fusefs: fix an alignment issue in the tests on armAlan Somers
2019-05-27fusefs: set FUSE_WRITE_CACHE when writing from cacheAlan Somers
2019-05-27fusefs: make the tests more cplusplusyAlan Somers
2019-05-26fusefs: more build fixesAlan Somers
2019-05-23fusefs: Make fuse file systems NFS-exportableAlan Somers
2019-05-16fusefs: Upgrade FUSE protocol to version 7.9.Alan Somers
2019-05-11fusefs: support kqueue for /dev/fuseAlan Somers
2019-05-04fusefs: use effective gid, not real gid, for FUSE operationsAlan Somers
2019-05-01fusefs: fix some permission checks with -o default_permissionsAlan Somers
2019-04-18fusefs: improvements to interruptibilityAlan Somers
2019-04-10fusefs: WIP supporting -o default_permissionsAlan Somers
2019-04-08fusefs: cache file attributesAlan Somers
2019-04-05fusefs: implement VOP_ACCESSAlan Somers
2019-04-05fusefs: correctly return EROFS from VOP_ACCESSAlan Somers
2019-04-03fusefs: fix a panic in VOP_READDIRAlan Somers
2019-04-03fusefs: send FUSE_FLUSH during VOP_CLOSEAlan Somers
2019-04-02fusefs: check return value of wait(2) in fork testsAlan Somers
2019-04-01fusefs: allow opening files O_EXECAlan Somers