Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Make utimens(NULL) work correctly | Daniel Lublin | |
2017-09-20 | Dropped support for writeback caching | Nikolaus Rath | |
As of kernel 4.14, the FUSE module's + writeback implementation is not compatible with network filesystems, and there are no imminent plans to change that. For more details, see https://marc.info/?l=fuse-devel&m=150592103107662&w=2 or As a consequence, the -o unreliable_append option has become obsolete as well. Fixes: #93 Fixes: #88 Fixes: #81 | |||
2017-09-20 | tst_link(): fix test failure | Nikolaus Rath | |
2017-08-06 | Re-enabled writeback cache. | Nikolaus Rath | |
Fixes: #72. | |||
2017-08-06 | Added seek and append tests. | Nikolaus Rath | |
2017-08-06 | Run tests with and without writeback cache. | Nikolaus Rath | |
2017-07-08 | Switch to libfuse 3.0. | Nikolaus Rath | |
2017-07-08 | Abort on glib assertion errors. | Nikolaus Rath | |
2017-07-08 | Re-enabled cache support. | Nikolaus Rath | |
2017-06-22 | Transition from getdir() to readdir(), temporarily disable cache | Nikolaus Rath | |
This commit enables the use of readdir() instead of getdir(). It also completely disables the cache and the nullpath_ok feature. This will be fixed in the next commits. | |||
2017-06-22 | Added unit tests and travis integration | Nikolaus Rath | |