| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-16 | improve worm support (#5983) | Guang Jiong Lou | 1 | -0/+1 | |
| * improve worm support Signed-off-by: lou <alex1988@outlook.com> * worm mode in filer Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * move to fs configure Signed-off-by: lou <alex1988@outlook.com> * remove flag Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * support worm hardlink Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * typo Signed-off-by: lou <alex1988@outlook.com> * sync filer conf Signed-off-by: lou <alex1988@outlook.com> --------- Signed-off-by: lou <alex1988@outlook.com> | |||||
| 2024-08-11 | fix reading chunk length calculation | chrislu | 1 | -1/+1 | |
| 2024-08-01 | conditional delete | chrislu | 1 | -0/+1 | |
| 2024-07-21 | add version to filer | chrislu | 1 | -0/+2 | |
| 2024-07-20 | Revert "add collection for buckets" | chrislu | 1 | -1/+0 | |
| This reverts commit 96af5712195be37b309115795066f17c7cc6126d. | |||||
| 2024-07-17 | add collection for buckets | chrislu | 1 | -0/+1 | |
| 2024-06-28 | bootstrap filer from one peer | chrislu | 1 | -0/+12 | |
| 2024-06-15 | optionally skip deleting file chunks | chrislu | 1 | -0/+1 | |
| 2024-03-07 | include key in LogEntry | chrislu | 1 | -0/+1 | |
| 2024-02-02 | lock returns host and owner | chrislu | 1 | -2/+3 | |
| 2024-01-22 | adjust exception text | chrislu | 1 | -1/+1 | |
| 2024-01-22 | Update the solution when a file cannot be located. (#5223) | Chen Honghai | 1 | -1/+1 | |
| Change the solution when a file cannot be located. | |||||
| 2023-10-12 | fix: disallow file name too long when writing a file (#4881) | Konstantin Lebedev | 1 | -0/+1 | |
| * 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-26 | adjust parameter names | chrislu | 1 | -4/+4 | |
| 2023-09-16 | balancer works | chrislu | 1 | -2/+13 | |
| 2023-09-15 | adjust APIs | chrislu | 1 | -0/+1 | |
| 2023-08-17 | fix compilation | chrislu | 1 | -0/+1 | |
| 2023-08-17 | Java: SeaweedOutputStream add option to pass in collection | chrislu | 2 | -7/+13 | |
| 2023-06-25 | adjust filer.proto | chrislu | 1 | -1/+1 | |
| 2023-06-25 | filer can proxy to peer filer holding the lock | chrislu | 1 | -2/+4 | |
| 2023-06-25 | add distributed lock manager | chrislu | 1 | -1/+1 | |
| 2023-06-25 | add distributed lock manager | chrislu | 1 | -0/+39 | |
| 2023-05-31 | fix java ssl context loading | chrislu | 1 | -1/+1 | |
| 2022-10-28 | refactor filer proto chunk variable from mtime to modified_ts_ns | chrislu | 4 | -12/+12 | |
| 2022-10-11 | fix bug : read error when position after 2147483647 (#3829) | livehl | 1 | -3/+2 | |
| Co-authored-by: huang.lin <hh@chaintool.ai> | |||||
| 2022-09-29 | client-java: provide Content-MD5 when uploading chunks (#3761) | kvtb | 1 | -0/+10 | |
| * client-java: provide Content-MD5 when uploading chunks * Update SeaweedWrite.java | |||||
| 2022-09-29 | client-java: handle server HTTP errors (#3762) | kvtb | 1 | -0/+7 | |
| * client-java: handle server HTTP errors * Update SeaweedWrite.java | |||||
| 2022-09-20 | grpc: watch metadata changes by directory | chrislu | 1 | -0/+1 | |
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -0/+1 | |
| * 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 | -1/+1 | |
| 2022-07-28 | remove old code | chrislu | 1 | -6/+0 | |
| 2022-07-23 | metadata subscription uses client epoch | chrislu | 1 | -0/+1 | |
| 2022-06-26 | java 3.13 | chrislu | 1 | -1/+0 | |
| 2022-06-23 | java: fix data encryption | chrislu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3211 | |||||
| 2022-06-06 | filer: remove replication, collection, disk_type info from entry metadata | chrislu | 1 | -3/+0 | |
| these metadata can change and are not used | |||||
| 2022-05-30 | subscribe metadata between a range | chrislu | 1 | -0/+1 | |
| 2022-05-29 | shell: cluster.ps display filer group | chrislu | 1 | -0/+1 | |
| 2022-04-16 | add timing info during ping operation | chrislu | 1 | -0/+3 | |
| 2022-04-01 | filer supports grpc ping | chrislu | 1 | -0/+10 | |
| 2022-03-16 | rename to skipCheckParentDir | chrislu | 1 | -0/+1 | |
| related to https://github.com/chrislusf/seaweedfs/pull/2761 It's better to default to false. | |||||
| 2022-02-25 | mount2: use consistent inode | chrislu | 1 | -0/+1 | |
| 2022-02-24 | mount2: add rdev | chrislu | 1 | -0/+1 | |
| 2022-01-21 | display bucket quota | chrislu | 1 | -0/+1 | |
| 2021-12-30 | add client id for all metadata listening clients | chrislu | 3 | -0/+5 | |
| 2021-12-23 | filer server: add "datacenter, rack and datanode" for path specific ↵ | banjiaojuhao | 1 | -0/+3 | |
| configuration | |||||
| 2021-12-22 | filer server: allow upload file to specific dataNode | banjiaojuhao | 1 | -0/+1 | |
| 2021-12-05 | fix compilation | chrislu | 1 | -0/+2 | |
| 2021-12-05 | Java: add retry on write | chrislu | 1 | -4/+22 | |
| 2021-11-05 | Revert "master: rename grpc function KeepConnected() to ↵ | Chris Lu | 1 | -3/+3 | |
| SubscribeVolumeLocationUpdates()" This reverts commit af71ae11aa29350a60ed7d3b9a16276a06ba9dcc. | |||||
| 2021-11-03 | Java: 1.7.0 | Chris Lu | 1 | -3/+3 | |
| update org.apache.httpcomponents to 4.5.13 update grpc API to use cacheRemoteObjectToLocalCluster | |||||
