aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-08 19:29:39 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-08 21:27:04 -0700
commit3114ff2b9b72640bdbbaacd97f1a712915d82209 (patch)
treeaf18d4b4dfa7f2409ae5b992815867a9f162d4b1 /ChangeLog.rst
parentba0462e4012205d639dfdc9e13fb66c2afef6f3b (diff)
Added timefs[12] examples.
These examplesdemonstrate the use of the `fuse_lowlevel_notify_store` and `fuse_lowlevel_notify_inval_inode` functions.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index bfe956b..e1085a5 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,10 @@
Unreleased Changes
==================
+* There are new ``timefs1`` and ``timefs2`` examples that demonstrate
+ the use of the `fuse_lowlevel_notify_store` and
+ `fuse_lowlevel_notify_inval_inode` functions.
+
* The ``-o big_writes`` mount option has been removed. It is now
always active. File systems that want to limit the size of write
requests should use the ``-o max_write=<N>`` option instead.