aboutsummaryrefslogtreecommitdiff
path: root/weed/util/chunk_cache/chunk_cache_on_disk.go
AgeCommit message (Expand)AuthorFilesLines
2022-11-14Lazy loading (#3958)Guo Lei1-1/+1
2022-09-15docs: `panicing` -> `panicking` (#3687)Ryan Russell1-2/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-02-25chunk cache adds function ReadChunkAtchrislu1-0/+22
2021-04-28make reader_at handle random reads more efficiently for FUSENathan Hawkins1-4/+27
2021-04-14truncate is a bit faster to reuse the storageChris Lu1-4/+6
2021-02-07fix typo offset.ToAcutalOffset to offset.ToActualOffsetbingoohuang1-2/+2
2020-08-18adjust logsChris Lu1-1/+1
2020-08-18refactoring to typed SizeChris Lu1-1/+1
2020-06-26error loggingChris Lu1-1/+1
2020-04-11mount: add on disk cachingChris Lu1-0/+145