aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Collapse)AuthorFilesLines
2024-09-04[master] refactor func ShouldGrowVolumes (#5884)Konstantin Lebedev6-62/+121
2024-09-04support write once read manychrislu5-2/+15
fix https://github.com/seaweedfs/seaweedfs/issues/5954
2024-09-04Revert "weed mount, weed dav add option to force cache"chrislu9-22/+9
This reverts commit 7367b976b05bfa69158a60f205dec970c48f50f0.
2024-09-04weed mount, weed dav add option to force cachechrislu9-9/+22
2024-09-04default cacheDirWrite to cacheDirchrislu2-2/+7
2024-09-03fix for spreading ec shardschrislu1-4/+11
2024-09-03copy ec shards to disks already having ec volumeschrislu3-5/+12
fix https://github.com/seaweedfs/seaweedfs/issues/5615
2024-09-02fix volume.move io.EOF (#5960)wyang1-3/+10
2024-09-01Show volume server which failed to verify a chunk (#5958)Eugeniy E. Mikhailov1-4/+4
2024-09-01update metric for ErrorCRC if it happens during volume readNeedleDataInto ↵Eugeniy E. Mikhailov1-0/+2
(#5957)
2024-08-30unnecessary skippingchrislu1-6/+1
2024-08-30parameter namechrislu1-2/+2
2024-08-30fix typochrislu2-2/+2
2024-08-30adjust warning logchrislu1-1/+1
2024-08-29math/rand => math/rand/v2chrislu15-27/+27
2024-08-27ensure none zero lastGrowCountchrislu1-1/+1
2024-08-27renamechrislu1-1/+1
2024-08-27randomly pick one replica to writechrislu1-10/+24
2024-08-26logs on errorchrislu1-0/+1
2024-08-23filer.remote.gateway not filer.remote.sync for filer.remote.gateway help ↵Shaun Alexander1-1/+1
string. (#5935)
2024-08-23filer.remote.gateway not filer.remote.sync for remote.mount.buckets help ↵Shaun Alexander1-1/+1
string. (#5934)
2024-08-21add parallel vacuumingchrislu7-28/+94
2024-08-21fix replication range checkchrislu1-12/+14
fix for https://github.com/seaweedfs/seaweedfs/wiki/Replication#replication-string
2024-08-21Fix get dir metadata (#5923)zemul1-2/+4
* fix:mount deadlock * feat: query dir metadata * feat: query dir metadata --------- Co-authored-by: zemul <zhouzemiao@ihuman.com>
2024-08-21also use `/healthz` for most consistent health checkchrislu1-1/+2
2024-08-20add warning for not enough copies when skipping vacuuming volumeschrislu1-1/+5
fix https://github.com/seaweedfs/seaweedfs/issues/5906
2024-08-19add http endpoint to get the size of a collection (#5910)Riccardo Bertossa3-0/+78
2024-08-183.723.72chrislu1-1/+1
2024-08-18Dont try lazy decode content in proxyToFiler if no accept-encoding provided ↵Oleg Salionov1-0/+1
(#5907)
2024-08-18prevent compacting on the same volumechrislu1-0/+12
2024-08-16fix ec volume lookup data sync (#5900)augustazz1-2/+2
2024-08-16EC volume supports expiration and displays expiration message when executing ↵augustazz14-1074/+1181
volume.list (#5895) * ec volume expire * volume.list show DestroyTime * comments * code optimization --------- Co-authored-by: xuwenfeng <xuwenfeng1@zto.com>
2024-08-15minorchrislu1-1/+1
2024-08-15[master] fix master panic (#5893)wusong2-8/+19
2024-08-13renamechrislu4-494/+494
2024-08-13add dat file size into vif for ECchrislu7-510/+548
2024-08-13fix EC reading on nLargeBlockRowschrislu3-12/+21
fix https://github.com/seaweedfs/seaweedfs/issues/5465
2024-08-12load ec volume id locationschrislu1-0/+7
fix https://github.com/seaweedfs/seaweedfs/issues/5713
2024-08-12fix buildchrislu1-1/+1
2024-08-12fix testschrislu1-52/+6
2024-08-11adds lockingchrislu3-7/+15
2024-08-10refactorchrislu2-4/+7
2024-08-10Merge branch 'master' into mqchrislu190-2042/+4416
2024-08-09added access-control-expose-headers to put request (#5876)Kamran Sarwar1-0/+1
2024-08-08fix opposite logicchrislu1-2/+2
fix https://github.com/seaweedfs/seaweedfs/issues/5871
2024-08-08[remote.cache, remote.uncache] fix min/max agechrislu1-2/+3
fix https://github.com/seaweedfs/seaweedfs/issues/5871
2024-08-08fuse mount handles ttl entrieschrislu1-0/+7
fix https://github.com/seaweedfs/seaweedfs/issues/5527
2024-08-08fix invalid tomlchrislu1-1/+1
2024-08-07simplifychrislu2-8/+2
2024-08-07randomizing next file handle idchrislu3-3/+11