Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-19 | Set Fileystem and Type values shown in "df -T" and friends | Jakob Unterwurzacher | |
Filesystem is set to CIPHERDIR, Type is set to fuse.gocryptfs | |||
2015-09-18 | Add --cpuprofile flag | Jakob Unterwurzacher | |
2015-09-16 | Set GOMAXPROCS = 4 | Jakob Unterwurzacher | |
Immediate speedup from 70MB/s to 80MB/s on streaming write. Enables later parallelization. | |||
2015-09-16 | Fix symlink size reporting | Jakob Unterwurzacher | |
2015-09-15 | Add "--zerokey" option to simplify testing and benchmarking | Jakob Unterwurzacher | |
2015-09-14 | init: Check if dir is empty part II (done) | Jakob Unterwurzacher | |
2015-09-13 | init: Check if dir is empty part I | Jakob Unterwurzacher | |
2015-09-13 | Implement password handling | Jakob Unterwurzacher | |
2015-09-13 | Encrypt key with scrypt-hashed password | Jakob Unterwurzacher | |
2015-09-13 | Friendlier error message if gocryptfs.conf does not exist | Jakob Unterwurzacher | |
2015-09-13 | Implement json config storage (not yet encrypted) | Jakob Unterwurzacher | |
2015-09-09 | Fix File.GettAttr() size reporting | Jakob Unterwurzacher | |
The too-large reported value broke mmap (applications saw appended zero bytes) Also * Add locking for all fd operations * Add "--debug" command line switch | |||
2015-09-08 | Explain both frontends in readme | Jakob Unterwurzacher | |
Also, re-enable openssl and disable debug messages so testing gocryptfs is less painful | |||
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 | |