aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/erasure_coding/ec_encoder.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-27Erasure Coding: Ec refactoring (#7396)Chris Lu1-37/+76
2025-08-02Admin UI: include ec shard sizes into volume server info (#7071)Chris Lu1-0/+1
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-12/+12
2025-07-01ensure deleted entries are deletedchrislu1-1/+1
2023-09-06weed/storage/erasure_coding: remove unused err from encodeDatFile() signatureLars Lehtonen1-2/+2
2023-08-09Fix resource leaks (#4737)Nikita Mochalov1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-07-20rename parameter and reuse functionsguol-fnst1-1/+1
2022-03-28fix: encode small chunk return error maybe have some bug.justin1-1/+1
2020-08-18refactoring to typed SizeChris Lu1-1/+1
2020-06-25fixChris Lu1-1/+1
2020-06-25add more ec encoding loggingChris Lu1-0/+2
2020-03-09volume: fix memory leak during compactionChris Lu1-2/+5
2020-02-04refactorChris Lu1-4/+4
2020-02-04volume: sdx generation uses memdb instead of compactMapChris Lu1-3/+4
2019-12-23shell: add ec.decode commandChris Lu1-1/+1
2019-12-18volume: use sorted index map for readonly volumesChris Lu1-4/+4
2019-06-19ec volume support deletesChris Lu1-3/+3
2019-06-03fix ec.rebuild bugsChris Lu1-4/+2
2019-06-03fix multiple bugsChris Lu1-3/+102
2019-05-25allocate ec shards to volume serversChris Lu1-3/+4
2019-05-24shard id starts from zeroChris Lu1-1/+1
2019-05-21volume: load ec shards during heartbeats to masterChris Lu1-2/+2
2019-05-20adds VolumeEcGenerateSlices, VolumeEcCopyChris Lu1-9/+119
2019-05-19add locating data inside the ec filesChris Lu1-2/+6
2019-05-18generate ec01~ec14, generate ecx file with sorted needle valuesChris Lu1-1/+49
2019-05-15move function to make travis happyChris Lu1-0/+32
2019-05-15testing RS codingChris Lu1-0/+8