aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
2025-06-15Fix wrong error handling in volume.tier.upload when stream == nil but copyErr...NyaMisty1-5/+9
2025-06-15Correctly sort in volume.list to ensure output consistency (#6866)NyaMisty1-2/+29
2025-06-13FUSE Mount: Fix buffer allocation during copy (#6863)Gerry Hernandez2-33/+94
2025-06-12mount: complete fix for freebsdchrislu6-5/+49
2025-06-11refactorchrislu2-27/+26
2025-06-11refactorchrislu3-35/+46
2025-06-11refactoringchrislu2-14/+28
2025-06-11fix rocksdb enumerate (#6858)Bruce Zou2-11/+86
2025-06-08refactororigin/refactor-volume-writechrislu2-76/+15
2025-06-083.903.90chrislu1-1/+2
2025-06-07add a readme file for volume needle data layoutchrislu1-0/+160
2025-06-06refactorchrislu5-34/+21
2025-06-06fix testschrislu1-3/+5
2025-06-06Fix dumb typo in 08556257 (#6844)Lisandro Pin1-1/+1
2025-06-06fix(filer): add missing return after KvDelete in KvPut with empty value (#6846)SmoothDenis1-0/+1
2025-06-06refactoringchrislu4-72/+54
2025-06-06a bit refactoringchrislu1-12/+17
2025-06-06refactor needle write for different versionschrislu6-127/+519
2025-06-05New `needle_map.CompactMap()` implementation for reduced memory usage (#6842)Lisandro Pin7-439/+1298
2025-06-05the isFsync parameter is essentially IsAsyncWrite and it needs to be turned o...chrislu1-1/+1
2025-06-03fix buildchrislu1-2/+2
2025-06-03change version directorychrislu32-78/+92
2025-06-02Merge branch 'master' of https://github.com/seaweedfs/seaweedfs3.89Chris Lu2-15/+39
2025-06-023.89Chris Lu2-7/+11
2025-06-02fix insert beyond look back window (#6838)Chris Lu2-12/+39
2025-06-02Minor fix for the `CompactMap()` performance test. (#6836)Lisandro Pin1-2/+2
2025-06-02Update filer upsert sqlstring for postgresql (#6835)Luna Yao1-2/+14
2025-06-01revert part of d8c574a5ef1a811f9a0d447097d9edfcc0c1d84c (#6829)Chris Lu1-1/+1
2025-05-29Fix TTL Behavior for Directories in Path-Specific Configuration (#6827)FQHSLycopene1-0/+4
2025-05-28Further improve memory usage of `needle_map.CompactMap()`. (#6825)Lisandro Pin2-36/+40
2025-05-28Add context with request (#6824)Aleksey Kosov56-215/+250
2025-05-27unlimit the list entries in completeMultipartUpload (#6822)Bruce Zou1-3/+4
2025-05-26Unable to upload empty files to seaweed via. multipart when length is unknown...royatwp1-1/+5
2025-05-263.883.88chrislu1-1/+1
2025-05-26Fix sftp performances and add seaweedfs all-in-one deployment (#6792)Mohamed Sekour14-765/+398
2025-05-23Make fuse command linux/MacOS only (#6811)Weihao Jiang4-261/+280
2025-05-23Rewrite `needle_map.CompactMap()` for more efficient memory usage (#6813)Lisandro Pin2-88/+83
2025-05-22Fix mysql tls enable (#6807)bwlfhu2-3/+45
2025-05-22Update fuse.gochrislu1-1/+1
2025-05-22fix compilation on windowschrislu1-2/+7
2025-05-22fix error formatchrislu1-2/+2
2025-05-22Ensure `weed fuse` master process exits after mounted (#6809)Weihao Jiang3-2/+33
2025-05-22added context to filer_client method calls (#6808)Aleksey Kosov52-121/+140
2025-05-21Added middleware for processing request_id grpc and http requests (#6805)Aleksey Kosov6-21/+88
2025-05-15correctly report volume with input/output error to master (#6790)dongxufeng3-15/+21
2025-05-14fix fsync logicchrislu2-2/+2
2025-05-13Nit: unify the default `--maxParallelization` value for `weed shell` commands...Lisandro Pin3-2/+7
2025-05-12Move `shell.ErrorWaitGroup` into a common file, to cleanly reuse across `weed...Lisandro Pin2-56/+66
2025-05-12fix: ydb filer bugs (#6778)SmoothDenis1-20/+72
2025-05-11Add prefix listing in mongodb_store.go (#6777)Kuzmin Anton1-7/+16