index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-06
fix: CompleteMultipartUpload fails for uploads with more than 1000 parts (#7641)
Chris Lu
1
-1
/
+4
2025-12-05
fix: normalize Windows backslash paths in weed admin file uploads (#7636)
Chris Lu
3
-8
/
+33
2025-12-05
fix: Use mime.FormatMediaType for RFC 6266 compliant Content-Disposition (#7635)
Chris Lu
3
-13
/
+12
2025-12-05
fix: Admin UI file browser uses https.client TLS config for filer communicati...
Chris Lu
1
-53
/
+165
2025-12-05
Separate vacuum speed from replication speed (#7632)
msementsov
4
-12
/
+19
2025-12-05
fix: Admin UI user creation fails before filer discovery (#7624) (#7625)
Chris Lu
2
-19
/
+13
2025-12-04
mount: improve read throughput with parallel chunk fetching (#7627)
Chris Lu
4
-49
/
+788
2025-12-04
fix: S3 downloads failing after idle timeout (#7626)
Chris Lu
4
-96
/
+29
2025-12-04
fix: check freeEcSlot before evacuating EC shards to prevent data loss (#7621)
Chris Lu
1
-8
/
+37
2025-12-04
fix: properly handle errors in writeToFile to prevent 0-byte EC shards (#7620)
Chris Lu
1
-3
/
+5
2025-12-04
s3: support STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER for signed chunked upl...
Chris Lu
4
-18
/
+171
2025-12-04
fix: S3 GetObject/HeadObject with PartNumber should return object ETag, not p...
Chris Lu
1
-37
/
+5
2025-12-04
fmt
chrislu
2
-0
/
+2
2025-12-03
filer: async empty folder cleanup via metadata events (#7614)
Chris Lu
9
-52
/
+1685
2025-12-03
fix: SFTP HomeDir path translation for user operations (#7611)
Chris Lu
6
-32
/
+191
2025-12-03
Fix handling of fixed read-only volumes for `volume.check.disk`. (#7612)
Lisandro Pin
1
-19
/
+36
2025-12-03
fix: update getVersioningState to signal non-existent buckets with Er… (#7613)
Xiao Wei
1
-1
/
+3
2025-12-02
fix: volume server healthz now checks local conditions only (#7610)
Chris Lu
2
-13
/
+22
2025-12-02
Support separate volume server ID independent of RPC bind address (#7609)
Chris Lu
14
-28
/
+240
2025-12-02
fix: skip cookie validation for EC volume deletion when SkipCookieCheck is se...
Chris Lu
1
-11
/
+6
2025-12-02
Add disk-aware EC rebalancing (#7597)
Chris Lu
5
-72
/
+1195
2025-12-02
Mutex command output writes for `volume.check.disk`. (#7605)
Lisandro Pin
2
-22
/
+28
2025-12-02
Parallelize read-only volume check pass for `volume.check.disk`. (#7602)
Lisandro Pin
2
-23
/
+37
2025-12-02
Fix SSE-S3 copy: preserve encryption metadata and set chunk SSE type (#7598)
Chris Lu
3
-115
/
+172
2025-12-01
Fix issue #6847: S3 chunked encoding includes headers in stored content (#7595)
Chris Lu
1
-39
/
+38
2025-12-01
Fix S3 object tagging issue #7589
Chris Lu
1
-2
/
+25
2025-12-01
filer: add username and keyPrefix support for Redis stores (#7591)
Chris Lu
9
-35
/
+83
2025-12-01
Fix #7575: Correct interface check for filer address function in admin server...
Chris Lu
3
-15
/
+122
2025-12-01
Have `volume.check.disk` select a random (heathly) source volume when… (#7574)
Lisandro Pin
1
-6
/
+8
2025-11-29
Update README and weed/Makefile (#7571)
Krzysztof Osiniak
1
-0
/
+3
2025-11-29
mount: improve read throughput with parallel chunk fetching (#7569)
Chris Lu
13
-25
/
+191
2025-11-28
fix: copy to bucket with default SSE-S3 encryption fails (#7562) (#7568)
Chris Lu
4
-17
/
+135
2025-11-28
filer write request use context without cancellation (#7567)
Chris Lu
4
-7
/
+13
2025-11-28
fix too many pings (#7566)
Chris Lu
1
-5
/
+9
2025-11-27
fmt
chrislu
1
-6
/
+6
2025-11-27
fix nil map
Chris Lu
1
-0
/
+3
2025-11-27
4.01
Chris Lu
1
-1
/
+1
2025-11-27
feat(volume.fix): show all replica locations for misplaced volumes (#7560)
steve.wei
1
-1
/
+6
2025-11-26
s3api: Fix response-content-disposition query parameter not being honored (#7...
Chris Lu
1
-7
/
+19
2025-11-26
fix(tikv): improve context propagation and refactor batch delete logic (#7558)
Chris Lu
2
-12
/
+16
2025-11-26
Metrics: Add Prometheus metrics for concurrent upload tracking (#7555)
Chris Lu
3
-11
/
+61
2025-11-26
fix(tikv): replace DeleteRange with transaction-based batch deletes (#7557)
Chris Lu
3
-53
/
+78
2025-11-26
S3: pass HTTP 429 from volume servers to S3 clients (#7556)
Chris Lu
2
-1
/
+11
2025-11-26
fix(filer-ui): support folder creation with JWT token in URL (#7271)
littlemilkwu
1
-1
/
+2
2025-11-26
fix(s3api): fix AWS Signature V2 format and validation (#7488)
qzh
2
-3
/
+306
2025-11-26
Filer, S3: Feature/add concurrent file upload limit (#7554)
Chris Lu
8
-98
/
+181
2025-11-26
Support multiple filers for S3 and IAM servers with automatic failover (#7550)
Chris Lu
21
-131
/
+622
2025-11-26
hide millseconds in up time (#7553)
Trim21
2
-3
/
+4
2025-11-25
Add error list each entry func (#7485)
tam-i13
31
-119
/
+325
2025-11-25
S3: Auto create bucket (#7549)
Chris Lu
3
-17
/
+111
[next]