minio/pkg/donut
Harshavardhana 4a27ab0e58 Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking()
Also this patch changes the cache key element to be interface{} type not string.
2015-07-05 20:26:32 -07:00
..
cache Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking() 2015-07-05 20:26:32 -07:00
disk Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
split Restructure codebase move crypto, checksum to top-level, move `split` into donut, move crypto/keys into api/auth 2015-07-03 15:24:51 -07:00
.gitignore Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
bucket.go Make donut do everything as an atomic operation, this avoids all the deadlocks and races 2015-07-03 17:16:58 -07:00
common.go Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
config.go Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking() 2015-07-05 20:26:32 -07:00
date.go Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
definitions.go Implement metadata cache, metadata cache is used by top level donut right now. Rename trove as data cache 2015-07-03 21:09:57 -07:00
donut-v1.go Make donut do everything as an atomic operation, this avoids all the deadlocks and races 2015-07-03 17:16:58 -07:00
donut-v1_test.go Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking() 2015-07-05 20:26:32 -07:00
donut-v2.go Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking() 2015-07-05 20:26:32 -07:00
donut-v2_test.go Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking() 2015-07-05 20:26:32 -07:00
encoder.go Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
errors.go Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
interfaces.go Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
LICENSE Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
management.go Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
multipart.go Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking() 2015-07-05 20:26:32 -07:00
node.go Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
README.md Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
rebalance.go Add full API tests, move storage/donut to donut, add disk tests as well 2015-07-03 14:36:29 -07:00
utils.go Implement metadata cache, metadata cache is used by top level donut right now. Rename trove as data cache 2015-07-03 21:09:57 -07:00

Donut

donut - Donut (do not delete) on disk format implementation released under Apache license v2.