summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2009-06-18 11:29:14 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2009-06-18 11:29:14 +0000
commit17d1cf6956d08de9aa79b4a7691fb50a2446fa18 (patch)
treea586c906d7f921c520eceac8c0955f1843bf6279
parentdcd8b569bcfeb41545bb9bee91f4175cc8700239 (diff)
downloadfuse-17d1cf6956d08de9aa79b4a7691fb50a2446fa18.tar.gz
Add "noforget" option to high level lib.
Add "no_remote_lock" option to disable remote file locking
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f927d9b..a32dd66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-06-18 Miklos Szeredi <miklos@szeredi.hu>
+ * 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: