aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/volume_read_write.go
AgeCommit message (Expand)AuthorFilesLines
2018-11-23go fmtChris Lu1-1/+1
2018-11-08fix deleting bucket1.04Chris Lu1-1/+3
2018-11-05delete file by name instead of referencing the dataFile pointerChris Lu1-5/+2
2018-11-05fix invalid point when delete collectionalex82241-1/+1
2018-11-04close file in ScanVolumeFile()Chris Lu1-0/+1
2018-08-23clean remove all left over files when deleting a collectionChris Lu1-0/+4
2018-07-24set needle AppendAtNs value during writesChris Lu1-0/+2
2018-07-24working version3Chris Lu1-13/+0
2018-07-14extend export command to show tombstone + change output format to CSVChris Lu1-1/+5
2018-07-08refactoring: add type for needle id, offsetChris Lu1-6/+7
2018-06-24prepare for flexible super blockChris Lu1-1/+1
2017-06-03skip bytes cacheChris Lu1-2/+0
2017-01-20Remove obsolete property Volume.dataFileSizebrstgt1-17/+6
2017-01-20Log volumeId if dataFileSize != actual data file size - improve log typesbrstgt1-4/+4
2017-01-20Log volumeId if dataFileSize != actual data file sizebrstgt1-4/+4
2017-01-06keep track of total data file sizeChris Lu1-7/+23
2016-07-03refactor volume_read_write.go out of volume.goChris Lu1-0/+231