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
/
topology
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
fix random volume ids in master.html (#7655)
Trim21
2
-0
/
+6
2025-12-02
Support separate volume server ID independent of RPC bind address (#7609)
Chris Lu
3
-11
/
+178
2025-11-04
master: fix negative active volumes (#7440)
Chris Lu
2
-0
/
+127
2025-11-04
Nit: use `time.Duration`s instead of constants in seconds. (#7438)
Lisandro Pin
1
-2
/
+2
2025-10-27
Erasure Coding: Ec refactoring (#7396)
Chris Lu
1
-1
/
+10
2025-10-23
S3 API: Fix SSE-S3 decryption on object download (#7366)
Chris Lu
1
-10
/
+22
2025-10-22
Update volume_growth_reservation_test.go
chrislu
1
-0
/
+5
2025-10-22
Update volume_growth_reservation_test.go
chrislu
1
-6
/
+8
2025-10-22
S3: Avoid in-memory map concurrent writes in SSE-S3 key manager (#7358)
Chris Lu
1
-0
/
+6
2025-10-20
fix tests
chrislu
1
-3
/
+5
2025-10-13
Add Kafka Gateway (#7231)
Chris Lu
2
-3
/
+7
2025-08-30
S3 API: Advanced IAM System (#7160)
Chris Lu
1
-20
/
+51
2025-08-23
Master: volume assignment concurrency (#7159)
Chris Lu
10
-32
/
+1086
2025-08-02
Admin UI: include ec shard sizes into volume server info (#7071)
Chris Lu
1
-27
/
+36
2025-07-30
Admin: misc improvements on admin server and workers. EC now works. (#7055)
Chris Lu
2
-5
/
+22
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
2
-3
/
+3
2025-06-19
follow grow volume option version
chrislu
1
-1
/
+1
2025-06-16
refactoring
chrislu
4
-9
/
+10
2025-06-16
add version to volume proto
chrislu
2
-2
/
+5
2025-05-28
Add context with request (#6824)
Aleksey Kosov
1
-2
/
+3
2025-04-16
Fix implementation of `master_pb.CollectionList` RPC call (#6715)
Lisandro Pin
2
-5
/
+87
2024-12-19
"golang.org/x/exp/slices" => "slices" and go fmt
chrislu
3
-3
/
+3
2024-12-18
[shell] feat:stop vacuum immediately once volume.vacuum.disable was executed ...
dsd
2
-6
/
+20
2024-11-26
[master] avoid timeout when assigning for main request with filter by DC or r...
Konstantin Lebedev
2
-4
/
+4
2024-11-25
use ShouldGrowVolumesByDcAndRack (#6280)
Konstantin Lebedev
2
-19
/
+25
2024-11-23
wait a bit before getting the next volume id if the leader is recently elected
chrislu
2
-0
/
+7
2024-11-21
[master] avoid crowded more writable for auto grow (#6214)
Konstantin Lebedev
1
-2
/
+5
2024-10-24
correcting free volume count, factor it during ec encoding to ensure enough d...
chrislu
1
-2
/
+2
2024-10-24
rename proto field from DestroyTime to expire_at_sec
chrislu
1
-3
/
+3
2024-10-14
feat: add in-flight metric for s3/file/volume-server (#6120)
steve.wei
1
-0
/
+10
2024-10-10
optimize memory usage for large number of volumes
chrislu
7
-49
/
+50
2024-09-11
change math/rand => math/rand/v2 in volume_layout.go where is a perfo… (#6006)
dsd
1
-3
/
+4
2024-09-09
[master] process grow request with must grow (#5999)
Konstantin Lebedev
1
-10
/
+8
2024-09-07
better logging for volume growth
chrislu
2
-2
/
+2
2024-09-07
refactor
chrislu
1
-0
/
+6
2024-09-04
[master] refactor func ShouldGrowVolumes (#5884)
Konstantin Lebedev
4
-43
/
+74
2024-08-30
unnecessary skipping
chrislu
1
-6
/
+1
2024-08-30
parameter name
chrislu
1
-2
/
+2
2024-08-30
fix typo
chrislu
1
-1
/
+1
2024-08-29
math/rand => math/rand/v2
chrislu
5
-9
/
+9
2024-08-27
ensure none zero lastGrowCount
chrislu
1
-1
/
+1
2024-08-21
add parallel vacuuming
chrislu
2
-9
/
+69
2024-08-20
add warning for not enough copies when skipping vacuuming volumes
chrislu
1
-1
/
+5
2024-08-19
add http endpoint to get the size of a collection (#5910)
Riccardo Bertossa
1
-0
/
+22
2024-08-16
EC volume supports expiration and displays expiration message when executing ...
augustazz
1
-3
/
+4
2024-08-15
[master] fix master panic (#5893)
wusong
2
-8
/
+19
2024-07-30
[master] do sync grow request only if absolutely necessary (#5821)
Konstantin Lebedev
2
-27
/
+13
2024-07-26
fix allocate reduplicated volumeId to different volume (#5811)
wyang
1
-2
/
+45
2024-07-21
avoid nil
chrislu
1
-0
/
+1
2024-07-16
Added tls for http clients (#5766)
vadimartynov
1
-2
/
+8
[next]