aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2010-06-23 08:33:32 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2010-06-23 08:33:32 +0000
commit8b2a7f59b3d07fb82f7df8fa8efd7ff38700e60d (patch)
treef4784a25eaed5ed2bae8345a8a1aac7ca9ef9cf6 /ChangeLog
parent1091d73a2872d9794a2f2886e5ed73d6a40766f8 (diff)
* Make the number of max background requests and congestion
threshold tunable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7f9db2..1376e81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-23 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Make the number of max background requests and congestion
+ threshold tunable. New options are "max_background" and
+ "congestion_threshold". Only effective on linux kernel versions
+ 2.6.32 or greater. Patch by Csaba Henk
+
2010-06-17 Miklos Szeredi <miklos@szeredi.hu>
* Add fuse_reply_fd() reply function to the low level interface.