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-10-23
remove volume server tcp client
chrislu
1
-24
/
+1
2022-10-12
default hasSlowRead to true
chrislu
1
-1
/
+1
2022-10-12
volume server:set the default value of "hasSlowRead" to true (#3710)
famosss
1
-1
/
+1
2022-10-12
master fix interruption through ctrl+c (#3834)
Konstantin Lebedev
1
-1
/
+1
2022-10-08
Fix `mount -t weed` with extra options (#3807)
BakerBunker
1
-1
/
+4
2022-10-06
master server graceful stop (#3797)
Konstantin Lebedev
1
-0
/
+8
2022-10-01
fix delete key panic of remote sync dir (#3770)
Konstantin Lebedev
1
-4
/
+9
2022-09-30
better fix for option format
chrislu
1
-1
/
+5
2022-09-30
mount: fix extra option format
chrislu
1
-1
/
+1
2022-09-30
mount: accept all extra mount options
chrislu
3
-1
/
+4
2022-09-28
[volume] Add new volumes to HUP(reload) signal (#3755)
Konstantin Lebedev
1
-0
/
+2
2022-09-27
fix set master options for single server (#3708)
Konstantin Lebedev
1
-4
/
+5
2022-09-17
volume server: rename readBufferSize to readBufferSizeMB
chrislu
2
-4
/
+4
2022-09-16
volume: add "readBufSize" option to customize read optimization (#3702)
famosss
2
-0
/
+4
2022-09-15
mark "hasSlowRead" as experimental
chrislu
2
-2
/
+2
2022-09-15
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
3
-3
/
+3
2022-09-15
volume: add "hasSlowRead" option to customize read optimization
chrislu
2
-0
/
+4
2022-09-15
docs(command): readability fixes (#3686)
Ryan Russell
3
-3
/
+3
2022-09-14
go fmt
chrislu
4
-16
/
+16
2022-09-14
refactor(various): `Listner` -> `Listener` readability improvements (#3672)
Ryan Russell
4
-14
/
+14
2022-09-14
refactor(socket mount): Update socket mount pattern to `/tmp/seaweedf… (#3662)
Ryan Russell
2
-2
/
+2
2022-09-14
docs: `orignial` -> `original` (#3661)
Ryan Russell
1
-2
/
+2
2022-09-14
fix 'localFilerSocket' nil pointer (#3654)
LHHDZ
1
-0
/
+1
2022-09-14
refactor: `DefaultConcurrencyLimit` var rename (#3658)
Ryan Russell
1
-4
/
+4
2022-09-14
refactor: `concurrentFiles` and `concurrentChunks` var name fix (#3655)
Ryan Russell
1
-7
/
+7
2022-09-11
refactor
chrislu
2
-5
/
+10
2022-09-10
simplify a bit
chrislu
2
-5
/
+4
2022-09-10
[sync] override amz storage class, None to delete (#3639)
Konstantin Lebedev
3
-1
/
+9
2022-09-09
skip directories under ".uploads" directory
chrislu
1
-1
/
+7
2022-09-08
purge tcp implementation
chrislu
2
-27
/
+0
2022-09-06
avoid SIGSEGV on localFilerSocket (#3609)
Konstantin Lebedev
1
-2
/
+5
2022-09-02
new 'concurrency' parameter for filer.sync (#3579)
bernardx
1
-6
/
+16
2022-09-01
avoid DATA RACE on S3Options.localFilerSocket (#3571)
Konstantin Lebedev
2
-7
/
+8
2022-08-31
add more logs
chrislu
2
-1
/
+5
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
[next]