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
/
command
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-31
refactor
chrislu
1
-13
/
+2
2022-08-30
avoid data race access to startDelay (#3548)
Konstantin Lebedev
1
-9
/
+9
2022-08-26
make CodeQL happy
chrislu
1
-3
/
+3
2022-08-25
minor: adjust ordering
chrislu
1
-2
/
+1
2022-08-25
minor clean up
chrislu
1
-1
/
+5
2022-08-24
Add raft server access mutex to avoid races (#3503)
Patrick Schmidt
1
-4
/
+6
2022-08-23
remove old raft servers if they don't answer to pings for too long (#3398)
askeipx
2
-4
/
+5
2022-08-22
metadata processing use retry instead of retryForEver
chrislu
1
-4
/
+3
2022-08-22
filer.remote.sync: parallelize uploading to remove object storage
chrislu
1
-4
/
+15
2022-08-22
refactor
chrislu
1
-4
/
+3
2022-08-20
refactoring
chrislu
1
-56
/
+20
2022-08-20
filer.copy: retryable file part upload
chrislu
1
-43
/
+26
2022-08-20
add fileId to UploadWithRetry return result
chrislu
1
-3
/
+1
2022-08-20
filer.copy: retryable upload
chrislu
1
-48
/
+46
2022-08-20
remove unused collection and replication from upload result
chrislu
1
-6
/
+5
2022-08-20
remove unused code
chrislu
1
-7
/
+0
2022-08-17
also migrate jsonpb
chrislu
1
-5
/
+2
2022-08-17
move proto package
chrislu
3
-3
/
+3
2022-08-15
fix(filer.sync): offset may be set to 0 (#3451)
qzh
1
-0
/
+3
2022-08-15
fix(filer.sync): initializing the offset is related to the path (#3450)
qzh
1
-4
/
+4
2022-08-07
refactor and fix strings.Split
chrislu
5
-16
/
+6
2022-08-07
filer.sync: parallelize the filer.sync
chrislu
2
-4
/
+157
2022-08-07
filer.sync: fix when excluded paths is empty
chrislu
1
-2
/
+2
2022-08-05
Add download speed limit support (#3408)
LHHDZ
2
-0
/
+4
2022-08-04
filer prefer volume server in same data center (#3405)
Konstantin Lebedev
6
-0
/
+20
2022-07-30
Merge pull request #3385 from Woellchen/feature/cluster-status-return-healthy
Chris Lu
1
-2
/
+5
2022-07-30
Add healthy indicator for raft status
Patrick Schmidt
1
-2
/
+5
2022-07-30
wip note
chrislu
1
-1
/
+1
2022-07-29
moving
chrislu
1
-1
/
+1
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
38
-241
/
+241
2022-07-28
dynamically connect to a filer
chrislu
2
-31
/
+0
2022-07-28
clean up
chrislu
2
-12
/
+17
2022-07-28
add dc and rack
chrislu
2
-1
/
+3
2022-07-28
mq broker adds data center and rack
chrislu
2
-0
/
+6
2022-07-28
cluster.ps can list brokers
chrislu
3
-3
/
+10
2022-07-28
renaming
chrislu
1
-3
/
+3
2022-07-28
rename to SeaweedMQ
chrislu
3
-36
/
+36
2022-07-27
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
3
-12
/
+60
2022-07-27
"github.com/chrislusf/raft" => "github.com/seaweedfs/raft"
chrislu
1
-1
/
+1
2022-07-27
exclude directories to sync on filer
Konstantin Lebedev
3
-12
/
+60
2022-07-23
metadata subscription uses client epoch
chrislu
8
-13
/
+24
2022-07-08
filer tikv support tls
duanhongyi
1
-0
/
+8
2022-07-07
shell: remove unused filer parameter from shell.toml
chrislu
1
-2
/
+0
2022-06-29
use const multipart uploads folder
Konstantin Lebedev
1
-1
/
+2
2022-06-28
remove hdfs, add tikv for full version update
guol-fnst
1
-2
/
+2
2022-06-27
fix reading time
chrislu
1
-2
/
+2
2022-06-27
Improve filer command help, add supported filer store list
yulai.li
1
-5
/
+21
2022-06-26
Update tikv client version and add one PC support
yulai.li
44
-812
/
+2336
2022-06-20
master: put metadata under instance specific folder
chrislu
1
-1
/
+4
2022-06-20
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
1
-1
/
+1
[next]