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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-30
consistent
origin/pr-7412
chrislu
1
-6
/
+2
2025-10-30
Refactor: Extract common locking patterns into helper methods
chrislu
1
-43
/
+42
2025-10-30
Optimize locking: Reduce lock acquisitions and use helper methods
chrislu
1
-10
/
+3
2025-10-30
Improve encapsulation: Add shallowClone() method to vidMap
chrislu
2
-7
/
+14
2025-10-30
Add clarifying comments to vidMap helper functions
chrislu
1
-3
/
+7
2025-10-30
Further reduce lock contention in LookupVolumeIdsWithFallback
chrislu
1
-5
/
+11
2025-10-30
Optimize vidMap locking for better concurrency
chrislu
1
-20
/
+26
2025-10-30
Merge master into fix/masterclient-vidmap-race-condition
chrislu
1
-4
/
+67
2025-10-30
reduce lock scope
chrislu
1
-12
/
+24
2025-10-30
Filer: fallback to check master (#7411)
Chris Lu
2
-43
/
+184
2025-10-30
fix more concurrent access
chrislu
1
-5
/
+7
2025-10-30
Fix: Critical data race in MasterClient vidMap
chrislu
1
-44
/
+36
2025-10-30
fmt
chrislu
1
-2
/
+2
2025-10-30
Fix: Critical data race in MasterClient vidMap
chrislu
2
-13
/
+100
2025-10-30
add a comment
chrislu
1
-0
/
+3
2025-10-30
errors.Join(lookupErrors...)
chrislu
1
-12
/
+5
2025-10-30
address comments
chrislu
2
-6
/
+13
2025-10-30
dedup lookup logic
chrislu
1
-27
/
+32
2025-10-30
use batch key
chrislu
1
-71
/
+88
2025-10-30
avoid dup lookup
chrislu
1
-46
/
+87
2025-10-30
return error
chrislu
1
-5
/
+2
2025-10-30
handle parse error
chrislu
1
-1
/
+5
2025-10-30
refactor
chrislu
2
-72
/
+80
2025-10-30
parsing
chrislu
1
-5
/
+5
2025-10-30
clean up
chrislu
1
-22
/
+29
2025-10-30
fallback to check master
chrislu
1
-13
/
+72
2025-10-30
network: Adaptive timeout (#7410)
Chris Lu
1
-4
/
+67
2025-10-30
fixed superfluous response.WriteHeader call" warning
chrislu
1
-3
/
+2
2025-10-30
server can start when no network for local dev
chrislu
1
-1
/
+5
2025-10-30
[Helm Chart] add missing apiVersion and kind in PVC templates for better comp...
Guilherme Moreira Rodrigues
2
-6
/
+16
2025-10-30
Fix S3 bucket policy ARN validation to accept AWS ARNs and simplified formats...
Chris Lu
2
-17
/
+204
2025-10-29
fix add user command (#7406)
Chris Lu
4
-4
/
+8
2025-10-29
Filer: Add retry mechanism for failed file deletions (#7402)
Dmitriy Pavlov
3
-45
/
+840
2025-10-29
* Fix s3 auth with proxy request (#7403)
zuzuviewer
3
-33
/
+223
2025-10-29
S3: add fallback for CORS (#7404)
Chris Lu
4
-18
/
+494
2025-10-29
s3: fix if-match error (#7277)
Taehyung Lim
3
-0
/
+95
2025-10-29
purge emojis
chrislu
1
-20
/
+20
2025-10-28
Filer: Fixed critical bugs in the Azure SDK migration (PR #7310) (#7401)
Chris Lu
4
-51
/
+267
2025-10-28
S3: adjust for loading credentials (#7400)
Chris Lu
2
-7
/
+51
2025-10-28
[master] vaccum fix warn (#7312)
Konstantin Lebedev
1
-1
/
+1
2025-10-28
IAM: add support for advanced IAM config file to server command (#7317)
Nial
2
-1
/
+20
2025-10-28
docker containers: add non-root user (#7399)
Chris Lu
4
-13
/
+44
2025-10-28
S3: auth supports X-Forwarded-Host and X-Forwarded-Port (#7398)
Chris Lu
3
-1
/
+236
2025-10-27
go fmt
chrislu
32
-363
/
+337
2025-10-27
Erasure Coding: Ec refactoring (#7396)
Chris Lu
15
-296
/
+564
2025-10-27
fix nil
chrislu
1
-1
/
+4
2025-10-27
revert back s3 in helm chart to false
chrislu
1
-1
/
+1
2025-10-27
3.99
3.99
chrislu
1
-1
/
+1
2025-10-27
chore(deps): bump github.com/rclone/rclone from 1.71.1 to 1.71.2 (#7393)
dependabot[bot]
2
-6
/
+6
2025-10-27
chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.10 to 1....
dependabot[bot]
2
-33
/
+33
[next]