aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
13 daysfix: ARM v7 alignment issue for 64-bit atomic operations (#7652)Chris Lu1-27/+27
13 daysSFTP: support reloading user store on HUP signal (#7651)Chris Lu3-0/+21
13 dayss3: fix ListBuckets not showing buckets created by authenticated users (#7648)Chris Lu5-26/+192
13 daysfix: initialize missing S3 options in filer to prevent nil pointer dereferenc...Chris Lu1-0/+7
13 daysOptimize database connection pool settings for MySQL and PostgreSQL (#7645)Chris Lu1-12/+12
14 daysRemove deprecated allowEmptyFolder CLI optionchrislu5-15/+4
14 dayss3: optimize DELETE by skipping lock check for buckets without Object Lock (#...Chris Lu5-40/+100
2025-12-06fix: CompleteMultipartUpload fails for uploads with more than 1000 parts (#7641)Chris Lu1-1/+4
2025-12-05fix: normalize Windows backslash paths in weed admin file uploads (#7636)Chris Lu3-8/+33
2025-12-05fix: Use mime.FormatMediaType for RFC 6266 compliant Content-Disposition (#7635)Chris Lu3-13/+12
2025-12-05fix: Admin UI file browser uses https.client TLS config for filer communicati...Chris Lu1-53/+165
2025-12-05Separate vacuum speed from replication speed (#7632)msementsov4-12/+19
2025-12-05fix: Admin UI user creation fails before filer discovery (#7624) (#7625)Chris Lu2-19/+13
2025-12-04mount: improve read throughput with parallel chunk fetching (#7627)Chris Lu4-49/+788
2025-12-04fix: S3 downloads failing after idle timeout (#7626)Chris Lu4-96/+29
2025-12-04fix: check freeEcSlot before evacuating EC shards to prevent data loss (#7621)Chris Lu1-8/+37
2025-12-04fix: properly handle errors in writeToFile to prevent 0-byte EC shards (#7620)Chris Lu1-3/+5
2025-12-04s3: support STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER for signed chunked upl...Chris Lu4-18/+171
2025-12-04fix: S3 GetObject/HeadObject with PartNumber should return object ETag, not p...Chris Lu1-37/+5
2025-12-04fmtchrislu2-0/+2
2025-12-03filer: async empty folder cleanup via metadata events (#7614)Chris Lu9-52/+1685
2025-12-03fix: SFTP HomeDir path translation for user operations (#7611)Chris Lu6-32/+191
2025-12-03Fix handling of fixed read-only volumes for `volume.check.disk`. (#7612)Lisandro Pin1-19/+36
2025-12-03fix: update getVersioningState to signal non-existent buckets with Er… (#7613)Xiao Wei1-1/+3
2025-12-02fix: volume server healthz now checks local conditions only (#7610)Chris Lu2-13/+22
2025-12-02Support separate volume server ID independent of RPC bind address (#7609)Chris Lu14-28/+240
2025-12-02fix: skip cookie validation for EC volume deletion when SkipCookieCheck is se...Chris Lu1-11/+6
2025-12-02Add disk-aware EC rebalancing (#7597)Chris Lu5-72/+1195
2025-12-02Mutex command output writes for `volume.check.disk`. (#7605)Lisandro Pin2-22/+28
2025-12-02Parallelize read-only volume check pass for `volume.check.disk`. (#7602)Lisandro Pin2-23/+37
2025-12-02Fix SSE-S3 copy: preserve encryption metadata and set chunk SSE type (#7598)Chris Lu3-115/+172
2025-12-01Fix issue #6847: S3 chunked encoding includes headers in stored content (#7595)Chris Lu1-39/+38
2025-12-01Fix S3 object tagging issue #7589Chris Lu1-2/+25
2025-12-01filer: add username and keyPrefix support for Redis stores (#7591)Chris Lu9-35/+83
2025-12-01Fix #7575: Correct interface check for filer address function in admin server...Chris Lu3-15/+122
2025-12-01Have `volume.check.disk` select a random (heathly) source volume when… (#7574)Lisandro Pin1-6/+8
2025-11-29Update README and weed/Makefile (#7571)Krzysztof Osiniak1-0/+3
2025-11-29mount: improve read throughput with parallel chunk fetching (#7569)Chris Lu13-25/+191
2025-11-28fix: copy to bucket with default SSE-S3 encryption fails (#7562) (#7568)Chris Lu4-17/+135
2025-11-28filer write request use context without cancellation (#7567)Chris Lu4-7/+13
2025-11-28fix too many pings (#7566)Chris Lu1-5/+9
2025-11-27fmtchrislu1-6/+6
2025-11-27fix nil mapChris Lu1-0/+3
2025-11-274.01Chris Lu1-1/+1
2025-11-27feat(volume.fix): show all replica locations for misplaced volumes (#7560)steve.wei1-1/+6
2025-11-26s3api: Fix response-content-disposition query parameter not being honored (#7...Chris Lu1-7/+19
2025-11-26fix(tikv): improve context propagation and refactor batch delete logic (#7558)Chris Lu2-12/+16
2025-11-26Metrics: Add Prometheus metrics for concurrent upload tracking (#7555)Chris Lu3-11/+61
2025-11-26fix(tikv): replace DeleteRange with transaction-based batch deletes (#7557)Chris Lu3-53/+78
2025-11-26S3: pass HTTP 429 from volume servers to S3 clients (#7556)Chris Lu2-1/+11