Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-10-09 | Increase timeouts in notify_* tests | Nikolaus Rath | -8/+14 | |
When running under Valgrind, we otherwise get sporadic test failures. | ||||
2016-10-09 | Renamed timefsN examples to fuse_notify_* | Nikolaus Rath | -4/+6 | |
This should make it more obvious at first glance what the different examples do. | ||||
2016-10-09 | Renamed ioctl and poll examples | Nikolaus Rath | -6/+6 | |
The new names should make it more obvious at first glance what each example demonstrates. | ||||
2016-10-09 | Renamed some examples to make their function more obvious | Nikolaus Rath | -36/+9 | |
Also, added more comments for the same purpose. | ||||
2016-10-08 | Added timefs3 to test notify_inval_entry. | Nikolaus Rath | -1/+33 | |
Fixes #32. | ||||
2016-10-08 | Added timefs[12] examples. | Nikolaus Rath | -1/+31 | |
These examplesdemonstrate the use of the `fuse_lowlevel_notify_store` and `fuse_lowlevel_notify_inval_inode` functions. | ||||
2016-10-08 | Removed ``-o big_writes`` option | Nikolaus Rath | -1/+1 | |
This option is obsolete and should always be enabled. File systems that want to limit the size of write requests should use the ``-o max_write=<N>`` option instead. | ||||
2016-10-05 | Test more combinations of low-level options. | Nikolaus Rath | -6/+12 | |
2016-10-02 | Run tests under valgrind when available. | Nikolaus Rath | -15/+20 | |
Fixes #50. | ||||
2016-10-02 | Import os.path.join as pjoin | Nikolaus Rath | -26/+27 | |
Makes the code much shorter :-). | ||||
2016-10-02 | Added test for fuse_lo-plus. | Nikolaus Rath | -0/+31 | |
2016-10-02 | Run hello_ll single-threaded explicitly. | Nikolaus Rath | -0/+3 | |
2016-05-13 | Add ioctl tests. | Nikolaus Rath | -0/+24 | |
2016-03-29 | Added test_fsel | Nikolaus Rath | -0/+15 | |
2016-03-29 | Added unit tests for fusexmp and hello | Nikolaus Rath | -0/+306 | |