| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -2/+2 | |
| 2025-05-28 | Add context with request (#6824) | Aleksey Kosov | 1 | -3/+3 | |
| 2024-09-09 | [shell] fix volume grow in shell (#5992) | Konstantin Lebedev | 1 | -1/+0 | |
| * fix volume grow in shell * revert add Async * check available volume space * create a VolumeGrowRequest and remove unnecessary fields | |||||
| 2024-06-14 | Added context for the MasterClient's methods to avoid endless loops (#5628) | vadimartynov | 1 | -3/+3 | |
| * Added context for the MasterClient's methods to avoid endless loops * Returned WithClient function. Added WithClientCustomGetMaster function * Hid unused ctx arguments * Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions * Changed the context termination check in the tryConnectToMaster function * Added a child context to the tryConnectToMaster function * Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark | |||||
| 2024-03-29 | [master] grow volumes if no writable volumes in current dataCenter (#5434) | Konstantin Lebedev | 1 | -0/+3 | |
| * grow volumes if no writable volumes in current dataCenter https://github.com/seaweedfs/seaweedfs/issues/3886 * fix tests with volume grow * automatic volume grow one volume * add ErrorChunkAssign metrics | |||||
| 2023-10-12 | fix: disallow file name too long when writing a file (#4881) | Konstantin Lebedev | 1 | -1/+2 | |
| * fix: disallow file name too long when writing a file * bool LongerName to MaxFilenameLength --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-09-10 | ensure single threaded access | chrislu | 1 | -0/+5 | |
| 2023-08-23 | streaming assign file ids | chrislu | 1 | -3/+102 | |
| 2023-04-29 | [Filer] post add param:saveInside (#4434) | zemul | 1 | -0/+1 | |
| * fix:mount deadlock * feat: filer http upload to metadata * feat: /etc save inside --------- Co-authored-by: zemul <zhouzemiao@ihuman.com> | |||||
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -3/+3 | |
| * initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -4/+4 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -2/+2 | |
| 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/+4 | |
| 2021-10-11 | return error early | Chris Lu | 1 | -4/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2370 | |||||
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -15/+14 | |
| 2021-09-08 | replicated remote.cache | Chris Lu | 1 | -1/+1 | |
| 2021-09-05 | add other replica locations when assigning volumes | Chris Lu | 1 | -6/+17 | |
| 2021-08-12 | use grpc and jwt | Chris Lu | 1 | -11/+18 | |
| 2021-07-23 | filer.copy: fail early if assign request failed | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2216 | |||||
| 2021-04-14 | fix #1996 | qieqieplus | 1 | -0/+1 | |
| 2021-02-17 | refactoring to get master function, instead of passing master values directly | Chris Lu | 1 | -2/+2 | |
| this will enable retrying later | |||||
| 2020-12-16 | go fmt | Chris Lu | 1 | -5/+5 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -5/+5 | |
| 2020-12-13 | adding volume type | Chris Lu | 1 | -0/+5 | |
| 2020-11-17 | fs.configure: configurable volume growth | Chris Lu | 1 | -18/+21 | |
| 2020-11-17 | use alternative assign request | Chris Lu | 1 | -8/+8 | |
| 2020-11-15 | go fmt | Chris Lu | 1 | -1/+0 | |
| 2020-11-15 | refactoring | Chris Lu | 1 | -0/+37 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-02-24 | filer: dynamically create bucket under /buckets folder | Chris Lu | 1 | -2/+4 | |
| 2020-02-10 | Revert "HEAD operation changes to fasthttp" | Chris Lu | 1 | -14/+6 | |
| This reverts commit 58f126fd27bb2f366f76f42223b93ba3b31a0bd8. | |||||
| 2020-02-10 | HEAD operation changes to fasthttp | Chris Lu | 1 | -6/+14 | |
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 1 | -1/+1 | |
| 2019-11-12 | fix master maintenance logic | Lei Liu | 1 | -7/+7 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-11-10 | add volume number param in assign operation | zhangsong | 1 | -7/+9 | |
| 2019-05-27 | caching ec shard locations | Chris Lu | 1 | -1/+1 | |
| 2019-02-20 | avoid grpc 5 seconds timeout | Chris Lu | 1 | -7/+3 | |
| some operations may take longer than 5 seconds. only keep the timeout for raft operations | |||||
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -2/+3 | |
| 2019-02-15 | benchmark can work in secure mode | Chris Lu | 1 | -5/+24 | |
| 2019-01-10 | Set timeout for master and volume non-streaming rpc | chenwanli | 1 | -1/+5 | |
| 2018-11-23 | go fmt | Chris Lu | 1 | -1/+2 | |
| 2018-11-20 | master add grpc API for fileid assigning | Chris Lu | 1 | -38/+36 | |
| 2018-07-21 | add s3 upload, and removing mono and multi part upload analyzer | Chris Lu | 1 | -2/+3 | |
| removing mono and multi part upload analyzer, which were used just to determine the file name | |||||
| 2018-07-09 | add primary request and backup request when requesting volumes for a data center | Chris Lu | 1 | -35/+46 | |
| 2018-05-16 | cp file can work | Chris Lu | 1 | -1/+1 | |
| 1. consolidate to filer_pb.FileChunk 2. dir add file, mkdir 3. file flush, write updates having issue | |||||
| 2016-06-26 | refactor Volume Assign function | 霍晓栋 | 1 | -35/+24 | |
| 2016-06-23 | add options params for the Assign func | 霍晓栋 | 1 | -1/+32 | |
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -0/+48 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
