]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/read.cc
fusefs: skip some tests when unsafe aio is disabled
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / read.cc
2019-08-13 asomersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 asomersfusefs: add SVN Keywords to the test files
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-07-30 asomersMFHead @350453
2019-07-30 asomersMFHead @350426
2019-07-28 asomersMFHead @r350386
2019-07-20 asomersfusefs: fix warnings in the tests reported by GCC
2019-07-19 asomerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-06-27 asomersMFHead @349476
2019-06-26 asomersfusefs: tighten expectations in mmap tests
2019-06-26 asomersfusefs: annotate deliberate file descriptor leaks in...
2019-06-26 asomersfusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE...
2019-06-25 asomersfusefs: fix the tests for non-default values of MAXPHYS
2019-06-25 asomersfusefs: fix the tests for nondefault values of vfs...
2019-06-25 asomersfusefs: rewrite vop_getpages and vop_putpages
2019-06-21 asomersfusefs: correctly handle short reads
2019-06-20 asomersfusefs: implement VOP_BMAP
2019-06-20 asomersMFHead @349234
2019-06-17 asomersfusefs: use cluster_read for more readahead
2019-06-17 asomersfusefs: implement non-clustered readahead
2019-06-17 asomersfusefs: rename the ReadCacheable.default_readahead...
2019-06-06 asomersMFHead @348740
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-26 asomersfusefs: more build fixes
2019-05-24 asomersfusefs: implement FUSE_ASYNC_READ
2019-05-16 asomersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-13 asomersMFHead @347527
2019-05-09 asomersfusefs: shorten and consolidate sleeps
2019-04-09 asomersfusefs: skip the Read.keep_cache test when cache is...
2019-04-08 asomersfusefs: cache file attributes
2019-04-05 ngieFix the branch build
2019-04-04 asomersfusefs: properly handle FOPEN_KEEP_CACHE
2019-04-04 asomersMFHead@r345880
2019-03-30 asomersfusefs: fix more tests when data caching is disabled
2019-03-30 asomersfusefs: fix tests when data caching is disabled
2019-03-29 asomersMFHead@r345677
2019-03-21 asomersfusefs: adapt the tests to the fuse => fusefs rename