aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-02-16 17:02:25 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-02-16 17:02:25 +0000
commit8468900705cdaeac62430374d9bc354c732c7042 (patch)
tree9a1723c9cde5cc3ee17ba5aa0ef41a3c81736b4b /ChangeLog
parentb60a970602a276854ca7c0bebd4f0863909872fb (diff)
downloadsshfs-8468900705cdaeac62430374d9bc354c732c7042.tar
sshfs-8468900705cdaeac62430374d9bc354c732c7042.tar.gz
sshfs-8468900705cdaeac62430374d9bc354c732c7042.tar.bz2
sshfs-8468900705cdaeac62430374d9bc354c732c7042.zip
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00dfecb..a7671a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
will always be received by the FUSE main thread. Fixes the
"double ^C" problem seen on FreeBSD.
+ * Use 'auto_cache' option if available, so that file cache is not
+ thrown away on each open. This should make repeated reading of a
+ file much much faster.
+
2006-01-31 Miklos Szeredi <miklos@szeredi.hu>
* Fix problems with nodelay workaround on FreeBSD.