]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/write.cc
fusefs: skip some tests when unsafe aio is disabled
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / write.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 asomersfusefs: fix panic when writing with O_DIRECT and using...
2019-07-28 asomersMFHead @r350386
2019-07-20 asomersfusefs: fix warnings in the tests reported by GCC
2019-06-27 asomersMFHead @349476
2019-06-26 asomersfusefs: annotate deliberate file descriptor leaks in...
2019-06-26 asomersfusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE...
2019-06-26 asomersfusefs: implement the "time_gran" feature.
2019-06-26 asomersfusefs: set ctime during FUSE_SETATTR following a write
2019-06-25 asomersfusefs: automatically update mtime and ctime on write
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: writes should update the file size, even when...
2019-06-25 asomersfusefs: rewrite vop_getpages and vop_putpages
2019-06-21 asomersfusefs: correctly handle short reads
2019-06-20 asomersMFHead @349234
2019-06-17 asomersfusefs: multiple fixes related to the write cache
2019-06-17 asomersfusefs: skip the Write.mmap test when mmap is not available
2019-06-14 asomersfusefs: fix the "write-through" of write-through cacheing
2019-06-14 asomersfusefs: enable write clustering
2019-06-11 asomersfusefs: WIP fixing writeback cacheing
2019-06-06 asomersMFHead @348740
2019-06-03 asomersfusefs: respect RLIMIT_FSIZE
2019-05-28 asomersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-27 asomersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-27 asomersfusefs: make the tests more cplusplusy
2019-05-16 asomersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-13 asomersfusefs: commit missing file from r347547
2019-05-13 asomersMFHead @347527
2019-04-26 asomersfusefs: enable the Write.mmap test
2019-04-26 asomersfusefs: fix cache invalidation error from r346162
2019-04-12 asomersfusefs: evict invalidated cache contents during write...
2019-04-08 asomersfusefs: cache file attributes
2019-04-05 ngieFix the branch build
2019-04-04 asomersMFHead@r345880
2019-04-04 asomersfusefs: correctly handle short writes
2019-04-03 asomersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-03-30 asomersfusefs: don't force direct io for files opened O_WRONLY
2019-03-29 asomersMFHead@r345677
2019-03-21 asomersfusefs: adapt the tests to the fuse => fusefs rename