From 57a93b3dacbf9259178dacff5d2fbb25427f3b86 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 15 Jul 2014 17:11:08 +0200 Subject: 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). --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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 * Initilaize stat buffer passed to ->getattr() and ->fgetattr() to -- cgit v1.2.3