aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
6 daysfix(ec.decode): purge EC shards when volume is empty (#7749)HEADorigin/masterorigin/HEADmasterChris Lu1-0/+14
8 daysReduce memory allocations in hot paths (#7725)Chris Lu1-3/+5
10 daysfix: filer do not support IP whitelist right now #7094 (#7095)Konstantin Lebedev1-4/+5
10 daysfix: weed shell can't connect to master when no volume servers (#7710)Chris Lu1-7/+22
11 daysfix: prevent empty .vif files from ec.decode causing parse errors (#7686)Chris Lu1-0/+9
12 daysfix: restore volume mount when VolumeConfigure fails (#7669)Chris Lu1-0/+5
2025-12-05fix: Use mime.FormatMediaType for RFC 6266 compliant Content-Disposition (#7635)Chris Lu2-7/+6
2025-12-05Separate vacuum speed from replication speed (#7632)msementsov2-12/+15
2025-12-04fix: properly handle errors in writeToFile to prevent 0-byte EC shards (#7620)Chris Lu1-3/+5
2025-12-02fix: volume server healthz now checks local conditions only (#7610)Chris Lu1-13/+18
2025-12-02Support separate volume server ID independent of RPC bind address (#7609)Chris Lu3-5/+5
2025-11-29mount: improve read throughput with parallel chunk fetching (#7569)Chris Lu1-1/+1
2025-11-28filer write request use context without cancellation (#7567)Chris Lu3-6/+12
2025-11-27fix nil mapChris Lu1-0/+3
2025-11-26Metrics: Add Prometheus metrics for concurrent upload tracking (#7555)Chris Lu1-4/+10
2025-11-26fix(filer-ui): support folder creation with JWT token in URL (#7271)littlemilkwu1-1/+2
2025-11-26Filer, S3: Feature/add concurrent file upload limit (#7554)Chris Lu2-24/+40
2025-11-26hide millseconds in up time (#7553)Trim212-3/+4
2025-11-25Add error list each entry func (#7485)tam-i132-7/+8
2025-11-21S3: set identity to request context, and remove obsolete code (#7523)Chris Lu2-141/+11
2025-11-20S3: adds FilerClient to use cached volume id (#7518)Chris Lu1-1/+1
2025-11-19filer store: add foundationdb (#7178)Chris Lu1-0/+1
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu3-145/+3
2025-11-13fix: pass proxied query param (#7477)Konstantin Lebedev2-2/+14
2025-11-05do delete expired entries on s3 list request (#7426)Konstantin Lebedev1-2/+13
2025-11-04Nit: use `time.Duration`s instead of constants in seconds. (#7438)Lisandro Pin3-6/+8
2025-11-01Filer: separate context for streaming (#7423)Chris Lu1-1/+9
2025-10-30Filer: fallback to check master (#7411)Chris Lu1-22/+22
2025-10-30fixed superfluous response.WriteHeader call" warningchrislu1-3/+2
2025-10-27Erasure Coding: Ec refactoring (#7396)Chris Lu1-9/+55
2025-10-24avoid repeated reading disk (#7369)Chris Lu1-34/+103
2025-10-24Revert "fix reading"chrislu1-57/+21
2025-10-24fix readingchrislu1-21/+57
2025-10-23S3 API: Fix SSE-S3 decryption on object download (#7366)Chris Lu2-2/+17
2025-10-13Add Kafka Gateway (#7231)Chris Lu3-8/+29
2025-10-08Migrate from deprecated azure-storage-blob-go to modern Azure SDK (#7310)Chris Lu3-3/+3
2025-10-08Fix #7305: Return 400 BadDigest instead of 500 InternalError for MD5 mismatch...Chris Lu2-9/+15
2025-09-18master: Fix raft url (#7255)Chris Lu1-4/+7
2025-09-09Message Queue: Add sql querying (#7185)Chris Lu4-0/+2270
2025-09-08fix: pass inflightDownloadDataTimeout to volumeServer (#7206)Konstantin Lebedev1-0/+1
2025-09-04add disable volume_growth flag (#7196)Dmitriy Pavlov4-2/+10
2025-08-22S3 API: Add integration with KMS providers (#7152)Chris Lu2-0/+18
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu1-5/+20
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu5-11/+133
2025-08-19S3 API: Add SSE-C (#7143)Chris Lu1-0/+9
2025-08-15day-advance fixchrislu1-0/+10
2025-08-14Fix volume server's status code returned for missing needles on EC-encoded sh...Lisandro Pin1-3/+5
2025-08-11use one http clientchrislu1-14/+11
2025-08-11filer: server side copying (#7121)Chris Lu2-0/+552
2025-08-07volume server UI: fix ec volume ui (#7104)Chris Lu2-4/+9