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_handlers.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
fix: pass proxied query param (#7477)
Konstantin Lebedev
1
-1
/
+5
2025-07-02
[volume] refactor and add metrics for flight upload and download data limit c...
Konstantin Lebedev
1
-62
/
+222
2025-06-03
change version directory
chrislu
1
-5
/
+4
2024-10-14
feat: add in-flight metric for s3/file/volume-server (#6120)
steve.wei
1
-0
/
+4
2024-04-14
chore: fix some typos in comments (#5497)
yudrywet
1
-1
/
+1
2024-02-14
[volume] requests that were canceled by the client are not an internal server...
Konstantin Lebedev
1
-1
/
+1
2024-01-10
chore: add status code for request_total metrics (#5188)
Konstantin Lebedev
1
-5
/
+15
2023-11-06
Replace an invalid method in a metric with an invalid one (#4987)
Konstantin Lebedev
1
-10
/
+16
2022-09-06
fix: volume Deadlock when exception is thrown (#3613)
famosss
1
-0
/
+2
2022-08-24
Fix race conditions during in-flight size checks (#3505)
Patrick Schmidt
1
-7
/
+13
2022-08-17
volume: fix metrics for volume request time
chrislu
1
-2
/
+2
2022-08-02
refactor
Konstantin Lebedev
1
-1
/
+5
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-4
/
+4
2022-06-16
Revert "adjust conditions"
chrislu
1
-3
/
+2
2022-06-15
adjust conditions
chrislu
1
-2
/
+3
2022-06-16
add condition when inFlightUploadDataLimitCond signal
liubaojiang
1
-1
/
+3
2022-06-16
move vs.concurrentUploadLimit != 0 out of the lock
liubaojiang
1
-2
/
+2
2022-05-31
reduce the scope of inFlightUploadDataLimitCond lock
liubaojiang
1
-11
/
+7
2022-05-21
add inflight upload data wait timeout
liubaojiang
1
-8
/
+20
2022-05-20
add inFlightUploadDataLimitCond signal
liubaojiang
1
-0
/
+1
2022-05-20
exclude replication from the concurrentUploadLimitMB
liubaojiang
1
-7
/
+8
2022-03-24
Merge pull request #2759 from kmlebedev/skip_wait_cancelled_request
Chris Lu
1
-2
/
+8
2022-03-24
exclude the replication from the concurrentUploadLimitMB
Konstantin Lebedev
1
-1
/
+4
2022-03-23
remove dead code
chrislu
1
-1
/
+0
2022-03-23
fix
chrislu
1
-1
/
+1
2022-03-23
volume: fail fast if too many concurrent requests, to avoid dead lock due to ...
chrislu
1
-4
/
+5
2022-03-15
Need to exit waiting if request is was canceled
Konstantin Lebedev
1
-2
/
+8
2021-12-29
Refactor: pass in claim type into security.DecodeJwt
Sebastian Kurfuerst
1
-1
/
+1
2021-08-10
fix avoid lock error
Chris Lu
1
-5
/
+9
2021-08-08
volume: support concurrent download data size limit
Chris Lu
1
-1
/
+6
2021-08-08
rename
Chris Lu
1
-8
/
+8
2021-06-06
optionally disable concurrent upload limit
Chris Lu
1
-1
/
+2
2021-03-30
filer, volume: add concurrent upload size limit to avoid OOM
Chris Lu
1
-0
/
+30
2020-10-31
filer: add CORS support
Chris Lu
1
-2
/
+4
2020-10-31
volume: add CORS support
Chris Lu
1
-1
/
+16
2020-09-20
adjust printout
Chris Lu
1
-2
/
+2
2020-09-20
refactoring
Chris Lu
1
-0
/
+3
2019-06-10
go fmt
Chris Lu
1
-1
/
+1
2019-06-06
jwt for read access control
Chris Lu
1
-4
/
+16
2019-03-03
jwt check the base file id
Chris Lu
1
-0
/
+4
2019-02-14
add authorizing fileId write access
Chris Lu
1
-0
/
+31
2018-07-23
better way to handler switch case
Jimmy
1
-8
/
+2
2018-05-28
adding favicon to filer also
Chris Lu
1
-4
/
+0
2016-06-02
directory structure change to work with glide
Chris Lu
1
-0
/
+57