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
/
server
/
volume_server.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Separate vacuum speed from replication speed (#7632)
msementsov
1
-10
/
+13
2025-12-02
Support separate volume server ID independent of RPC bind address (#7609)
Chris Lu
1
-2
/
+2
2025-11-04
Nit: use `time.Duration`s instead of constants in seconds. (#7438)
Lisandro Pin
1
-3
/
+3
2025-09-08
fix: pass inflightDownloadDataTimeout to volumeServer (#7206)
Konstantin Lebedev
1
-0
/
+1
2025-07-02
[volume] refactor and add metrics for flight upload and download data limit c...
Konstantin Lebedev
1
-0
/
+5
2025-05-21
Added middleware for processing request_id grpc and http requests (#6805)
Aleksey Kosov
1
-5
/
+5
2024-12-02
[security] reload whiteList on http seerver (#6302)
Konstantin Lebedev
1
-0
/
+12
2022-11-14
Lazy loading (#3958)
Guo Lei
1
-1
/
+4
2022-09-28
[volume] Add new volumes to HUP(reload) signal (#3755)
Konstantin Lebedev
1
-0
/
+5
2022-09-17
volume server: rename readBufferSize to readBufferSizeMB
chrislu
1
-3
/
+3
2022-09-16
volume: add "readBufSize" option to customize read optimization (#3702)
famosss
1
-0
/
+3
2022-09-15
volume: add "hasSlowRead" option to customize read optimization
chrislu
1
-0
/
+3
2022-08-26
make CodeQL happy
chrislu
1
-1
/
+1
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-8
/
+8
2022-05-21
add inflight upload data wait timeout
liubaojiang
1
-0
/
+4
2022-05-20
exclude replication from the concurrentUploadLimitMB
liubaojiang
1
-0
/
+2
2022-05-17
just exit in case of duplicated volume directories were loaded
guol-fnst
1
-3
/
+0
2022-05-16
avoid duplicated volume directory
guol-fnst
1
-2
/
+6
2022-03-23
remove dead code
chrislu
1
-1
/
+0
2022-03-23
volume: fail fast if too many concurrent requests, to avoid dead lock due to ...
chrislu
1
-1
/
+0
2022-02-16
healthz check to avoid drain pod with last replicas
Konstantin Lebedev
1
-0
/
+1
2021-12-05
upgrade protoc to 3.17.3
chrislu
1
-0
/
+2
2021-09-12
change server address from string to a type
Chris Lu
1
-5
/
+6
2021-09-07
handle ipv6 addresses
Chris Lu
1
-2
/
+1
2021-08-08
volume: support concurrent download data size limit
Chris Lu
1
-16
/
+22
2021-08-08
rename
Chris Lu
1
-15
/
+15
2021-07-13
volume: change all writes to fsync during graceful stopping
Chris Lu
1
-0
/
+5
2021-07-02
volume: address "unaligned 64-bit atomic operation"
Chris Lu
1
-4
/
+4
2021-07-01
go fmt
Chris Lu
1
-2
/
+2
2021-06-30
add proxy mode to read non-local volumes
zhangsong
1
-3
/
+3
2021-04-27
minFreeSpace refactored
bingoohuang
1
-1
/
+1
2021-04-26
minFreeSpace argument allows size like 10GiB
bingoohuang
1
-2
/
+2
2021-03-30
filer, volume: add concurrent upload size limit to avoid OOM
Chris Lu
1
-0
/
+8
2021-02-16
this can compile now!!!
Chris Lu
1
-1
/
+2
2021-02-09
Merge branch 'master' into support_ssd_volume
Chris Lu
1
-2
/
+2
2021-02-07
renaming NeedleMapType to NeedleMapKind
bingoohuang
1
-2
/
+2
2020-12-13
disk type configurable for each folder
Chris Lu
1
-4
/
+2
2020-12-13
refactor
Chris Lu
1
-2
/
+2
2020-12-13
rename from volumeType to diskType
Chris Lu
1
-4
/
+4
2020-12-13
volume server set volume type and heartbeat to the master
Chris Lu
1
-2
/
+4
2020-11-26
pass in dir.idx parameter to DiskLocation
Chris Lu
1
-1
/
+2
2020-09-24
adjust for metrics port
Chris Lu
1
-3
/
+1
2020-09-24
add start metrics server
Konstantin Lebedev
1
-0
/
+2
2020-09-20
adjust logging
Chris Lu
1
-3
/
+1
2020-09-19
volume: get metrics configuration from master
Chris Lu
1
-3
/
+4
2020-09-16
simplify metrics configuration logic
Chris Lu
1
-4
/
+1
2020-09-16
volume: load configuration from master at the start
Chris Lu
1
-0
/
+3
2020-09-13
shell: add volumeServer.leave command
Chris Lu
1
-2
/
+4
2020-08-26
stop send heartbeat before stop volume server
Konstantin Lebedev
1
-0
/
+2
2020-08-25
volume server: remove whitelist for status checking
Chris Lu
1
-1
/
+1
[next]