Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-07-23 | test_write_cache: Use fuse_session_exit() to stop filesystem thread | Rostislav Skudnov | -2/+3 | |
Using fuse_session_exit() followed by fuse_session_unmount() ensures that a proper cleanup and shutdown is performed. | ||||
2018-07-23 | test_write_cache: Fix memory leaks | Rostislav Skudnov | -0/+3 | |
2017-08-24 | Don't use -o auto_unmount under FreeBSD. | Nikolaus Rath | -0/+2 | |
2017-05-24 | Make tests build on bsd | Brian Naylor | -0/+5 | |
2016-11-06 | Don't hardcode test file name. | Nikolaus Rath | -1/+1 | |
2016-10-15 | Unify handling of fuse_conn_info options | Nikolaus Rath | -1/+11 | |
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. | ||||
2016-10-10 | Added write cache tests. | Nikolaus Rath | -0/+206 | |