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
/
volume_layout.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-16
refactoring
chrislu
1
-1
/
+1
2024-11-26
[master] avoid timeout when assigning for main request with filter by DC or r...
Konstantin Lebedev
1
-3
/
+3
2024-11-25
use ShouldGrowVolumesByDcAndRack (#6280)
Konstantin Lebedev
1
-19
/
+12
2024-11-21
[master] avoid crowded more writable for auto grow (#6214)
Konstantin Lebedev
1
-2
/
+5
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
1
-1
/
+1
2024-09-04
[master] refactor func ShouldGrowVolumes (#5884)
Konstantin Lebedev
1
-40
/
+54
2024-08-30
unnecessary skipping
chrislu
1
-6
/
+1
2024-08-29
math/rand => math/rand/v2
chrislu
1
-2
/
+2
2024-08-27
ensure none zero lastGrowCount
chrislu
1
-1
/
+1
2024-07-30
[master] do sync grow request only if absolutely necessary (#5821)
Konstantin Lebedev
1
-25
/
+11
2024-07-21
avoid nil
chrislu
1
-0
/
+1
2024-07-16
[master] Do Automatic Volume Grow in background (#5781)
Konstantin Lebedev
1
-1
/
+19
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-05-20
go fmt
chrislu
1
-1
/
+1
2024-04-18
avoid repeated calls to heavy-weighted viper
chrislu
1
-4
/
+3
2024-04-18
improve perf a bit
chrislu
1
-1
/
+2
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
1
-1
/
+1
2024-03-28
fix panic 5435 (#5436)
Konstantin Lebedev
1
-1
/
+1
2024-03-22
[master] add test for PickForWrite add metrics for volume layout (#5413)
Konstantin Lebedev
1
-4
/
+8
2024-01-23
return dir assign counter
chrislu
1
-0
/
+1
2023-12-27
create volume grow request if the selected volume is close to full
chrislu
1
-24
/
+33
2023-10-12
adding DiskType to /dir/status output
chrislu
1
-0
/
+2
2023-06-05
Fix no more writable volumes by delay judgment (#4548)
wusong
1
-3
/
+6
2023-03-19
fix volume not found if marked as read only
chrislu
1
-0
/
+25
2022-08-29
ensure memory alignment on different CPUs
chrislu
1
-2
/
+2
2022-08-29
avoid race conditions access to growRequestCount (#3537)
Konstantin Lebedev
1
-4
/
+6
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-5
/
+5
2022-07-22
change topology mapping definition, improve spelling
ningfd
1
-6
/
+12
2022-06-26
mount: stats report physical size instead of logical size
chrislu
1
-2
/
+2
2022-04-17
less verbose logs
chrislu
1
-2
/
+5
2022-03-21
log reasons volumes became unwritable
chrislu
1
-1
/
+8
2022-03-21
avoid possible deadlock if volume layout is used in some logs
chrislu
1
-3
/
+1
2021-12-21
assign fileId according to DataNode with empty DataCenter and Rack
banjiaojuhao
1
-12
/
+13
2021-10-07
go fmt
Chris Lu
1
-1
/
+1
2021-10-05
reduce concurrent volume grow requests
Chris Lu
1
-0
/
+17
2021-10-05
refactor
Chris Lu
1
-0
/
+6
2021-09-28
avoid possible modified location list
Chris Lu
1
-1
/
+1
2021-05-11
master: avoid creating too many volumes
Chris Lu
1
-3
/
+3
2021-05-06
ahead of time volume assignment
qieqieplus
1
-7
/
+40
2021-02-26
Show the real disk usage in stats calls
Patrick Schmidt
1
-1
/
+1
2021-02-16
this can compile now!!!
Chris Lu
1
-2
/
+3
2021-02-09
Merge branch 'master' into support_ssd_volume
Chris Lu
1
-1
/
+1
2021-01-31
fix concurrent map reads
Chris Lu
1
-1
/
+1
2020-12-16
go fmt
Chris Lu
1
-2
/
+2
2020-12-13
rename from volumeType to diskType
Chris Lu
1
-3
/
+3
2020-12-13
adding volume type
Chris Lu
1
-1
/
+3
[next]