Chris Lu
|
9cacaf5eca
|
better detect file mime type
|
2020-04-14 11:32:31 -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
|
7764e0465c
|
refactoring
|
2020-04-12 21:00:55 -07:00 |
|
Chris Lu
|
211d87cf4c
|
mount: option to disable caching
|
2020-04-12 00:52:54 -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 |
|
Chris Lu
|
e909b55633
|
refactoring
|
2020-04-11 12:39:46 -07:00 |
|
Chris Lu
|
13ab1fdaf0
|
mount: use file default permission 0666
|
2020-04-10 02:23:23 -07:00 |
|
Chris Lu
|
eb39df2704
|
avoid dead loop
|
2020-04-09 21:43:26 -07:00 |
|
Chris Lu
|
56ec8c4513
|
fix to avoid nil file an dirty pages
|
2020-04-09 21:43:05 -07:00 |
|
Chris Lu
|
bb78ab9915
|
wait for master to be aware of the failed volumes
fix https://github.com/chrislusf/seaweedfs/issues/1268
|
2020-04-08 23:12:37 -07:00 |
|
Chris Lu
|
006f78b70b
|
make a copy of request data
to avoid concurrency issues
|
2020-04-08 22:31:19 -07:00 |
|
Chris Lu
|
6630541399
|
ensure correct file size when opening existing files
|
2020-04-08 12:50:59 -07:00 |
|
Chris Lu
|
b524a40375
|
add locking to fs cache
|
2020-04-08 12:50:34 -07:00 |
|
Chris Lu
|
bd56172b82
|
simplify file handle management
|
2020-04-08 12:50:20 -07:00 |
|
Chris Lu
|
9dc0b1df8f
|
refactoring to compile for windows OS
windows os does not like to work with fuse
|
2020-03-29 21:07:55 -07:00 |
|
Chris Lu
|
54768d0761
|
fix: delete a file and then create a directory with the same name
|
2020-03-29 01:39:48 -07:00 |
|
Chris Lu
|
057722bbf4
|
return part of the chunk if chunkview is not the full chunk
|
2020-03-29 00:54:39 -07:00 |
|
Chris Lu
|
af6d9976ad
|
adjust print out
|
2020-03-28 14:07:25 -07:00 |
|
Chris Lu
|
a75d50bbb8
|
FUSE: add configurable in memory chunk cache size
|
2020-03-28 14:07:16 -07:00 |
|
Chris Lu
|
826bc0b7e3
|
FUSE: add chunk cache for recently accessed file chunks
|
2020-03-28 13:43:31 -07:00 |
|
Chris Lu
|
eedd33dda3
|
refactoring
|
2020-03-28 13:41:58 -07:00 |
|
Chris Lu
|
d1439c5bd3
|
fix FUSE read for large files
FUSE expects ReadAt do not return partial filled buffer with a nil error.
|
2020-03-27 04:50:51 -07:00 |
|
Chris Lu
|
e1911760a7
|
refactoring
|
2020-03-27 00:30:55 -07:00 |
|
Chris Lu
|
2f5ed29c37
|
clean up
|
2020-03-27 00:30:39 -07:00 |
|
Chris Lu
|
e7e8691720
|
add some tests
|
2020-03-26 22:21:52 -07:00 |
|
Chris Lu
|
1fef598347
|
set target Dir object when moving
|
2020-03-26 10:56:40 -07:00 |
|
Chris Lu
|
9e2e07b238
|
tweak
|
2020-03-26 10:56:18 -07:00 |
|
Chris Lu
|
cbce793753
|
rename: set new name for renamed files
|
2020-03-26 03:30:23 -07:00 |
|
Chris Lu
|
c763a492f5
|
refactor
|
2020-03-26 03:30:02 -07:00 |
|
Chris Lu
|
dd5b582d05
|
go fmt
|
2020-03-26 00:09:01 -07:00 |
|
Chris Lu
|
7f0d87b206
|
tree structured fs cache
FsCache for FsNode, wrapping fs.Node
|
2020-03-26 00:08:14 -07:00 |
|
Chris Lu
|
2e4fadd10a
|
fix fscache move
|
2020-03-25 22:19:19 -07:00 |
|
Chris Lu
|
45ee3736aa
|
refactoring
|
2020-03-23 01:25:38 -07:00 |
|
Chris Lu
|
c0f0fdb3ba
|
refactoring
|
2020-03-23 00:01:34 -07:00 |
|
Chris Lu
|
0bf148f49d
|
logging
|
2020-03-22 16:19:00 -07:00 |
|
Chris Lu
|
bda13ed593
|
commented prints
|
2020-03-22 13:09:51 -07:00 |
|
Chris Lu
|
74e23e8d64
|
FUSE mount: rename correctly across folders
|
2020-03-22 13:09:33 -07:00 |
|
Chris Lu
|
64000f5c45
|
FUSE mount: rename under root
fix https://github.com/chrislusf/seaweedfs/issues/1242
|
2020-03-22 13:09:16 -07:00 |
|
Chris Lu
|
ae2ee379c0
|
consistent 64bit size
|
2020-03-22 01:37:46 -07:00 |
|
Chris Lu
|
65d2ea9fb0
|
FUSE mount: stream read data with buffer
fix https://github.com/chrislusf/seaweedfs/issues/1244
|
2020-03-22 01:00:36 -07:00 |
|
Chris Lu
|
2e3f6ad3a9
|
filer: remember content is gzipped or not
|
2020-03-08 21:39:33 -07:00 |
|
Chris Lu
|
afb20de14c
|
breaks dependency loop
|
2020-03-07 17:01:39 -08:00 |
|
Chris Lu
|
8645283a7b
|
fuse mount: avoid lookup nil entry
fix https://github.com/chrislusf/seaweedfs/issues/1221
|
2020-03-07 16:51:46 -08:00 |
|
Chris Lu
|
13e215ee5c
|
filer: option to encrypt data on volume server
|
2020-03-06 00:49:47 -08:00 |
|
Chris Lu
|
f90c43635d
|
refactoring
|
2020-03-04 00:39:47 -08:00 |
|
Chris Lu
|
0156e2975a
|
mount: add mode to run external to SeaweedFS container cluster
|
2020-02-26 16:46:01 -08:00 |
|
Chris Lu
|
36d6595658
|
remove ctx
|
2020-02-25 22:38:27 -08:00 |
|
Chris Lu
|
fd9612d66e
|
remove ctx
|
2020-02-25 22:37:54 -08:00 |
|
Chris Lu
|
97ab8a1976
|
remove ctx if possible
|
2020-02-25 22:23:59 -08:00 |
|