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
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
2024-07-16
[master] Do Automatic Volume Grow in background (#5781)
Konstantin Lebedev
3
-10
/
+37
2024-07-15
[master] refactor HasGrowRequest to atomic bool (#5782)
Konstantin Lebedev
1
-4
/
+4
2024-07-12
metrics stats of volume layout depends on the data center (#5775)
Konstantin Lebedev
1
-3
/
+3
2024-07-12
fix: avoid timeout if datacenter does not exist in topology (#5772)
Konstantin Lebedev
1
-0
/
+16
2024-07-12
Different disk labels should not use the same DiskUsages instance while maste...
小羽
1
-1
/
+1
2024-06-20
bugfix: unregister ec shards when volume server disconnected (#5697)
Numblgw
1
-0
/
+5
2024-05-29
pass along volume server grpc port
chrislu
2
-0
/
+2
2024-05-20
go fmt
chrislu
2
-10
/
+11
2024-04-18
avoid repeated calls to heavy-weighted viper
chrislu
3
-19
/
+26
2024-04-18
improve perf a bit
chrislu
1
-1
/
+2
2024-04-11
[volume] Reduce the number of buffers for uploading one chunk (#5458)
Konstantin Lebedev
1
-0
/
+4
2024-04-02
fix panic at isAllWritable (#5457)
Konstantin Lebedev
1
-4
/
+9
2024-03-29
[master] grow volumes if no writable volumes in current dataCenter (#5434)
Konstantin Lebedev
2
-4
/
+15
2024-03-28
fix panic 5435 (#5436)
Konstantin Lebedev
2
-1
/
+4
2024-03-22
[master] add test for PickForWrite add metrics for volume layout (#5413)
Konstantin Lebedev
2
-8
/
+114
2024-01-25
fix: clean metric MasterReplicaPlacementMismatch for unregister volume (#5239)
Konstantin Lebedev
1
-0
/
+4
2024-01-23
return dir assign counter
chrislu
1
-0
/
+1
2024-01-23
same logic as grpc assign
chrislu
1
-1
/
+0
2024-01-10
chore: add status code for request_total metrics (#5188)
Konstantin Lebedev
1
-3
/
+3
2023-12-27
create volume grow request if the selected volume is close to full
chrislu
2
-31
/
+42
2023-12-24
remove unused code
chrislu
1
-7
/
+0
2023-10-12
adding DiskType to /dir/status output
chrislu
1
-0
/
+2
2023-09-25
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...
chrislu
3
-6
/
+9
2023-09-18
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"
chrislu
3
-9
/
+6
2023-09-18
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)
dependabot[bot]
3
-6
/
+9
2023-06-09
Healthz check for deadlocks (#4558)
Konstantin Lebedev
2
-0
/
+41
2023-06-06
fix: deletes newly created volumes (#4551)
Konstantin Lebedev
1
-0
/
+2
2023-06-06
revert #4491 (#4550)
wusong
2
-16
/
+0
2023-06-05
Fix no more writable volumes by delay judgment (#4548)
wusong
3
-12
/
+45
2023-05-30
reduce the window size between unregistering a volume server and creating vol...
chrislu
3
-7
/
+13
2023-05-21
fix no more writables volumes while disk free space is sufficient (#4491)
wusong
2
-0
/
+17
2023-04-21
Writables inconsistency (#4417)
wusong
1
-6
/
+37
2023-03-19
fix volume not found if marked as read only
chrislu
1
-0
/
+25
2023-03-16
Retry until a leader is selected. (#4318)
Stewart Miles
1
-1
/
+14
2023-03-15
Use exponential backoff to query leader. (#4313)
Stewart Miles
1
-13
/
+6
[next]