aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Collapse)AuthorFilesLines
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
2024-08-06[webdav] status code 500 if internal error from filer (#5865)Konstantin Lebedev1-5/+18
2024-08-05[shell] volume.grow (#5855)Konstantin Lebedev1-0/+64
2024-08-02Fix KeyMaterial nil bug (#5849)qinguoyi1-0/+3
2024-08-02Fix KeyMaterial nil bug (#5848)qinguoyi1-2/+5
2024-08-02Fix extractToFile gz file nil bug (#5847)qinguoyi1-2/+7
2024-08-02add command backup destory volume error log (#5846)qinguoyi1-1/+3
2024-08-01renamechrislu2-2/+2
2024-08-01rename functionschrislu4-10/+10
2024-08-01fix CVE-2016-2183 (#5844)zuzuviewer2-6/+80
* fix CVE-2016-2183 * allow tls.min_version and tls.max_version not set
2024-08-01conditional deletechrislu6-499/+514
2024-07-31fsck: only check the appendNs of deleted needle (#5841)wyang1-45/+43
increase fsck speed Co-authored-by: Yang Wang <yangwang@weride.ai>
2024-07-30[master] do sync grow request only if absolutely necessary (#5821)Konstantin Lebedev5-36/+28
* do sync grow request only if absolutely necessary https://github.com/seaweedfs/seaweedfs/pull/5819 * remove check VolumeGrowStrategy Threshold on PickForWrite * fix fmt.Errorf
2024-07-29[filer] Added a version to the title of Filer UI (#5836)Jiffs Maverick2-2/+6
Added a version to the title of Filer UI
2024-07-27[filer] fix panic filer on webdav.maxMB (#5822)Konstantin Lebedev1-0/+1
fix panic filer on webdav.maxMB