aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/erasure_coding
AgeCommit message (Expand)AuthorFilesLines
2024-03-09remove repetitive words (#5364)rustrover1-1/+1
2023-10-03Revert "Revert "Revert "Add disk type to prometheus metrics" (#4777)""chrislu1-2/+2
2023-10-03Revert "Revert "fix compilation""chrislu1-2/+0
2023-10-03Revert "fix compilation"chrislu1-0/+2
2023-10-03fix compilationchrislu1-2/+0
2023-10-03Revert "fix compilation"chrislu1-0/+2
2023-10-02fix compilationchrislu1-2/+0
2023-10-02Revert "Revert "Add disk type to prometheus metrics" (#4777)"chrislu1-2/+4
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu1-2/+5
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-5/+2
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-2/+5
2023-09-06weed/storage/erasure_coding: Close() after error handlingLars Lehtonen1-1/+1
2023-09-06weed/storage/erasure_coding: fix dropped test errorLars Lehtonen1-0/+3
2023-09-06weed/storage/erasure_coding: remove unused err from encodeDatFile() signatureLars Lehtonen1-2/+2
2023-08-09Fix resource leaks (#4737)Nikita Mochalov3-4/+11
2023-04-17collect ec shard from multiple locationschrislu1-4/+10
2022-10-13vacuum metrics and force sync dst files (#3832)Konstantin Lebedev1-0/+1
2022-09-06ADHOC: add read needle meta grpc (#3581)Eric Yang1-2/+6
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu9-31/+31
2022-07-20rename parameter and reuse functionsguol-fnst1-1/+1
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-4/+3
2022-03-28fix: encode small chunk return error maybe have some bug.justin1-1/+1
2021-09-12change server address from string to a typeChris Lu1-2/+3
2021-08-26refactor: separating out remote.protoChris Lu1-3/+3
2021-03-09volume: auto add missing vif filesChris Lu1-1/+1
2021-02-16this can compile now!!!Chris Lu3-5/+13
2021-02-07fix typo offset.ToAcutalOffset to offset.ToActualOffsetbingoohuang4-7/+7
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu2-18/+31
2020-10-21UI fix on rendering EC volumesChris Lu1-2/+2
2020-08-26erasure coding: fix EC error if multiple disks are configured in one volume s...Chris Lu1-0/+4
2020-08-26fix loggingChris Lu1-2/+2
2020-08-18support read option readDeleted=trueChris Lu1-1/+1
2020-08-18refactoringChris Lu1-1/+1
2020-08-18refactoring to typed SizeChris Lu6-15/+19
2020-07-14go fmtChris Lu2-3/+3
2020-06-25checking ecx fileChris Lu2-0/+54
2020-06-25fixChris Lu1-1/+1
2020-06-25add more ec encoding loggingChris Lu1-0/+2
2020-06-18erasure coding: fix cases where there are no .ecj filesChris Lu1-1/+5
2020-03-22volume: automatically detect max volume countChris Lu1-0/+7
2020-03-09volume: fix memory leak during compactionChris Lu2-3/+8
2020-02-04refactorChris Lu2-7/+7
2020-02-04volume: sdx generation uses memdb instead of compactMapChris Lu1-3/+4
2020-02-02shell: add volume.configure.replication to change replication for a volumeChris Lu1-1/+1
2019-12-28always create .vif fileChris Lu1-0/+3
2019-12-28ec: generate and copy .vif fileChris Lu1-0/+7
2019-12-28load volume info from .vif file, use superblock as a backupChris Lu1-0/+1
2019-12-23only copy required shardsChris Lu1-0/+7
2019-12-23shell: add ec.decode commandChris Lu3-1/+208
2019-12-18volume: use sorted index map for readonly volumesChris Lu4-14/+14