aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-05-09 13:29:17 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-05-09 13:29:17 +0000
commitc2a33ee222a25f3f5d1c90ca4664e12e0d5bb096 (patch)
tree352bb2995d1c407828e5bb65c46b78ba7b5161fd /ChangeLog
parent21019c96f5f9f8d5f7630acc2e897da077c0f097 (diff)
downloadlibfuse-c2a33ee222a25f3f5d1c90ca4664e12e0d5bb096.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce7952b..faf520a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2005-05-09 Miklos Szeredi <miklos@szeredi.hu>
+ * libfuse: add "tree_lock" rwlock, that is locked for write in
+ rename, unlink and rmdir, and locked for read in all other
+ operations. This should fix the rename/release race reported by
+ Valient Gough and others. The solution is very coarse, a finer
+ grained locking scheme could be implemented, but it would be much
+ more complex. Let's see whether this is good enough.
+
+2005-05-09 Miklos Szeredi <miklos@szeredi.hu>
+
* Released 2.3-pre7
2005-05-08 Miklos Szeredi <miklos@szeredi.hu>