-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc4b0ce
commit 0dc7683
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule composefs
updated
32 files
+2 −0 | .github/workflows/test.yaml | |
+1 −0 | .gitignore | |
+17 −4 | Makefile.am | |
+7 −3 | composefs.spec.in | |
+49 −4 | configure.ac | |
+1 −1 | hacking/installdeps.sh | |
+1 −1 | libcomposefs/Makefile-lib.am | |
+3 −3 | libcomposefs/lcfs-fsverity.c | |
+54 −32 | libcomposefs/lcfs-internal.h | |
+1 −9 | libcomposefs/lcfs-mount.c | |
+0 −1 | libcomposefs/lcfs-mount.h | |
+27 −20 | libcomposefs/lcfs-writer-erofs.c | |
+64 −4 | libcomposefs/lcfs-writer.c | |
+3 −1 | libcomposefs/lcfs-writer.h | |
+31 −6 | man/mkcomposefs.md | |
+42 −8 | man/mount.composefs.md | |
+15 −4 | tests/Makefile.am | |
+46 −5 | tests/dumpdir | |
+201 −0 | tests/gendir | |
+35 −24 | tests/integration.sh | |
+6 −7 | tests/test-checksums.sh | |
+70 −0 | tests/test-lib.sh | |
+87 −0 | tests/test-random-fuse.sh | |
+28 −5 | tests/test-units.sh | |
+4 −1 | tools/.gitignore | |
+99 −60 | tools/cfs-fuse.c | |
+2 −3 | tools/composefs-dump.c | |
+62 −57 | tools/composefs-from-json.c | |
+161 −40 | tools/composefs-info.c | |
+43 −158 | tools/mkcomposefs.c | |
+47 −44 | tools/mountcomposefs.c | |
+2 −0 | tools/read-file.c |