Skip to content

Releases: libfuse/sshfs

SSHFS 3.3.1

25 Oct 18:42
sshfs-3.3.1
Compare
Choose a tag to compare
  • Manpage is now installed in correct directory.
  • SSHFS now supports (or rather: ignores) some options that it may receive as result of being mounted from /etc/mtab. This includes things like user, netdev, or auto.

SSHFS 3.3.0

20 Sep 17:13
sshfs-3.3.0
Compare
Choose a tag to compare
  • Dropped support for writeback caching (and, as a consequence, "unreliable append" operation). 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.
  • Add support for mounting from /etc/fstab
  • Dropped support for building with autotools.
  • Added missing options to man page.

SSHFS 3.2.0

06 Aug 11:09
sshfs-3.2.0
Compare
Choose a tag to compare
  • Re-enabled writeback cache.
  • SSHFS now supports O_APPEND.

SSHFS 3.1.0

04 Aug 13:45
sshfs-3.1.0
Compare
Choose a tag to compare
  • 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.

SSHFS 2.10

03 Aug 16:03
sshfs-2.10
Compare
Choose a tag to compare

This is a maintenance release of the SSHFS 2.x line.
Please use a SSHFS 3.x release if you can!

  • Fixed a crash due to a race condition when listing directory contents.
  • Added unit tests
  • Documented limited hardlink support.
  • Added support for building with Meson.
  • Added support for more SSH options.
  • Dropped support for the nodelay workaround - the last OpenSSH version for which this was useful was released in 2006.
  • Dropped support for the nodelaysrv workaround. The same effect (enabling NODELAY on the server side and enabling X11 forwarding) can be achieved by explicitly passing -o ForwardX11
  • Removed support for -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.

SSHFS 3.0.0

08 Jul 10:54
sshfs-3.0.0
Compare
Choose a tag to compare
  • sshfs now requires libfuse 3.1.0 or newer.
  • When supported by the kernel, sshfs now uses writeback caching.
  • The cache option has been renamed to dir_cache for clarity.
  • Added unit tests
  • --debug now behaves like -o debug_sshfs, i.e. it enables sshfs debugging messages rather than libfuse debugging messages.
  • Documented limited hardlink support.
  • Added support for building with Meson.
  • Added support for more SSH options.
  • Dropped support for the nodelay workaround - the last OpenSSH version for which this was useful was released in 2006.
  • Dropped support for the nodelaysrv workaround. The same effect (enabling NODELAY on the server side and enabling X11 forwarding) can be achieved by explicitly passing -o ForwardX11
  • Removed support for -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.

SSHFS 2.9

17 Apr 20:14
sshfs-2.9
Compare
Choose a tag to compare
  • Improved support for Cygwin.
  • Various small bugfixes.

SSHFS 2.8

22 Jun 18:43
sshfs_2.8
Compare
Choose a tag to compare

Release 2.8 (2016-06-22)

  • Added support for the "fsync" extension.
  • Fixed a build problem with bitbake

SSHFS 2.7

01 Mar 16:52
sshfs-2.7
Compare
Choose a tag to compare
  • Integrated osxfuse's copy of sshfs, which means that sshfs now works
    on OS X out of the box.
  • Added -o cache_max_size=N option to let users tune the maximum size of
    the cache in number of entries.
  • Added -o cache_clean_interval=N and -o cache_min_clean_interval=N
    options to let users tune the cleaning behavior of the cache.

SSHFS 2.6

29 Jan 01:19
sshfs_2_6
Compare
Choose a tag to compare

No significant changes to the last release, merely a new maintainer and some cleanups.