| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-27 | remove dead code | chrislu | 1 | -346/+0 | |
| 2022-02-26 | use file size as max range | chrislu | 1 | -3/+2 | |
| 2022-01-22 | adjust log | chrislu | 1 | -1/+1 | |
| 2022-01-17 | ensure entry view cache is invalidated | chrislu | 1 | -1/+1 | |
| 2022-01-17 | wait for reading threads to complete before dropping sealed chunks | chrislu | 1 | -0/+9 | |
| 2022-01-17 | more logs | chrislu | 1 | -1/+1 | |
| 2022-01-17 | testing with always resetting entry view cache | chrislu | 1 | -1/+1 | |
| 2022-01-17 | more logs | chrislu | 1 | -0/+3 | |
| 2022-01-17 | invalidate filehandle entry view cache | chrislu | 1 | -5/+6 | |
| 2022-01-17 | remove unused variables | chrislu | 1 | -5/+3 | |
| 2022-01-15 | better locking on file handle | chrislu | 1 | -12/+0 | |
| 2021-12-28 | monitor write pattern: avoid timing due to locking | chrislu | 1 | -2/+3 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -1/+1 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-12-24 | use proper chunk size limit option | chrislu | 1 | -1/+1 | |
| 2021-12-24 | use 2MB chunk size. cache size is the wrong option | chrislu | 1 | -1/+1 | |
| 2021-12-24 | add stream writer | chrislu | 1 | -4/+12 | |
| this should improve streaming write performance, which is common in many cases, e.g., copying large files. This is additional to improved random read write operations: https://github.com/chrislusf/seaweedfs/wiki/FUSE-Mount/_compare/3e69d193805c79802f4f8f6cc63269b7a9a911f3...19084d87918f297cac15e2471c19306176e0771f | |||||
| 2021-12-23 | chunked file works now | chrislu | 1 | -0/+1 | |
| 2021-12-21 | mount: different write strategy for streaming write and random write | chrislu | 1 | -1/+1 | |
| 2021-12-20 | remove writeOnly flag | chrislu | 1 | -3/+3 | |
| 2021-12-20 | refactor, change file locations | chrislu | 1 | -1/+2 | |
| 2021-12-19 | avoid FUSE cache only for the first 512 bytes | chrislu | 1 | -1/+1 | |
| 2021-12-19 | mount: improve read performance on random reads | chrislu | 1 | -1/+2 | |
| 2021-08-11 | Synchronize number of open files | byunghwa.yun | 1 | -0/+2 | |
| 2021-08-09 | mount: cache on reading remote storage | Chris Lu | 1 | -0/+10 | |
| 2021-07-19 | optimization: improve random range query for large filesorigin/remote_overlay | Chris Lu | 1 | -1/+1 | |
| 2021-06-15 | FUSE: skip flushing if file is deleted | Chris Lu | 1 | -1/+7 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2110 | |||||
| 2021-05-10 | adjust logs | Chris Lu | 1 | -2/+2 | |
| 2021-05-10 | working properly | Chris Lu | 1 | -2/+2 | |
| 2021-05-10 | switch back to in memory uploading for now | Chris Lu | 1 | -2/+2 | |
| 2021-05-09 | mount: write to tmp file before uploading | Chris Lu | 1 | -1/+2 | |
| 2021-05-09 | refactor | Chris Lu | 1 | -1/+1 | |
| 2021-05-09 | refactor | Chris Lu | 1 | -2/+2 | |
| 2021-05-09 | refactor | Chris Lu | 1 | -2/+1 | |
| 2021-05-09 | refactor | Chris Lu | 1 | -3/+2 | |
| 2021-05-09 | refactor | Chris Lu | 1 | -6/+2 | |
| 2021-05-06 | mount: skip local chunk cache if opened write only | Chris Lu | 1 | -2/+3 | |
| 2021-04-20 | ensure file handles are released | Chris Lu | 1 | -7/+7 | |
| 2021-04-18 | correctly runs git clone | Chris Lu | 1 | -5/+5 | |
| 2021-04-18 | cleaner way to set readonly | Chris Lu | 1 | -4/+0 | |
| 2021-04-14 | lighten up File object | Chris Lu | 1 | -0/+1 | |
| file.entry only exists when file.isOpen | |||||
| 2021-04-14 | move file reader, entryViewCache to file handle | Chris Lu | 1 | -12/+13 | |
| reduce file object size | |||||
| 2021-04-09 | properly release the view cache | Chris Lu | 1 | -1/+2 | |
| 2021-04-08 | mount: fix possible memory leak | Chris Lu | 1 | -1/+2 | |
| if many files are read repeatedly, their metadata are accumulated in memory. This fix cleared the metadata after the file is read. | |||||
| 2021-04-04 | mount: add readOnly option | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1961 | |||||
| 2021-03-22 | avoid creating multiple reader | Chris Lu | 1 | -3/+3 | |
| 2021-03-22 | mount: release resources when Forget() is called | Chris Lu | 1 | -8/+3 | |
| address https://github.com/chrislusf/seaweedfs/issues/1929 | |||||
| 2021-03-16 | reverting 7d57664c2d80f2b7d3eb4cecc57a3275bafee44d | Chris Lu | 1 | -17/+20 | |
| 2021-03-12 | mount: internals switch to filer.Entry instead of protobuf | Chris Lu | 1 | -20/+17 | |
| 2021-03-11 | reduce repeated calls to dir.FullPath() | Chris Lu | 1 | -4/+5 | |
| 2021-03-09 | properly lock file.entry object | Chris Lu | 1 | -25/+41 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1882 | |||||
