aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/needle/needle_read_write.go
AgeCommit message (Expand)AuthorFilesLines
2022-06-03refactoring, split filechrislu1-458/+0
2022-02-04move error to a separate filechrislu1-10/+10
2022-02-04error metrics for filer and storeKonstantin Lebedev1-0/+11
2021-09-02add error messageChris Lu1-1/+1
2021-08-01volume: deletion can skip volume size checkingChris Lu1-1/+1
2021-07-01go fmtChris Lu1-4/+4
2021-06-06use bytes.Buffer to reduce memory allocation and gcChris Lu1-25/+34
2021-04-02go fmtChris Lu1-1/+1
2021-03-22shell: add volume.check.disk to fix inconsistency for replicated volumesChris Lu1-3/+31
2021-02-28go fmtChris Lu1-1/+1
2021-02-20skip seek() when index file writesChris Lu1-1/+9
2020-10-27volume: add special handling for .dat larger than 32GBChris Lu1-0/+7
2020-08-18refactoring to typed SizeChris Lu1-17/+17
2020-08-04better needle id formatChris Lu1-1/+1
2020-06-19renamingChris Lu1-5/+5
2020-06-16hard limit volume file sizeChris Lu1-0/+4
2019-12-08refactoringChris Lu1-1/+1
2019-11-28master load backend storage config from master.tomlChris Lu1-6/+6
2019-11-09refactor memory mapped file into backend storageChris Lu1-41/+19
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu1-13/+12
2019-10-25refactor: simplifying to ReadAt() and WriteAt()Chris Lu1-1/+1
2019-10-24refactoringChris Lu1-1/+1
2019-10-01Make releaseMemory private and return byte array instead, fix other platform ...j.laycock1-8/+3
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-4/+4
2019-09-05rename mem_buffer to mBufferj.laycock1-3/+3
2019-09-04Rename End_of_file variable, implement platform indepenent memory_map.goj.laycock1-1/+1
2019-09-03Rename mem_map to mMap, remove some in_memory variables being passed around, ...j.laycock1-9/+9
2019-08-30Refactor to pass memory maps by reference instead of value, fix memory maps n...j.laycock1-8/+8
2019-08-30Move memory_map_windows to new folder, intercept most of the read and write c...j.laycock1-72/+93
2019-05-28adjust error message for file not foundChris Lu1-1/+1
2019-05-28WIPChris Lu1-4/+4
2019-05-27add grpc ec shard readChris Lu1-5/+11
2019-04-30style: go fmt for allWine931-2/+1
2019-04-19read volume lastAppendAtNs when loading a volumeChris Lu1-6/+8
2019-04-19fix needle map entry sizeChris Lu1-13/+13
2019-04-18refactoringChris Lu1-0/+391