aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-04fix: S3 downloads failing after idle timeout (#7626)Chris Lu5-99/+32
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-04fmtchrislu6-0/+6
2025-12-03filer: async empty folder cleanup via metadata events (#7614)Chris Lu9-52/+1685
2025-12-03[helm] Fix liveness/readiness probe scheme path in templates (#7616)Chris Lu8-13/+87
2025-12-03fix: SFTP HomeDir path translation for user operations (#7611)Chris Lu14-32/+1607
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 Lu7-73/+1673
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 Lu4-115/+244
2025-12-01Fix issue #6847: S3 chunked encoding includes headers in stored content (#7595)Chris Lu1-39/+38
2025-12-01Set S3_ENDPOINT environment variable in CI workflow for tagging testsChris Lu1-0/+5
2025-12-01Fix tagging test pattern to run our comprehensive tests instead of basic testsChris Lu1-2/+2
2025-12-01Merge branch 'fix-s3-object-tagging-issue-7589' into copilot/fix-s3-object-ta...Chris Lu0-0/+0
2025-12-01Update s3-tagging-tests to use Makefile server management like other S3 testsChris Lu2-88/+324
2025-12-01Fix port conflict in s3-tagging-tests CI job by changing volume port from 808...Chris Lu1-2/+2
2025-12-01Fix port conflict in s3-tagging-tests CI job by changing volume port from 808...Chris Lu1-2/+2
2025-12-01Merge branch 'fix-s3-object-tagging-issue-7589' into copilot/fix-s3-object-ta...Chris Lu1-1/+1
2025-12-01Add comment to s3-tagging-tests job to trigger CI re-runChris Lu1-0/+1
2025-12-01Fix CI workflow: remove cd weed since working directory is already set to weedChris Lu1-1/+0
2025-12-01Merge branch 'fix-s3-object-tagging-issue-7589' into copilot/fix-s3-object-ta...Chris Lu2-3/+127
2025-12-01Add S3 object tagging tests to CI workflowChris Lu2-3/+127
2025-12-01Initial plancopilot-swe-agent[bot]0-0/+0
2025-12-01Fix S3 object tagging issue #7589Chris Lu4-2/+534
2025-12-01filer: add username and keyPrefix support for Redis stores (#7591)Chris Lu9-35/+83
2025-12-01chore(deps): bump github.com/prometheus/procfs from 0.19.1 to 0.19.2 (#7577)dependabot[bot]4-6/+6
2025-12-01chore(deps): bump github.com/klauspost/compress from 1.18.1 to 1.18.2 (#7576)dependabot[bot]4-6/+6
2025-12-01Fix #7575: Correct interface check for filer address function in admin server...Chris Lu3-15/+122
2025-12-01Enable FIPS 140-3 compliant crypto by default (#7590)Chris Lu2-0/+7
2025-12-01chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.10 to 4.25.11 (#7579)dependabot[bot]4-36/+36
2025-12-01Have `volume.check.disk` select a random (heathly) source volume when… (#7574)Lisandro Pin1-6/+8
2025-12-01chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.118.2 to 3.121...dependabot[bot]2-6/+6
2025-12-01chore(deps): bump github.com/arangodb/go-driver from 1.6.7 to 1.6.9 (#7580)dependabot[bot]2-43/+5
2025-12-01chore(deps): bump dorny/test-reporter from 1 to 2 (#7581)dependabot[bot]1-1/+1
2025-12-01chore(deps): bump docker/build-push-action from 5 to 6 (#7582)dependabot[bot]7-7/+7
2025-12-01chore(deps): bump actions/upload-artifact from 4 to 5 (#7583)dependabot[bot]1-1/+1
2025-12-01chore(deps): bump actions/setup-java from 4 to 5 (#7584)dependabot[bot]1-1/+1
2025-12-01chore(deps): bump actions/checkout from 4 to 6 (#7585)dependabot[bot]7-10/+10
2025-11-29Update README and weed/Makefile (#7571)Krzysztof Osiniak2-0/+5
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 Lu5-17/+363
2025-11-28filer write request use context without cancellation (#7567)Chris Lu4-7/+13