aboutsummaryrefslogtreecommitdiff
path: root/weed/storage
AgeCommit message (Expand)AuthorFilesLines
2021-02-16use hdd instead of empty stringChris Lu1-1/+1
2021-02-16this can compile now!!!Chris Lu9-21/+25
2021-02-13support customizable disk typeChris Lu3-7/+8
2021-02-13disk type can be generic tagsChris Lu1-3/+6
2021-02-11volume: fail fast if idx files are missingChris Lu2-0/+20
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu18-50/+50
2021-02-09fix renaming for 5bytesbingoohuang1-1/+1
2021-02-07fix refactoring left over2.24Chris Lu1-1/+1
2021-02-07fix typo offset.ToAcutalOffset to offset.ToActualOffsetbingoohuang10-28/+28
2021-02-07renaming NeedleMapType to NeedleMapKindbingoohuang6-17/+17
2021-01-12avoid concurrent map updates to viperChris Lu1-2/+2
2021-01-03manifest file also need to detect compressionChris Lu1-2/+2
2020-12-22go fmtChris Lu2-5/+5
2020-12-17Merge branch 'master' into support_ssd_volumeChris Lu1-4/+4
2020-12-17fix logging when errorChris Lu1-4/+4
2020-12-17Merge branch 'master' into support_ssd_volumeChris Lu1-4/+23
2020-12-17volume: avoid reprocessing the same volumeChris Lu1-4/+23
2020-12-17Revert "Merge pull request #1683 from qieqieplus/master"Chris Lu1-7/+5
2020-12-17Revert "Merge pull request #1683 from qieqieplus/master"Chris Lu1-6/+4
2020-12-16go fmtChris Lu4-12/+12
2020-12-16passing disk type alongChris Lu2-0/+5
2020-12-16Merge branch 'master' into support_ssd_volumeChris Lu1-5/+7
2020-12-16smaller critical sectionchenqieqie1-5/+5
2020-12-16fix race condition when loading volumes concurrentlychenqieqie1-5/+7
2020-12-14adjust volume server UIChris Lu1-0/+7
2020-12-13find location with matching disk typeChris Lu1-0/+3
2020-12-13allocate volume by disk typeChris Lu2-6/+10
2020-12-13disk type configurable for each folderChris Lu1-2/+2
2020-12-13rename from volumeType to diskTypeChris Lu5-17/+17
2020-12-13volume server set volume type and heartbeat to the masterChris Lu4-15/+27
2020-12-13adding volume typeChris Lu2-0/+24
2020-12-11adjust loggingChris Lu2-4/+3
2020-12-11use append time instead of filer's own modification timeChris Lu1-1/+1
2020-12-04volume: ensure the volume dat and idx files are always closedChris Lu1-0/+18
2020-12-03better unit detectionChris Lu1-0/+15
2020-12-03Update volume_ttl_test.goChris Lu1-1/+1
2020-12-03ttl fix: 3y was converted into 96mChris Lu1-2/+20
2020-12-01file open errorChris Lu1-2/+2
2020-12-01return file open errorChris Lu1-0/+6
2020-11-28fix testChris Lu1-1/+1
2020-11-28volume: detect and drop volumes with disk IO errorChris Lu3-5/+31
2020-11-27read from volume index file directly instead of open a separate fileChris Lu2-21/+31
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu13-91/+129
2020-11-26refactorChris Lu1-4/+9
2020-11-26add commentsChris Lu1-0/+5
2020-11-26renameChris Lu1-16/+16
2020-11-26just refactoringChris Lu1-43/+46
2020-11-26pass in dir.idx parameter to DiskLocationChris Lu2-5/+17
2020-11-26go fmtChris Lu1-5/+5
2020-11-21remove zstdChris Lu1-3/+3