1
0
mirror of https://github.com/minio/minio.git synced 2025-01-25 05:33:16 -05:00

5 Commits

Author SHA1 Message Date
Harshavardhana
ed676667d0 vendor: update reedsolomon package with new changes. ()
- Cached inverse matrices for better reconstruct performance.
- New error reconstruction required is returned, helpful in
  initiating healing.
2016-10-06 21:57:42 -07:00
Harshavardhana
7f38f46e20 vendor: update klauspost/reedsomon package with upstream changes. () 2016-06-17 15:16:26 +05:30
Harshavardhana
ba7a55c321 xl: ReedSolomon code fix small file erasure bug. ()
For files less than 'dataBlocks', erasure encoding would fail
with short data due to a bug in the implementation itself.

Relax the error return, even a single byte can be properly
erasure coded without issues.

Fixes 
2016-05-01 15:30:40 -07:00
Harshavardhana
a9935f886c vendor: update reedsolomon package with new perm improvements. () 2016-04-29 14:59:03 -07:00
Harshavardhana
a98a7fb1ad Implement XL layer - preliminary work. 2016-04-25 12:47:31 -07:00