aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-05-11 10:18:43 +0200
committerJakob Unterwurzacher2016-05-11 10:18:43 +0200
commit384342fa5bde0f1d94da2eae865617f5ea936546 (patch)
tree419932d004d14117cc7a2db48f608d0c7f02fbb6
parentba7c798418269e6d496af206bdebd2204a07155f (diff)
README: Note fallocate changes for v0.10 (issue #22)
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2d79229..0dcb7d9 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,9 @@ v0.10-rc1
* This should fix the [compile issues](https://github.com/rfjakob/gocryptfs/issues/21)
people are seeing with `spacemonkeygo/openssl` and it also gets us
a 20% performance boost for streaming writes.
+* Warn but continue anyway if fallocate(2) is not supported by the
+ underlying filesystem, see [issue #22](https://github.com/rfjakob/gocryptfs/issues/22)
+ * Enables to use gocryptfs on ZFS, albeit with reduced out-of-space safety.
v0.9
* **Long file name support**