ChangeLog.rst
Minor bugfixes.
This is the last release from the current maintainer. SSHFS is now no longer maintained or developed. Github issue tracking and pull requests have therefore been disabled. The mailing list (see below) is still available for use.
If you would like to take over this project, you are welcome to do so. Please fork it and develop the fork for a while. Once there has been 6 months of reasonable activity, please contact [email protected] and I'll be happy to give you ownership of this repository or replace with a pointer to the fork.
New max_conns option enables the use of multiple connections to improve responsiveness during large file transfers. Thanks to Timo Savola for doing most of the implementation work, and thanks to CEA.fr for sponsoring remaining bugfixes and cleanups!
The buflimit workaround is now disabled by default. The corresponding bug in OpenSSH
has been fixed in 2007
(cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365541#37), so this shouldn't be
needed anymore. If you depend on this workaround, please let the SSHFS maintainers know,
otherwise support for the workaround will be removed completely in a future version.
createmode workaround.fstat workaround regression.renamexdev workaround./etc/mtab. This includes
things like user, netdev, or auto.Temporarily disabled the writeback cache feature, since there have been reports of dataloss when appending to files when writeback caching is enabled.
Fixed a crash due to a race condition when listing directory contents.
For improved backwards compatibility, SSHFS now also silently
accepts the old -o cache_* options.
cache option has been renamed to dir_cache for clarity.-o ForwardX11-o workaround=all. Workarounds should always
enabled explicitly and only when needed. There is no point in always
enabling a potentially changing set of workarounds.disable_hardlink option.slave option.idmap, uidmap and gidmap options.Support password authentication with pam_mount
Support atomic renames if server is OpenSSH 4.9 or later
Support getting disk usage if server is OpenSSH 5.1 or later
Small enhancements and bug fixes
Tolerate servers which print a banner on login
Small improvements
Workaround for missing truncate operation on old sftp servers
Bug fixes
Improvements to read performance. Now both read and write throughput should be very close to 'scp'
If used with FUSE 2.6.0 or later, then perform better data caching. This should show dramatic speed improvements when a file is opened more than once
Bug fixes
Updated to version 25 of libfuse API
This means that the 'cp' of readonly file to sshfs bug is finally solved (as long as using libfuse 2.5.0 or later and Linux 2.6.15 or later)
Sshfs now works on FreeBSD
Added option to "transform" absolute symbolic links
Add workaround for failure to rename to an existing file
Simple user ID mapping
Estimate disk usage of files based on size
Report "infinite" disk space
Bug fixes
Better compatibility with different sftp servers
Automatic reconnect (optional)
Performance improvements:
directory content caching
symlink caching
asynchronous writeback
readahead
Fixed '-p' option