Harshavardhana
|
e37c5315ec
|
Live multiple disk removal works properly
|
9 years ago |
Harshavardhana
|
e1e4908515
|
Wire up sha512 matching inside donut along with md5sum
|
9 years ago |
Harshavardhana
|
e885259584
|
Handle removal of disks - getObject() now reads if disks are missing underneath, add initial stub healing code
|
9 years ago |
Harshavardhana
|
29838bb851
|
Cleanup temporary writers upon errors during putObject(), all metadata() write operations
|
9 years ago |
Harshavardhana
|
15dd0df187
|
Support signature v4 at rest
|
9 years ago |
Harshavardhana
|
14844f48dd
|
Make donut do everything as an atomic operation, this avoids all the deadlocks and races
|
10 years ago |
Harshavardhana
|
8a4e7bcdcf
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
Harshavardhana
|
7c37e9d06a
|
Make donut fully integrated back into API handlers
|
10 years ago |
Harshavardhana
|
335c7827eb
|
More donut, cache, api cleanup
|
10 years ago |
Harshavardhana
|
dc0df3dc0e
|
Breakaway from driver model, move cache into donut
|
10 years ago |
Harshavardhana
|
10c807f233
|
Put object on successful write returns full metadata, to avoid subsequent GetObjectMetadata() calls in driver
|
10 years ago |
Harshavardhana
|
45a7eab804
|
An attempt to bring in memory layer into donut driver
|
10 years ago |
Harshavardhana
|
f3c25bcfc4
|
Keeping the lexical order same add optimizations, provide a comprehensive response from ListObjects()
|
10 years ago |
Harshavardhana
|
9a4680475f
|
Object metadata was wrongly misconstrued to be mutable, handle it
|
10 years ago |
Harshavardhana
|
3aa6d90c5e
|
Avoid racy maps, read from disk on success return quickly. Many more optimizations
|
10 years ago |
Harshavardhana
|
68974918ac
|
Donut moves to typed metadata, removing the necessity for strconv, parsing and string converstions
|
10 years ago |
Harshavardhana
|
767d3743ee
|
Add new metadata definitions and use them
|
10 years ago |
Harshavardhana
|
fb9adb5524
|
Donut cleanup another set
- Make sure to close all readers
- Fix errors in api_testsuite c.Assert(err, IsNil) should be done right after each function call
|
10 years ago |
Harshavardhana
|
eec66f195a
|
Take all the ListObjects into bucket handlers
Earlier the listing would wait for all the objects to be processed
this is essentially very time consuming considering even for 100,000
files.
|
10 years ago |
Harshavardhana
|
45e9d25931
|
Remove more bloated code - simplify
|
10 years ago |
Harshavardhana
|
82dcbf262d
|
Add simple locking for donut API for now - fixes #671
|
10 years ago |
Harshavardhana
|
a2c205ff2e
|
Use external package disk for donut.
|
10 years ago |
Harshavardhana
|
1682c748ac
|
Remove unnecessary interfaces from donut, cleanup
|
10 years ago |
Harshavardhana
|
2fd52ca284
|
Add missing strongly typed errors for Donut
|
10 years ago |
Harshavardhana
|
f00bfd38da
|
Bump gocyclo back to 16
|
10 years ago |
Harshavardhana
|
8d06504068
|
Change all minio-io path to minio
|
10 years ago |
Harshavardhana
|
1c0ff2c758
|
ACL driver/storage layer support
|
10 years ago |
Harshavardhana
|
38155e86ac
|
iodine is part of minio now
|
10 years ago |
Harshavardhana
|
7fd1cc073c
|
Add everything back into one project hood, still missing iodine
|
10 years ago |
Frederick F. Kautz IV
|
6241c9880b
|
Moving object storage drivers back to minio
|
10 years ago |
Harshavardhana
|
ec39155089
|
Update minio-io/donut, minio-io/objectdriver
|
10 years ago |
Harshavardhana
|
b93b6785c2
|
Update to new changes at minio-io/objectdriver and minio-io/donut
New ObjectStorage interface is now fully written and working as
expected.
|
10 years ago |
Harshavardhana
|
0475d7d056
|
Migrate to external Donut package
|
10 years ago |