Chris Lu
|
556cc3a4ca
|
mount: avoid exception if disk cache is not initialized
related to https://github.com/chrislusf/seaweedfs/issues/2102
|
2021-05-31 16:42:55 -07:00 |
|
Nathan Hawkins
|
042de9359c
|
make reader_at handle random reads more efficiently for FUSE
|
2021-04-28 19:13:37 -04:00 |
|
Chris Lu
|
6bc09b18c4
|
truncate is a bit faster to reuse the storage
|
2021-04-14 20:26:56 -07:00 |
|
Chris Lu
|
4abb511db3
|
make a local copy of the in memory cached data
|
2021-03-22 22:33:07 -07:00 |
|
bingoohuang
|
7256902fb0
|
fix typo offset.ToAcutalOffset to offset.ToActualOffset
|
2021-02-07 12:11:51 +08:00 |
|
Chris Lu
|
90b117acf1
|
update ccache version
|
2021-01-08 02:17:43 -08:00 |
|
Chris Lu
|
707936f482
|
re-enable caching larger than 16MB
revert 62ce85610e
|
2020-10-03 14:12:38 -07:00 |
|
Chris Lu
|
b9887504e8
|
fix test
|
2020-09-27 23:19:50 -07:00 |
|
Chris Lu
|
f46eae284e
|
adjust for test
|
2020-09-27 23:08:11 -07:00 |
|
Chris Lu
|
c49e2bb9a3
|
adjust
|
2020-09-27 12:07:45 -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
|
e43d86c796
|
fix pre allocated volume size
|
2020-09-27 10:58:19 -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
|
99d05f758c
|
adjust logs
|
2020-08-18 23:39:18 -07:00 |
|
Chris Lu
|
6a92f0bc7a
|
refactoring to typed Size
Go is amazing with refactoring!
|
2020-08-18 17:04:28 -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
|
cb3985be70
|
go fmt
|
2020-04-20 17:48:06 -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 |
|