| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-28 | Add context with request (#6824) | Aleksey Kosov | 1 | -4/+4 | |
| 2024-06-15 | optionally skip deleting file chunks | chrislu | 1 | -1/+1 | |
| 2024-06-15 | refactor | chrislu | 1 | -1/+1 | |
| 2023-03-02 | fix chunk.ModifiedTsNs (#4264) | zemul | 1 | -1/+2 | |
| * fix * fix mtime s > ns --------- Co-authored-by: zemul <zhouzemiao@ihuman.com> | |||||
| 2022-12-10 | add chunk etag when downloading from remote storage | chrislu | 1 | -1/+5 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3987 | |||||
| 2022-11-15 | refactor filer_pb.Entry and filer.Entry to use GetChunks() | chrislu | 1 | -1/+1 | |
| for later locking on reading chunks | |||||
| 2022-10-28 | refactor filer proto chunk variable from mtime to modified_ts_ns | chrislu | 1 | -4/+4 | |
| 2022-08-17 | move proto package | chrislu | 1 | -1/+1 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -8/+8 | |
| 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-22 | filer server: allow upload file to specific dataNode | banjiaojuhao | 1 | -1/+1 | |
| 2021-11-29 | ensure uploaded chunks are deleted on error | Chris Lu | 1 | -3/+5 | |
| 2021-10-30 | rename API to avoid confusion | Chris Lu | 1 | -2/+2 | |
| 2021-09-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -1/+4 | |
| 2021-09-08 | replicated remote.cache | Chris Lu | 1 | -2/+1 | |
| 2021-09-06 | remote.cache supports replication | Chris Lu | 1 | -0/+10 | |
| 2021-09-01 | go fmt | Chris Lu | 1 | -5/+5 | |
| 2021-08-26 | cloud drive: parallelize remote storage downloading | Chris Lu | 1 | -0/+5 | |
| 2021-08-26 | refactor: separating out remote.proto | Chris Lu | 1 | -11/+10 | |
| 2021-08-15 | fix go test | Chris Lu | 1 | -0/+4 | |
| 2021-08-14 | rename, fix wrong logic. | Chris Lu | 1 | -1/+1 | |
| 2021-08-14 | adjust modification detection logic | Chris Lu | 1 | -1/+1 | |
| 2021-08-14 | parallelize remote content fetching | Chris Lu | 1 | -52/+60 | |
| 2021-08-14 | add comments | Chris Lu | 1 | -0/+1 | |
| 2021-08-14 | Revert "use default or path-specific setting for cache replication level" | Chris Lu | 1 | -1/+1 | |
| This reverts commit ba6923b22356f0f4ea1206655e9a91627a2f3b9e. | |||||
| 2021-08-14 | use default or path-specific setting for cache replication level | Chris Lu | 1 | -1/+1 | |
| 2021-08-09 | mount: cache on reading remote storage | Chris Lu | 1 | -1/+1 | |
| 2021-08-09 | cache: set upper limit of chunk size | Chris Lu | 1 | -1/+2 | |
| 2021-08-09 | fix | Chris Lu | 1 | -1/+1 | |
| 2021-08-09 | shell: remote.cache remote.uncache | Chris Lu | 1 | -0/+161 | |
