aboutsummaryrefslogtreecommitdiff
path: root/weed/storage
AgeCommit message (Expand)AuthorFilesLines
2024-06-02Fix sorted needle file's write mode for (*SortedFileNeedleMap).Delete() (#5633)NyaMisty1-1/+1
2024-05-12fix: recreate index include deleted files (#5579)Konstantin Lebedev3-19/+18
2024-04-28fix: skip file size checking for volume with TTL (#5541)Konstantin Lebedev1-0/+3
2024-04-26feat: upload files directly without multipart/form-data (#5539)Kevin Bulteel1-1/+71
2024-04-17rename VolumeServerVolumeGauge (#5504)steve.wei4-5/+5
2024-04-11[volume] Reduce the number of buffers for uploading one chunk (#5458)Konstantin Lebedev1-9/+3
2024-04-02fix: always close volume file (#4530) (#5459)Henco Appel1-4/+11
2024-03-19fix compilationchrislu1-1/+1
2024-03-18chore(deps): bump github.com/rclone/rclone from 1.65.2 to 1.66.0 (#5387)dependabot[bot]1-1/+1
2024-03-12go fmtchrislu1-1/+1
2024-03-09remove repetitive words (#5364)rustrover1-1/+1
2024-03-06Add deleted bytes to total_disk_size (#5161)Seyed Mahdi Sadegh Shobeiri1-0/+7
2024-02-24avoid unexpected compact size (#5272)Konstantin Lebedev1-2/+18
2024-02-24when verifyNeedleIntegrity, do not truncate fileschrislu1-6/+2
2024-02-14Fix Broken Links (#5287)Justin Dhillon1-2/+2
2024-01-26weed/storage: Fix volume info file permissions (#5246)BenoƮt Knecht1-3/+2
2024-01-25Revert "Fix weed fix"chrislu1-28/+2
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