aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2014-07-15 17:11:08 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2014-07-15 17:36:43 +0200
commit57a93b3dacbf9259178dacff5d2fbb25427f3b86 (patch)
tree09b3436bcec7b391ccc810c3d905b9b3a0158983 /ChangeLog
parent52f46cfa682e284835807bcd60086a71b4365e91 (diff)
libfuse: add "time_gran" option
This allows the filesystem to specify the time granularity it supports when the kernel is responsible for updating times ("writeback_cache" option).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd3acd5..167ca7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@
result in EINVAL when mounting the filesystem. This also needs a
fix in the kernel.
+ * libfuse: add "time_gran" option. This allows the filesystem to
+ specify the time granularity it supports when the kernel is
+ responsible for updating times ("writeback_cache" option).
+
2014-03-26 Miklos Szeredi <miklos@szeredi.hu>
* Initilaize stat buffer passed to ->getattr() and ->fgetattr() to