aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-02-01 15:50:44 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-02-01 15:50:44 +0000
commit6f0233e11e9a819e2bc50d4e0d09dd7d083071d6 (patch)
tree3c1340ccb7f04b0d294196f6ad78fe6d38040151 /ChangeLog
parent89da93d07eeb3629858011358a4f07ded2f64df0 (diff)
downloadsshfs-6f0233e11e9a819e2bc50d4e0d09dd7d083071d6.tar
sshfs-6f0233e11e9a819e2bc50d4e0d09dd7d083071d6.tar.gz
sshfs-6f0233e11e9a819e2bc50d4e0d09dd7d083071d6.tar.bz2
sshfs-6f0233e11e9a819e2bc50d4e0d09dd7d083071d6.zip
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dab6e0d..1837c76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,9 +5,12 @@
2006-01-30 Miklos Szeredi <miklos@szeredi.hu>
* Fix data consitency bug if readahead is enabled and writes are
- intermixed with reads. Only fixed for the case when reads and
- writes are performed on the same file handle. Bug reported and
- test program written by Wolfgang Köbler
+ intermixed with reads. Solution is far from optimal, since it
+ will prevent readahead in the above situation. If used with FUSE
+ >= 2.6.0 with Linux-2.6.X, readahead will be done by the kernel,
+ and hence there will be no performance penalty. Bug reported and
+ test program written by Wolfgang Köbler. Further testing on
+ FreeBSD by Csaba Henk
2006-01-29 Miklos Szeredi <miklos@szeredi.hu>