aboutsummaryrefslogtreecommitdiff
path: root/weed/util/chunk_cache/chunk_cache.go
AgeCommit message (Expand)AuthorFilesLines
2020-09-27skip caching too large chunksChris Lu1-2/+4
2020-09-27more testsChris Lu1-9/+9
2020-09-27refactorChris Lu1-16/+14
2020-08-30change log level 5 to 4Chris Lu1-1/+1
2020-08-17refactoring: use interfaceChris Lu1-0/+5
2020-08-17renameChris Lu1-8/+8
2020-08-17rename variablesChris Lu1-10/+10
2020-08-15adjust logsChris Lu1-1/+1
2020-06-27since we already know the chunk size, no need to iterateChris Lu1-6/+20
2020-06-27incase the memory data is too smallChris Lu1-19/+6
2020-06-26a little bit more efficientChris Lu1-3/+15
2020-06-26error loggingChris Lu1-0/+2
2020-06-25FUSE mount: fix file id written twice?Chris Lu1-1/+1
2020-04-13tiered cachingChris Lu1-14/+29
2020-04-13refactoringChris Lu1-61/+25
2020-04-12refactoringChris Lu1-1/+1
2020-04-12mount: fixChris Lu1-3/+1
2020-04-12avoid duplicated setting chunks into cacheChris Lu1-0/+11
2020-04-12handle nil chunk cacheChris Lu1-0/+10
2020-04-11mount: add on disk cachingChris Lu1-16/+95
2020-04-11refactorChris Lu1-0/+36