aboutsummaryrefslogtreecommitdiff
path: root/docs/comparison.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-07-03 15:11:46 +0200
committerJakob Unterwurzacher2016-07-03 15:11:46 +0200
commit3c7463f13e83dbdc5ed119d164533e3c54796984 (patch)
tree0a239c12902ba0e1884b0bde2ffb108ffc0683ea /docs/comparison.md
parentd2177f8f84381c8e222b4493e769d6051ded7929 (diff)
comparison: add "Filesystem Features" section
Diffstat (limited to 'docs/comparison.md')
-rw-r--r--docs/comparison.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/comparison.md b/docs/comparison.md
index 49f35ed..964d509 100644
--- a/docs/comparison.md
+++ b/docs/comparison.md
@@ -153,3 +153,18 @@ Notes:
References:
[[1]](https://github.com/cryptomator/cryptomator/issues/128#issuecomment-169056079)
+
+Filesystem Features
+-------------------
+
+Note: To keep the work of maintaining this table under control, I have only tested gocryptfs,
+encfs and ecryptfs. Please file a pull request if you can test the other projects!
+
+The backing filesystem is assumed to be ext4.
+
+| | ext4 | gocryptfs | encfs default | encfs paranoia | ecryptfs |
+| -------------------- | ---- | --------- | ------------- | -------------- | -------- |
+| hard links | yes | yes | yes | no | yes |
+| fallocate | yes | yes | no | no | no |
+| fallocate KEEP_SIZE | yes | yes | no | no | no |
+| fallocate PUNCH_HOLE | yes | no | no | no | no |