aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/volume_loading.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-15/+15
2020-10-28volume: automatically trim out unreachable entriesChris Lu1-1/+1
2020-07-03refactoringChris Lu1-1/+1
2020-04-11refactoringChris Lu1-1/+1
2020-04-11rename functionChris Lu1-1/+1
2020-03-17volume: compaction can cause readonly volumesChris Lu1-1/+1
2020-01-08saving .vif files correctlyChris Lu1-3/+6
2019-12-28endure creating .vif filesChris Lu1-1/+3
2019-12-28go fmtChris Lu1-1/+0
2019-12-28load volume info from .vif file, use superblock as a backupChris Lu1-19/+2
2019-12-28refactoring: separating .vif from tier file loadingChris Lu1-2/+6
2019-12-28rename volume tier info to volume infoChris Lu1-1/+1
2019-12-24compaction changed to .idx based deletionChris Lu1-1/+1
2019-12-24rename .sdb to .sdxChris Lu1-1/+1
2019-12-23shell: add ec.decode commandChris Lu1-2/+3
2019-12-19refactoring variable nameChris Lu1-31/+30
2019-12-19volume: add deletion capability for previously readonly volumesChris Lu1-5/+5
2019-12-18tiered volume is read onlyChris Lu1-0/+1
2019-12-18volume: use sorted index map for readonly volumesChris Lu1-37/+44
2019-12-02tiered storage: can copy to s3, read from s3Chris Lu1-2/+5
2019-11-09refactor memory mapped file into backend storageChris Lu1-3/+3
2019-10-29adjust NewDiskFile() paramatersChris Lu1-1/+1
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu1-3/+7
2019-10-21adjust parameter namesChris Lu1-1/+1
2019-10-14Merge pull request #10 from chrislusf/masterjoeslay1-0/+3
2019-10-09volume: return error if superblock is not initializedChris Lu1-0/+3
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-3/+3
2019-09-05rename volume property MemoryMap to MemoryMapMaxSizeMBj.laycock1-1/+1
2019-09-03Rename mem_map to mMap, remove some in_memory variables being passed around, ...j.laycock1-3/+3
2019-09-03Changes to try and pass the URL parameters through - in memory flag not worki...Tom Maxwell1-3/+3
2019-09-02Swap imports to use joeslayj.laycock1-3/+3
2019-08-21volume: read dat files' last modified time no matter dat files are catWrite o...xushuxun1-1/+1
2019-06-17adjust countersChris Lu1-1/+1
2019-06-16count number of volumes and ec shardsChris Lu1-0/+3
2019-05-17volume: optimzation for leveldbChris Lu1-6/+9
2019-04-19read volume lastAppendAtNs when loading a volumeChris Lu1-1/+1
2019-04-19fix needle map entry sizeChris Lu1-1/+1
2019-04-18refactoringChris Lu1-2/+4
2019-04-09weed volume: remove boltdb, btree options, add options for leveldb medium, largeChris Lu1-9/+22
2018-09-09fix "weed backup" rerunningChris Lu1-3/+8
2018-09-09Revert "fix "weed backup" rerunning"Chris Lu1-1/+1
2018-09-09fix "weed backup" rerunningChris Lu1-1/+1
2018-07-09add error checking when loading dat fileChris Lu1-0/+2
2017-05-26add btree for volume indexChris Lu1-5/+10
2017-01-20Don't return actual file size from CheckVolumeDataIntegrity, it will be 0 if ...brstgt1-1/+1
2017-01-20Remove obsolete property Volume.dataFileSizebrstgt1-1/+1
2017-01-08support Fallocate on linuxChris Lu1-3/+3
2017-01-06keep track of total data file sizeChris Lu1-1/+2
2016-07-02refactoringChris Lu1-0/+18
2016-07-02refactor volume_loading.go out of volume.goChris Lu1-0/+89