summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-30 23:05:48 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-30 23:05:48 +0200
commit5a63f1d60442fc116d87e2a4d8183a681746f96b (patch)
tree2b20dffeb3782216af9a1229c2d217eac600868a /README
parentcebdcd35f09527548635c6f80a7c0ed8c7a79cf1 (diff)
Update documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 6 insertions, 11 deletions
diff --git a/README b/README
index 1c064ff..6564d13 100644
--- a/README
+++ b/README
@@ -50,22 +50,17 @@ together with the existing tools:
At the moment, the following things still require some work:
- - more testing
+ - more testing (extensive unit testing for libsqfs still needed)
- extended attributes
- - currently limited to SELinux labeling only
- - rdsquashfs ignores them entirely
- - SquashFS supports deduplicating values through "out of line"
- storage but this is currently not used yet.
- - hard links (not implemented yet; do we even want this?)
+ - gensquashfs supports SELinux labeling only
+ - rdsquashfs, sqfs2tar and tar2sqfs ignore them entirely
+ - entire key value blocks are deduplicated, but individual value
+ deduplication ("out of line" storage) isn't implemented.
+ - hard links (not implemented; tar2sqfs turns them into symlinks)
- File deduplication (not implemented; do we even need this?)
- NFS export tables (not implemented yet)
-At the moment, tar2sqfs also has some limitations on what it can process:
- - only POSIX tar archives with pax extensions (use --posix for GNU tar)
- - no sparse files or hard links (converted to symlink)
-
-
Future plans
************