Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-06 | Add openssl_benchmark.bash script | Jakob Unterwurzacher | |
2015-09-06 | Add streaming read and write benchmarks | Jakob Unterwurzacher | |
Run using ./main_benchmark.bash Also, rewrite command line args handling | |||
2015-09-06 | Add OpenSSL support for file content encryption/decryption | Jakob Unterwurzacher | |
This brings streaming read performance from 30MB/s to 81MB/s (similar improvement for writes) | |||
2015-09-06 | Set readahead to 1MB | Jakob Unterwurzacher | |
This bring streaming read performance from 12MB/s to 30MB/s | |||
2015-09-06 | Bundle up blocks for bigger reads from the backing filesystem | Jakob Unterwurzacher | |
2015-09-05 | Add openssl benchmark | Jakob Unterwurzacher | |
Results: BenchmarkAESGCMSeal4K 20000 98638 ns/op 41.53 MB/s BenchmarkAESGCMOpen4K 20000 98781 ns/op 41.47 MB/s BenchmarkOpensslGCMenc4K 50000 27563 ns/op 148.60 MB/s BenchmarkOpensslGCMdec4K 50000 27563 ns/op 148.60 MB/s openssl is 3x faster. | |||
2015-09-05 | Use Debug object instead of fmt | Jakob Unterwurzacher | |
2015-09-05 | Cleanup and rename files | Jakob Unterwurzacher | |
2015-09-05 | Fix size reporting | Jakob Unterwurzacher | |
2015-09-05 | Fix write path | Jakob Unterwurzacher | |
2015-09-05 | Fix read path | Jakob Unterwurzacher | |
2015-09-05 | Filename encryption working | Jakob Unterwurzacher | |
2015-09-05 | Wrap cluefs part I | Jakob Unterwurzacher | |
2015-09-04 | Rebase to cluefs | Jakob Unterwurzacher | |
https://github.com/airnandez/cluefs | |||
2015-09-04 | Properly handle FileMode | Jakob Unterwurzacher | |
2015-09-03 | Mounts and show an empty dir | Jakob Unterwurzacher | |
2015-09-03 | Builds and mounts | Jakob Unterwurzacher | |
2015-09-03 | Add frontend stubs | Jakob Unterwurzacher | |
2015-09-03 | Split into FS and File | Jakob Unterwurzacher | |
2015-09-03 | Port from go-fuse to bazil/fuse | Jakob Unterwurzacher | |