Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Add support for mounting from /etc/fstab | Nikolaus Rath | |
Fixes: #92. | |||
2017-09-20 | Dropped support for autotools build | Nikolaus Rath | |
It's just too much of a pain to maintain. | |||
2017-09-20 | Updated manual page with missing options. | Nikolaus Rath | |
Fixes: #82. | |||
2017-08-06 | Released 3.2.0sshfs-3.2.0 | Nikolaus Rath | |
2017-08-06 | Re-enabled writeback cache. | Nikolaus Rath | |
Fixes: #72. | |||
2017-08-06 | Support O_APPEND. | Nikolaus Rath | |
Fixes: #76. | |||
2017-08-06 | Actually disable writeback cache, instead of just claiming to do so. | Nikolaus Rath | |
2017-08-04 | Released 3.1.0sshfs-3.1.0 | Nikolaus Rath | |
2017-08-04 | Disable writeback cache for now | Nikolaus Rath | |
Writeback cache seems to cause dataloss in some situations. We need to investigate this first. See https://github.com/libfuse/sshfs/issues/72. | |||
2017-08-03 | Accept -o cache_* options for backward compatibility. | Nikolaus Rath | |
Fixes: #73. | |||
2017-07-12 | sftp_readdir_async(): don't access request when it may have been freed | Nikolaus Rath | |
Fixes: #7 | |||
2017-07-08 | Released 3.0.0sshfs-3.0.0 | Nikolaus Rath | |
2017-07-08 | Switch to libfuse 3.1.0 | Nikolaus Rath | |
libfuse 3.0.0 is rather new and not widely used yet, so requiring libfuse 3.1.0 right away shouldn't be a problem. | |||
2017-07-08 | Switch to libfuse 3.0. | Nikolaus Rath | |
2017-06-22 | Added unit tests and travis integration | Nikolaus Rath | |
2017-06-20 | Added .rst suffix to ChangeLog. | Nikolaus Rath | |
That way, programs are more likely to highlight the file correctly. |