| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-06-16 | add version to volume proto | chrislu | 1 | -2390/+1047 | |
| 2025-01-20 | Add message queue agent (#6463) | Chris Lu | 1 | -1/+1 | |
| * scaffold message queue agent * adjust proto, add mq_agent * add agent client implementation * remove unused function * agent publish server implementation * adding agent | |||||
| 2024-12-31 | worm grace period and retention time support (#6404) | Guang Jiong Lou | 1 | -655/+689 | |
| Signed-off-by: lou <alex1988@outlook.com> | |||||
| 2024-10-24 | rename proto field from DestroyTime to expire_at_sec | chrislu | 1 | -71/+71 | |
| For TTL volume converted into EC volume, this change may leave the volumes staying. | |||||
| 2024-09-16 | improve worm support (#5983) | Guang Jiong Lou | 1 | -199/+209 | |
| * 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-01 | conditional delete | chrislu | 1 | -495/+506 | |
| 2024-07-21 | add version to filer | chrislu | 1 | -321/+342 | |
| 2024-07-20 | Revert "add collection for buckets" | chrislu | 1 | -13/+3 | |
| This reverts commit 96af5712195be37b309115795066f17c7cc6126d. | |||||
| 2024-07-17 | add collection for buckets | chrislu | 1 | -3/+13 | |
| 2024-06-28 | bootstrap filer from one peer | chrislu | 1 | -447/+605 | |
| 2024-06-15 | optionally skip deleting file chunks | chrislu | 1 | -209/+220 | |
| 2024-03-07 | include key in LogEntry | chrislu | 1 | -261/+270 | |
| 2024-02-29 | latest protoc-gen-go | chrislu | 1 | -1/+1 | |
| 2024-02-29 | go fmt | chrislu | 1 | -2/+2 | |
| 2024-02-05 | upgrade protoc | Chris Lu | 1 | -2/+2 | |
| 2024-02-02 | lock returns host and owner | chrislu | 1 | -174/+185 | |
| 2023-10-12 | upgrading grpc | chrislu | 1 | -1/+1 | |
| 2023-10-12 | fix: disallow file name too long when writing a file (#4881) | Konstantin Lebedev | 1 | -191/+203 | |
| * 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-30 | update proto generated files | chrislu | 1 | -1/+1 | |
| 2023-09-26 | rename function | chrislu | 1 | -1/+1 | |
| 2023-09-16 | balancer works | chrislu | 1 | -209/+371 | |
| 2023-08-28 | protoc version | chrislu | 1 | -1/+1 | |
| 2023-08-27 | rename to lookup | chrislu | 1 | -1/+1 | |
| 2023-06-25 | adjust filer.proto | chrislu | 1 | -9/+9 | |
| 2023-06-25 | filer can proxy to peer filer holding the lock | chrislu | 1 | -172/+191 | |
| 2023-06-25 | add distributed lock manager | chrislu | 1 | -139/+139 | |
| 2023-06-25 | add distributed lock manager | chrislu | 1 | -174/+705 | |
| 2023-06-19 | remove unused cluster node leader | chrislu | 1 | -1/+1 | |
| 2023-06-05 | Fix no more writable volumes by delay judgment (#4548) | wusong | 1 | -2/+2 | |
| * fix nomore writables volumes while disk free space is sufficient by time delay * reset --------- Co-authored-by: wang wusong <wangwusong@virtaitech.com> | |||||
| 2023-02-05 | adding support for B2 region (#4177) | Muhammad Hallaj bin Subery | 1 | -7/+7 | |
| Co-authored-by: Muhammad Hallaj bin Subery <hallaj@tuta.io> | |||||
| 2022-12-28 | support enable/disable vacuum (#4087) | Guo Lei | 1 | -3/+3 | |
| * stop vacuum * suspend/resume vacuum * remove unused code * rename * rename param | |||||
| 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 | -15/+16 | |
| 2022-10-24 | ADHOC: volume fsck using append at ns (#3906) | Eric Yang | 1 | -8/+8 | |
| * ADHOC: volume fsck using append at ns * nit * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-09-20 | grpc: watch metadata changes by directory | chrislu | 1 | -212/+223 | |
| 2022-09-14 | go fmt | chrislu | 1 | -2/+2 | |
| 2022-09-06 | ADHOC: add read needle meta grpc (#3581) | Eric Yang | 1 | -1/+1 | |
| * ADHOC: add read needle meta grpc * add test * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -318/+328 | |
| * initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog | |||||
| 2022-08-01 | Merge branch 'master' into gentle_vacuum | Konstantin Lebedev | 1 | -63/+48 | |
| # Conflicts: # weed/pb/messaging_pb/messaging.pb.go # weed/pb/messaging_pb/messaging_grpc.pb.go # weed/pb/s3_pb/s3.pb.go # weed/pb/volume_server_pb/volume_server.pb.go # weed/server/volume_grpc_vacuum.go | |||||
| 2022-07-31 | scaffold | chrislu | 1 | -1/+1 | |
| 2022-07-29 | vacuum show LA | Konstantin Lebedev | 1 | -2/+2 | |
| 2022-07-28 | fix rebasing | chrislu | 1 | -196/+197 | |
| 2022-07-28 | remove old code | chrislu | 1 | -238/+222 | |
| 2022-07-23 | metadata subscription uses client epoch | chrislu | 1 | -216/+226 | |
| 2022-06-06 | filer: remove replication, collection, disk_type info from entry metadata | chrislu | 1 | -497/+467 | |
| these metadata can change and are not used | |||||
| 2022-05-30 | subscribe metadata between a range | chrislu | 1 | -217/+227 | |
| 2022-05-29 | shell: cluster.ps display filer group | chrislu | 1 | -226/+236 | |
| 2022-05-01 | filer: add filer group | chrislu | 1 | -2/+2 | |
| 2022-04-18 | shell vacuum volume by collection and volume id | Konstantin Lebedev | 1 | -2/+2 | |
| 2022-04-16 | add timing info during ping operation | chrislu | 1 | -254/+286 | |
