From: Miklos Szeredi Date: Thu, 18 Jun 2009 11:29:14 +0000 (+0000) Subject: Add "noforget" option to high level lib. X-Git-Tag: fuse_2_8_0~8 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=17d1cf6956d08de9aa79b4a7691fb50a2446fa18;p=qemu-gpiodev%2Flibfuse.git Add "noforget" option to high level lib. Add "no_remote_lock" option to disable remote file locking --- diff --git a/ChangeLog b/ChangeLog index f927d9b..a32dd66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2009-06-18 Miklos Szeredi + * Add "noforget" option to high level lib to prevent ESTALE errors + on NFS exported filesystems. This result in paths being cached + forever, resulting in ever growing memory usage. Use with care. + + * Add "no_remote_lock" option to disable remote file locking even + if the filesystem implements it. With this option locking + primitives (flock, lockf, fcntl(F_SETLK)) will still work, but + will ignore remotely locked files. + * CUSE patches from Tejun Heo: * Unrestricted ioctl support left some debris. Clean them up: