aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-03-07 11:22:11 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-03-07 11:22:11 +0000
commit72faaa58a85a0c8de724e8c22a4ec5b9f75e42e3 (patch)
tree5a1530608000614cbf1f43517b749bbe775bc9e4 /ChangeLog
parent230dc7115f1cbb3cb5030e6b89dc1fd3a9af691d (diff)
downloadlibfuse-72faaa58a85a0c8de724e8c22a4ec5b9f75e42e3.tar.gz
Add queuing on contention to per-node lock algorithm...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4251309..2ac80dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-03-07 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Add queuing on contention to per-node lock algorithm, to avoid
+ starvation.
+
+ * Only enable cancelation when reading a request, otherwise
+ cancellation could happen with a mutex held, which could hang the
+ process on umount
+
2008-02-08 Miklos Szeredi <miklos@szeredi.hu>
* Block SIGCHLD when executing mount and umount