chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2022-07-29 00:17:28 -07:00 |
|
chrislu
|
28b395bef4
|
better control for reader caching
|
2022-02-26 02:16:47 -08:00 |
|
chrislu
|
3ad5fa6f6f
|
chunk cache adds function ReadChunkAt
|
2022-02-25 21:55:04 -08:00 |
|
Nathan Hawkins
|
042de9359c
|
make reader_at handle random reads more efficiently for FUSE
|
2021-04-28 19:13:37 -04:00 |
|
Chris Lu
|
707936f482
|
re-enable caching larger than 16MB
revert 62ce85610e
|
2020-10-03 14:12:38 -07:00 |
|
Chris Lu
|
62ce85610e
|
skip caching too large chunks
|
2020-09-27 11:58:48 -07:00 |
|
Chris Lu
|
9ad2dcca2b
|
more tests
|
2020-09-27 11:42:51 -07:00 |
|
Chris Lu
|
31fc7bb2e1
|
refactor
adjust for faster test
|
2020-09-27 10:41:29 -07:00 |
|
Chris Lu
|
a41588279a
|
change log level 5 to 4
|
2020-08-30 20:12:04 -07:00 |
|
Chris Lu
|
09e126bae5
|
refactoring: use interface
|
2020-08-17 20:20:08 -07:00 |
|
Chris Lu
|
be4d42b8e2
|
rename
|
2020-08-17 20:15:53 -07:00 |
|
Chris Lu
|
97e54a80d4
|
rename variables
|
2020-08-17 16:05:13 -07:00 |
|
Chris Lu
|
003d48da21
|
adjust logs
|
2020-08-15 19:55:28 -07:00 |
|
Chris Lu
|
bef356ce4c
|
since we already know the chunk size, no need to iterate
|
2020-06-27 12:51:04 -07:00 |
|
Chris Lu
|
a808b3b5df
|
incase the memory data is too small
|
2020-06-27 11:59:15 -07:00 |
|
Chris Lu
|
3dbd51c3c2
|
a little bit more efficient
|
2020-06-26 10:02:37 -07:00 |
|
Chris Lu
|
212b6e7d42
|
error logging
|
2020-06-26 10:01:55 -07:00 |
|
Chris Lu
|
3cec4b3c49
|
FUSE mount: fix file id written twice?
fix https://github.com/chrislusf/seaweedfs/issues/1373
|
2020-06-25 20:11:49 -07:00 |
|
Chris Lu
|
2b5c4fbbf3
|
tiered caching
1/4 for small less than 1MB files. 1/4 for 1~4MB files, 1/2 for bigger than 4MB files
|
2020-04-13 22:19:27 -07:00 |
|
Chris Lu
|
f282ed444b
|
refactoring
|
2020-04-13 21:58:10 -07:00 |
|
Chris Lu
|
7764e0465c
|
refactoring
|
2020-04-12 21:00:55 -07:00 |
|
Chris Lu
|
94e35cdb35
|
mount: fix
fix bug found by git bisect, but I do not understand why it can cause error!
|
2020-04-12 03:34:36 -07:00 |
|
Chris Lu
|
2a1f396df5
|
avoid duplicated setting chunks into cache
|
2020-04-12 01:06:50 -07:00 |
|
Chris Lu
|
b9b7da905e
|
handle nil chunk cache
|
2020-04-12 01:00:12 -07:00 |
|
Chris Lu
|
df97da25f9
|
mount: add on disk caching
|
2020-04-11 21:12:41 -07:00 |
|
Chris Lu
|
d7f3acb2c0
|
refactor
|
2020-04-11 12:45:24 -07:00 |
|