aboutsummaryrefslogtreecommitdiff
path: root/test/test_write_cache.c
Commit message (Collapse)AuthorAge
* test_write_cache: Use fuse_session_exit() to stop filesystem threadGravatar Rostislav Skudnov2018-07-23
| | | | | Using fuse_session_exit() followed by fuse_session_unmount() ensures that a proper cleanup and shutdown is performed.
* test_write_cache: Fix memory leaksGravatar Rostislav Skudnov2018-07-23
|
* Don't use -o auto_unmount under FreeBSD.Gravatar Nikolaus Rath2017-08-24
|
* Make tests build on bsdGravatar Brian Naylor2017-05-24
|
* Don't hardcode test file name.Gravatar Nikolaus Rath2016-11-06
|
* Unify handling of fuse_conn_info optionsGravatar Nikolaus Rath2016-10-15
| | | | | | Instead of using command line options to modify struct fuse_conn_info before and after calling the init() handler, we now give the file system explicit control over this.
* Added write cache tests.Gravatar Nikolaus Rath2016-10-10