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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-12
Merge branch 'master' into mq
chrislu
4
-5
/
+18
2024-06-11
fix issue: sometimes volume.fsck report 'volume not found' (#5537)
Taehyung Lim
1
-5
/
+10
2024-06-10
Meenakshi fix filer sync (#5672)
MeenakshiSachdeva
1
-0
/
+1
2024-06-10
Fix Filer Sync Issue: 5455 (#5663)
MeenakshiSachdeva
2
-0
/
+7
2024-06-09
Merge branch 'master' into mq
chrislu
1
-1
/
+1
2024-06-09
3.68
3.68
chrislu
1
-1
/
+1
2024-06-09
Merge branch 'master' into mq
chrislu
2
-37
/
+14
2024-06-09
simplify
chrislu
1
-36
/
+7
2024-06-07
fix: Ensure that the clientAddress is unique (#5655)
steve.wei
1
-1
/
+7
2024-06-06
refactor out FilerClientAccessor
chrislu
4
-6
/
+9
2024-06-06
Merge branch 'master' into mq
chrislu
4
-10
/
+34
2024-06-06
Fix panic (#5654)
Gaspare Iengo
1
-2
/
+4
2024-06-06
Fix Issue #5649 (#5652)
Gaspare Iengo
3
-6
/
+29
2024-06-05
Set the capacity of clientChan to 10000 (#5647)
steve.wei
1
-2
/
+1
2024-06-04
Merge branch 'master' into mq
chrislu
11
-28
/
+102
2024-06-04
fix(s3api): make post api upload object default return 204 (#5648)
Lê Hoàng Nam
1
-1
/
+3
2024-06-03
fix deadlock caused by message chan blocked (#5639)
LHHDZ
1
-0
/
+8
2024-06-02
Solaris disk support (#5638)
Dominic Pearson
5
-8
/
+47
2024-06-02
Support concurrent volume.fsck & support disabling -cutoffTimeAgo to improve ...
NyaMisty
1
-18
/
+33
2024-06-02
Ignore remote volume when selecting volumes in operation (ec.encode/volume.ti...
NyaMisty
1
-0
/
+4
2024-06-02
Fix volume.tier.upload nil pointer panic (#5634)
NyaMisty
1
-0
/
+6
2024-06-02
Fix sorted needle file's write mode for (*SortedFileNeedleMap).Delete() (#5633)
NyaMisty
1
-1
/
+1
2024-05-30
Merge branch 'master' into mq
chrislu
5
-2
/
+6
2024-05-30
remove per-message debug logs
chrislu
3
-6
/
+5
2024-05-30
fix size calculation
chrislu
2
-1
/
+15
2024-05-30
debug
chrislu
2
-2
/
+6
2024-05-30
fix passing sub follower offset
chrislu
1
-1
/
+1
2024-05-30
fix cases when buffer wraps around
chrislu
2
-5
/
+31
2024-05-30
fix
chrislu
1
-1
/
+0
2024-05-30
stop partitionOffsetChan if closed
chrislu
1
-0
/
+5
2024-05-29
skip control messages
chrislu
2
-2
/
+8
2024-05-29
fix inflight message tracker
chrislu
3
-87
/
+124
2024-05-29
passing along publisher name
chrislu
3
-284
/
+285
2024-05-29
avoid nil stopChan
chrislu
1
-2
/
+3
2024-05-29
less logs
chrislu
1
-10
/
+9
2024-05-29
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
1
-1
/
+1
2024-05-29
pass along volume server grpc port
chrislu
3
-0
/
+4
2024-05-27
balance subscribers
chrislu
13
-597
/
+686
2024-05-27
chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ from 0.2.0 ...
dependabot[bot]
1
-1
/
+1
2024-05-27
Replaces volume.unmount in the help of the volumeServer.leave (#5619)
Vlad
1
-1
/
+1
2024-05-26
add market
chrislu
2
-0
/
+449
2024-05-26
use type ConsumerGroupInstanceId
chrislu
4
-13
/
+13
2024-05-24
Merge branch 'master' into mq
chrislu
2
-0
/
+3
2024-05-24
avoid ticker leak
chrislu
2
-0
/
+3
2024-05-23
refactor
chrislu
2
-19
/
+26
2024-05-23
go fmt
chrislu
5
-19
/
+19
2024-05-23
Merge branch 'master' into mq
chrislu
2
-15
/
+14
2024-05-23
go fmt
chrislu
2
-15
/
+14
2024-05-23
coordinator receives unassignment ack
chrislu
7
-491
/
+615
2024-05-22
Merge branch 'master' into mq
chrislu
1
-1
/
+2
[prev]
[next]