diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2019-04-06 18:34:57 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-04-06 18:34:57 +0100 |
commit | 1552b467fcd7751360299c5139382d78538e12b3 (patch) | |
tree | 157c065aeeee995ce35547da8bf60259d1b9e770 /ChangeLog.rst | |
parent | 4ae58ffd9b149cc3d7aeea72d4d51248a77af39b (diff) | |
download | libfuse-1552b467fcd7751360299c5139382d78538e12b3.tar.gz |
Add support for in-kernel readdir caching.
Fixes: #394.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 7407cea..1abb66c 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,8 +1,13 @@ +Unreleased Changes +================== + * Changed ioctl commands to "unsigned int" in order to support commands which do not fit into a signed int. Commands issued by applications are still truncated to 32 bits. * Added SMB2 to whitelist (so users can now mount FUSE filesystems on mountpoints within SMB 2.0 filesystems). +* Added a new `cache_readdir` flag to `fuse_file_info` to enable + caching of readdir results. Supported by kernels 4.20 and newer. libfuse 3.4.2 (2019-03-09) ========================== |