aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/disk_location_ec.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-27Erasure Coding: Ec refactoring (#7396)Chris Lu1-5/+8
2025-10-26Volume Server: handle incomplete ec encoding (#7384)Chris Lu1-6/+246
2025-10-13Add Kafka Gateway (#7231)Chris Lu1-0/+5
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-2/+2
2024-12-19go fmtchrislu1-1/+1
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu1-1/+1
2024-12-15Update disk_location_ec.go (#6359)coffeecloudgit1-0/+4
2024-08-16EC volume supports expiration and displays expiration message when executing ...augustazz1-6/+6
2024-01-11factor in existing ec volume count when estimating max volume countchrislu1-2/+6
2023-09-25fix(ec): volumes created by foreign collection due to bug in ec balance (#4864)Tobias Gurtzick1-2/+11
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu1-2/+3
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-3/+2
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-2/+3
2023-04-17collect ec shard from multiple locationschrislu1-0/+16
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-5/+3
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-7/+6
2021-02-18Merge remote-tracking branch 'origin/master'bingoohuang1-2/+2
2021-02-18use backticks instead of double quotes to avoid escaped additionally in regexbingoohuang1-1/+1
2021-02-16this can compile now!!!Chris Lu1-2/+2
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-1/+8
2020-08-26erasure coding: fix EC error if multiple disks are configured in one volume s...Chris Lu1-0/+4
2020-03-22volume: automatically detect max volume countChris Lu1-0/+7
2019-12-24decouple the volume.Destroy() from the operation of unmountVolume()stlpmo1-0/+14
2019-06-05fix ec related bugsChris Lu1-1/+1
2019-06-04go fmtChris Lu1-1/+1
2019-06-03fix multiple bugsChris Lu1-1/+1
2019-06-01destroy ec volume if it is emptyChris Lu1-0/+11
2019-06-01ec shard delete also check ec volumes, in addition to volumesChris Lu1-1/+1
2019-05-30add collection.deleteChris Lu1-0/+10
2019-05-27refactoring ecx to ecVolumeChris Lu1-1/+10
2019-05-27refactoringChris Lu1-29/+18
2019-05-27convert needle id to ec intervals to read fromChris Lu1-0/+11
2019-05-25mount/unmount ec shardsChris Lu1-14/+71
2019-05-21volume: load ec shards during heartbeats to masterChris Lu1-0/+84