aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/read.cc
Commit message (Expand)AuthorAgeFilesLines
* tests/fusefs: fix all tests that depend on kern.maxphysGleb Smirnoff2024-05-061-1/+1
* fusefs: prefer new/delete over malloc/freeAlan Somers2024-01-171-8/+6
* fusefs: fix unused variables from fb619c94c67Alan Somers2023-09-211-2/+0
* fusefs: fix some bugs updating atime during closeAlan Somers2023-09-211-0/+85
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* fusefs tests: handle -Wdeprecated* issues with GoogleTest 1.14.0Enji Cooper2023-08-101-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* [skip ci] fusefs: delete a stray comment from 91972cfcddfAlan Somers2022-02-121-1/+0
* fusefs: fix 32-bit build of the tests after 91972cfcddfAlan Somers2021-11-291-2/+2
* fusefs: update atime on reads when using cached attributesAlan Somers2021-11-291-0/+296
* tests/sys/fs/fusefs/read.cc: fix build on powerpc64Konstantin Belousov2021-09-231-5/+5
* fusefs: don't panic if FUSE_GETATTR fails durint VOP_GETPAGESAlan Somers2021-09-211-0/+156
* fusefs: fix some memory leaks in the tests.Alan Somers2020-02-121-0/+3
* fusefs: coverity cleanup in the testsAlan Somers2019-09-061-13/+13
* fusefs: skip some tests when unsafe aio is disabledAlan Somers2019-08-131-9/+2
|\
| * fusefs: skip some tests when unsafe aio is disabledAlan Somers2019-08-121-9/+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-2/+2
* sendfile: don't panic when VOP_GETPAGES_ASYNC returns an errorAlan Somers2019-07-191-1/+1
* fusefs: tighten expectations in mmap testsAlan Somers2019-06-261-7/+4
* fusefs: annotate deliberate file descriptor leaks in the testsAlan Somers2019-06-261-21/+24
* fusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE optionAlan Somers2019-06-261-29/+18
* fusefs: fix the tests for non-default values of MAXPHYSAlan Somers2019-06-251-11/+17
* fusefs: fix the tests for nondefault values of vfs.maxbcachebufAlan Somers2019-06-251-3/+4
* fusefs: rewrite vop_getpages and vop_putpagesAlan Somers2019-06-251-3/+59
* fusefs: correctly handle short readsAlan Somers2019-06-211-0/+63
* fusefs: implement VOP_BMAPAlan Somers2019-06-201-47/+11
* fusefs: use cluster_read for more readaheadAlan Somers2019-06-171-5/+56
* fusefs: implement non-clustered readaheadAlan Somers2019-06-171-18/+21
* fusefs: rename the ReadCacheable.default_readahead testAlan Somers2019-06-171-6/+7
* fusefs: make the tests more cplusplusyAlan Somers2019-05-271-35/+35
* fusefs: more build fixesAlan Somers2019-05-261-4/+4
* fusefs: implement FUSE_ASYNC_READAlan Somers2019-05-241-28/+36
* fusefs: Upgrade FUSE protocol to version 7.9.Alan Somers2019-05-161-0/+36
* fusefs: shorten and consolidate sleepsAlan Somers2019-05-091-2/+2
* fusefs: skip the Read.keep_cache test when cache is disabledAlan Somers2019-04-091-1/+1
* fusefs: cache file attributesAlan Somers2019-04-081-17/+0
* fusefs: properly handle FOPEN_KEEP_CACHEAlan Somers2019-04-041-6/+5
* fusefs: fix more tests when data caching is disabledAlan Somers2019-03-301-6/+6
* fusefs: fix tests when data caching is disabledAlan Somers2019-03-301-3/+20
* fusefs: adapt the tests to the fuse => fusefs renameAlan Somers2019-03-211-0/+739