]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs/fusefs/write.cc
fusefs: set the flags fields of fuse_write_in and fuse_read_in
[FreeBSD/FreeBSD.git] / tests / sys / fs / fusefs / write.cc
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