aboutsummaryrefslogtreecommitdiff
path: root/weed/storage
AgeCommit message (Expand)AuthorFilesLines
2024-01-15can vacuum volume when size mismatch (#5200)skycope3-4/+14
2024-01-11fix write volume over size MaxPossibleVolumeSize (#5190)skycope2-14/+1
2024-01-11factor in existing ec volume count when estimating max volume countchrislu2-3/+7
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-10/+10
2023-12-06weed/storage: fix dropped test errorsLars Lehtonen1-0/+12
2023-11-26go fmtchrislu2-5/+5
2023-11-23reduce binary size by skipping rclonechrislu3-0/+7
2023-11-20Fix weed fixSmsS41-2/+28
2023-10-03Revert "Revert "Revert "Add disk type to prometheus metrics" (#4777)""chrislu4-5/+5
2023-10-03Revert "Revert "fix compilation""chrislu1-2/+0
2023-10-03Revert "fix compilation"chrislu4-2/+5
2023-10-03fix compilationchrislu4-5/+2
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)"chrislu4-5/+7
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...chrislu3-6/+10
2023-09-18Revert "Revert "Merge branch 'master' into sub""chrislu1-1/+3
2023-09-18Revert "Merge branch 'master' into sub"chrislu1-3/+1
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu3-10/+6
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]3-6/+10
2023-09-18fix: weed/storage: dropped errorLars Lehtonen1-1/+3
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-10Save disk space metrics immediately (#4740)Nikita Mochalov1-0/+1
2023-08-09Fix resource leaks (#4737)Nikita Mochalov5-24/+40
2023-07-10refresh max volume count after adjust (#4662)LHHDZ1-0/+5
2023-07-07avoid nil needle mapchrislu1-0/+4
2023-07-06minorchrislu1-2/+2
2023-07-04Fix DataBackend nil pointer (#4641)wusong1-1/+4
2023-07-04fix copying level db files during commichrislu1-1/+1
2023-06-24Support templating name of files stored via Rclone backend (#4606)Damiano Albani1-3/+33
2023-06-18remove duplicate `fileCount` query (#4588)Bai Jie1-1/+0
2023-06-18doIsEmpty() return error if v.DataBackend is nil (#4587)Bai Jie1-2/+6
2023-06-14avoid data race read volume.IsEmpty (#4574)柏杰5-16/+161
2023-06-14fix get file stats for IsEmpty (#4576)Konstantin Lebedev1-2/+2
2023-06-12fix from comment delete volume is empty (#4573)Konstantin Lebedev2-4/+5
2023-06-12Delete volume is empty (#4561)Konstantin Lebedev2-1/+7
2023-06-05Fix no more writable volumes by delay judgment (#4548)wusong1-4/+8
2023-06-02set df.File to nil after it is closedchrislu1-3/+19
2023-04-22avoid overwriting variableschrislu1-1/+1
2023-04-18Rclone storage backend (#4402)Damiano Albani4-0/+291
2023-04-17collect ec shard from multiple locationschrislu3-4/+37
2023-03-14fix testchrislu1-1/+3
2023-03-14fix testchrislu1-1/+3
2023-03-08fix testschrislu1-1/+1
2023-03-02fix_read_tomb_needle_meta (#4263)zemul1-1/+5
2022-11-23Include name/mime in ReadAllNeedles (#4005)James Hartig1-0/+2
2022-11-20Include meta in ReadAllNeedles (#3991)James Hartig1-4/+7