From ba860a771db2040e6eea22a97032ad645d5cd709 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 14 Oct 2015 15:01:08 +0200 Subject: [PATCH] Resolved TODOs (was a bug in the cpputils library, was fixed there) --- src/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 48a36876..6aab05c3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,11 +28,8 @@ using std::vector; //TODO Support files > 4GB //TODO cryfs process doesn't seem to react to "kill". Needs "kill -9". Why? Furthermore, calling "fusermount -u" unmounts the fs, but the cryfs process keeps running. Why? -//TODO CryFS is only using 100% CPU (not parallel) when running bonnie. Furthermore, when calling "ls" in the mount/Bonnie.../ dir while bonnie runs, ls blocks and doesn't return. Probable reason: fsblobstore locks blobs instead of allowing parallel access. Use something like parallelaccessstore. Also generally improve parallelity. -//TODO Crashes when running multiple dd processes in parallel (writing from /dev/zero to different files folder$i/file inside cryfs) - +//TODO Improve parallelity. //TODO Seems to deadlock in bonnie++ second run (in the create files sequentially) - maybe also in a later run or different step? -//TODO Seems to crash when copying a lot of big files into cryfs (the eclipse zip files) void showVersion() { cout << "CryFS Version " << version::VERSION_STRING << endl;