aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/erasure_coding
AgeCommit message (Expand)AuthorFilesLines
6 daysfix(ec.decode): purge EC shards when volume is empty (#7749)HEADorigin/masterorigin/HEADmasterChris Lu2-0/+103
2025-12-02Add disk-aware EC rebalancing (#7597)Chris Lu2-0/+937
2025-10-27go fmtchrislu1-2/+2
2025-10-27Erasure Coding: Ec refactoring (#7396)Chris Lu5-52/+175
2025-08-07volume server UI: fix ec volume ui (#7104)Chris Lu1-7/+12
2025-08-02Admin UI: include ec shard sizes into volume server info (#7071)Chris Lu5-18/+333
2025-07-30Admin: misc improvements on admin server and workers. EC now works. (#7055)Chris Lu2-3/+22
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu3-16/+16
2025-07-01ensure deleted entries are deletedchrislu1-1/+1
2025-06-16refactoringchrislu1-1/+1
2025-05-09Fix update of `SeaweedFS_volumeServer_volumes` gauge metrics when EC shards a...Lisandro Pin2-3/+11
2025-05-09Use the correct constant when computing the offset in SearchNeedleFromSortedI...Quentin D.1-4/+3
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu2-3/+3
2024-11-21ReadAt may return io.EOF t end of filechrislu2-3/+10
2024-11-19adjust error messagechrislu1-1/+1
2024-10-24rename proto field from DestroyTime to expire_at_secchrislu2-8/+8
2024-08-16EC volume supports expiration and displays expiration message when executing ...augustazz2-13/+26
2024-08-13renamechrislu1-1/+1
2024-08-13add dat file size into vif for ECchrislu4-13/+36
2024-08-13fix EC reading on nLargeBlockRowschrislu2-10/+19
2024-04-17rename VolumeServerVolumeGauge (#5504)steve.wei1-2/+2
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