aboutsummaryrefslogtreecommitdiff
path: root/weed/util/chunk_cache/chunk_cache.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22WIPorigin/changing-to-zapchrislu1-9/+9
2024-09-14fix file read crash (#6021)Bruce1-4/+7
2024-09-11Feature limit caching to prescribed number of bytes per file (#6009)Eugeniy E. Mikhailov1-0/+46
2024-09-10bug fix in the data received from cache processing (#6002)Eugeniy E. Mikhailov1-5/+5
2024-09-04Revert "weed mount, weed dav add option to force cache"chrislu1-4/+2
2024-09-04weed mount, weed dav add option to force cachechrislu1-2/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-02-26better control for reader cachingchrislu1-103/+0
2022-02-25chunk cache adds function ReadChunkAtchrislu1-0/+49
2021-04-28make reader_at handle random reads more efficiently for FUSENathan Hawkins1-0/+65
2020-10-03re-enable caching larger than 16MBChris Lu1-2/+2
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