diff options
author | Jakob Unterwurzacher | 2018-03-25 21:12:05 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-03-25 21:12:05 +0200 |
commit | 7fe919b2c7628406713c2bda6c4b59f7153db7f9 (patch) | |
tree | 13650b85addef4564a708a33b6c382c8b8b0f26a | |
parent | 523e65c341e88720133da2b94f540387e0ff820e (diff) |
We support xattrs now
-rw-r--r-- | docs/comparison.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/comparison.md b/docs/comparison.md index 0e47ae1..050ecb1 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -246,6 +246,7 @@ The backing filesystem is assumed to be ext4. | | ext4 | gocryptfs | encfs default | encfs paranoia | ecryptfs | CryFS | | -------------------- | ---- | --------- | ------------- | -------------- | -------- | ----- | | hard links | yes | yes | yes | no | yes | no | +| extended attributes | yes | yes | no | no | ? | ? | | fallocate | yes | yes | no | no | no | no | | fallocate KEEP_SIZE | yes | yes | no | no | no | no | | fallocate PUNCH_HOLE | yes | no | no | no | no | no | |