diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2008-03-07 11:22:11 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-03-07 11:22:11 +0000 |
commit | 72faaa58a85a0c8de724e8c22a4ec5b9f75e42e3 (patch) | |
tree | 5a1530608000614cbf1f43517b749bbe775bc9e4 /ChangeLog | |
parent | 230dc7115f1cbb3cb5030e6b89dc1fd3a9af691d (diff) | |
download | libfuse-72faaa58a85a0c8de724e8c22a4ec5b9f75e42e3.tar.gz |
Add queuing on contention to per-node lock algorithm...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |