diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -17,6 +17,16 @@ systems without requiring use of the site configuration directory (/etc/). Patch by Ikey Doherty +2015-05-23 Miklos Szeredi <miklos@szeredi.hu> + + * libfuse: refcount fuse_chan objects. New functions: + fuse_chan_get(), fuse_chan_put(). Removed function: + fuse_chan_destroy(). + + * libfuse: add "clone_fd" option. This creates a separate device + file descriptor for each processing thread, which might improve + performance. + 2015-05-22 Miklos Szeredi <miklos@szeredi.hu> * libfuse: fix exec environment for mount and umount. Found by |