summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-11-26 13:09:05 +0100
committerJakob Unterwurzacher2016-11-26 13:09:05 +0100
commit55ea345620ff1b11280512239ef17f63f47b53a5 (patch)
tree209bfc01e620d738a8d9572e6009dfc40e12efe3 /README.md
parentcb5426e8ee1984b88c1ee6047a75e562d25d339d (diff)
Add write coalescing and -noprealloc to changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a6d1b0..2afecea 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,12 @@ v1.2 (not yet released)
* Under certain circumstances, concurrent truncate and read could return
an I/O error. This is fixed by introducing a global open file table
that stores the file IDs.
+* Coalesce 4kB ciphertext block writes
+ ([commit with benchmarks](https://github.com/rfjakob/gocryptfs/commit/024511d9c71558be4b1169d6bb43bd18d65539e0))
+* Add `-noprealloc` command-line option
+ * Greatly speeds up writes on Btrfs
+ ([#63](https://github.com/rfjakob/gocryptfs/issues/63))
+ at the cost of reduced out-of-space robustness.
v1.1.1, 2016-10-30
* Fix a panic on setting file timestamps ([go-fuse#131](https://github.com/hanwen/go-fuse/pull/131))