aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Joseph Dodge <joseph.dodge@veritas.com>2017-08-24 14:37:10 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 15:17:01 +0200
commitf12d9686d4d673e59b8f561c49996820763220b1 (patch)
treea06f9f3941f2abe727eb06f5ff1ec70972498208 /ChangeLog.rst
parentfc83143867a37e34a51ce5a6d763b46715abf02d (diff)
Add idle_threads mount option.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 1ca0980..220481b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -53,6 +53,13 @@ libfuse 3.1.1 (2017-08-06)
* Fixed a test failure when /tmp is on btrfs.
+* The maximum number of idle worker threads used by `fuse_loop_mt()`
+ is now configurable.
+
+* `fuse_loop_mt()` and `fuse_session_loop_mt()` now take a
+ `struct fuse_loop_config` parameter that supersedes the *clone_fd*
+ parameter.
+
* Incorporated several patches from the FreeBSD port. libfuse should
now compile under FreeBSD without the need for patches.