Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-08 | Add pathfs frontend (uses go-fuse instead of bazil-fuse), part I | Jakob Unterwurzacher | |
Currently fails main_test.go, will be fixed in part II | |||
2015-09-07 | Rename frontend to "cluefs_frontend" | Jakob Unterwurzacher | |
Enables adding another frontend later | |||
2015-09-06 | Add README.md | Jakob Unterwurzacher | |
Also, run go fmt | |||
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-05 | Wrap cluefs part I | Jakob Unterwurzacher | |
2015-09-04 | Rebase to cluefs | Jakob Unterwurzacher | |
https://github.com/airnandez/cluefs | |||
2015-09-03 | Mounts and show an empty dir | Jakob Unterwurzacher | |
2015-09-03 | Builds and mounts | Jakob Unterwurzacher | |