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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-24
adjust visibility
chrislu
4
-29
/
+29
2024-06-23
minor
chrislu
1
-2
/
+2
2024-06-15
optionally skip deleting file chunks
chrislu
1
-1
/
+1
2024-06-15
DeleteUncommittedChunks
chrislu
1
-1
/
+1
2024-06-15
refactor
chrislu
4
-6
/
+6
2024-06-14
Added context for the MasterClient's methods to avoid endless loops (#5628)
vadimartynov
7
-14
/
+15
2024-06-14
minor
chrislu
1
-0
/
+1
2024-06-13
more logs
chrislu
1
-1
/
+6
2024-06-10
Fix Filer Sync Issue: 5455 (#5663)
MeenakshiSachdeva
1
-0
/
+4
2024-06-07
fix: Ensure that the clientAddress is unique (#5655)
steve.wei
1
-1
/
+7
2024-06-06
Fix panic (#5654)
Gaspare Iengo
1
-2
/
+4
2024-06-05
Set the capacity of clientChan to 10000 (#5647)
steve.wei
1
-2
/
+1
2024-06-03
fix deadlock caused by message chan blocked (#5639)
LHHDZ
1
-0
/
+8
2024-05-29
pass along volume server grpc port
chrislu
1
-0
/
+2
2024-05-24
avoid ticker leak
chrislu
2
-0
/
+3
2024-04-29
reduce ambiguity about use memory_sequencer (#5555)
shenxingwuying
1
-1
/
+3
2024-04-18
avoid repeated calls to heavy-weighted viper
chrislu
1
-1
/
+6
2024-04-18
rename
chrislu
4
-13
/
+13
2024-04-14
[s3] fix s3 test_multipart_get_part (#5476)
Konstantin Lebedev
1
-3
/
+19
2024-04-14
chore: fix some typos in comments (#5497)
yudrywet
2
-2
/
+2
2024-04-11
[volume] Reduce the number of buffers for uploading one chunk (#5458)
Konstantin Lebedev
1
-3
/
+3
2024-04-10
fix append disorder (#5492)
skycope
1
-1
/
+1
2024-04-08
fix: filer authenticate with with volume server (#5480)
Henco Appel
3
-1
/
+37
2024-03-28
fix panic 5435 (#5436)
Konstantin Lebedev
2
-1
/
+6
2024-03-25
fix nil volume data backend
chrislu
1
-0
/
+3
2024-03-18
fix get file metadata bug (#5394)
jerebear12
2
-6
/
+11
2024-03-16
Merge branch 'mq-subscribe'
chrislu
4
-24
/
+39
2024-03-16
only broad cast when there are waiting threads
chrislu
2
-6
/
+14
2024-03-14
[filer] replace an invalid methods in a metric with an invalid one (#5378)
Konstantin Lebedev
1
-10
/
+12
2024-03-12
Merge branch 'master' into mq-subscribe
chrislu
1
-1
/
+1
2024-03-09
remove repetitive words (#5364)
rustrover
1
-1
/
+1
2024-03-07
each log function adds a "done" return parameter
chrislu
1
-5
/
+5
2024-03-07
pass errors
chrislu
1
-1
/
+0
2024-03-07
Merge branch 'master' into mq-subscribe
chrislu
1
-3
/
+0
2024-03-07
purge cluster id
chrislu
1
-3
/
+0
2024-02-29
Merge branch 'master' into mq-subscribe
chrislu
3
-2
/
+13
2024-02-27
Disable filer UI in configuration (#5297)
jerebear12
3
-2
/
+13
2024-02-25
Merge branch 'master' into mq-subscribe
chrislu
3
-7
/
+5
2024-02-14
filer: reduce delete entry ErrNotFound logs (#5301)
Sébastien
1
-5
/
+3
2024-02-14
[volume] requests that were canceled by the client are not an internal server...
Konstantin Lebedev
2
-2
/
+2
2024-02-05
fix on finding lock owner
Chris Lu
1
-1
/
+1
2024-02-04
Merge branch 'master' into mq-subscribe
Chris Lu
3
-26
/
+71
2024-02-02
lock returns host and owner
chrislu
1
-2
/
+3
2024-02-01
use a short-lived lock
chrislu
1
-2
/
+2
2024-01-30
fix nil error
chrislu
1
-1
/
+1
2024-01-29
re-lock if the lock owner is not found
chrislu
1
-7
/
+11
2024-01-29
fix: http range request return status 500 (#5251)
Sébastien
3
-25
/
+68
2024-01-24
fix: s3tests test_get_object_ifnonematch_good (#5237)
Konstantin Lebedev
1
-1
/
+3
2024-01-23
Merge branch 'master' into mq-subscribe
chrislu
2
-12
/
+0
2024-01-23
same logic as grpc assign
chrislu
2
-12
/
+0
[next]