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
2022-10-19
add md5 header when UploadData to replication in ReplicatedWrite (#3881)
liubaojiang
1
-1
/
+1
2022-10-16
shell: volume.move handles volume moved to cloud tier
chrislu
1
-18
/
+28
2022-10-14
avoid load volume file with BytesOffset mismatch (#3841)
Konstantin Lebedev
2
-4
/
+4
2022-10-13
vacuum metrics and force sync dst files (#3832)
Konstantin Lebedev
1
-4
/
+17
2022-10-12
filer: get directory metadata (#3833)
zemul
1
-2
/
+7
2022-10-11
split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824)
LHHDZ
1
-4
/
+10
2022-10-07
metric shows who is currently blocking the cluster or not (#3799)
Konstantin Lebedev
2
-0
/
+5
2022-10-07
configure raft metrics (#3798)
Konstantin Lebedev
1
-0
/
+16
2022-10-06
master server graceful stop (#3797)
Konstantin Lebedev
1
-11
/
+26
2022-10-06
show raft leader via shell (#3796)
Konstantin Lebedev
1
-0
/
+2
2022-09-29
s3: sync bucket info from filer (#3759)
LHHDZ
1
-0
/
+7
2022-09-28
[volume] Add new volumes to HUP(reload) signal (#3755)
Konstantin Lebedev
1
-0
/
+5
2022-09-27
Allow CORS on Filer (#3750)
jerebear12
1
-11
/
+24
2022-09-20
grpc: watch metadata changes by directory
chrislu
1
-0
/
+11
2022-09-18
adjust logs
chrislu
1
-1
/
+1
2022-09-17
volume server: rename readBufferSize to readBufferSizeMB
chrislu
2
-4
/
+4
2022-09-16
mute log filer: no entry is found in filer store (#3707)
Konstantin Lebedev
1
-0
/
+2
2022-09-16
volume: add "readBufSize" option to customize read optimization (#3702)
famosss
2
-2
/
+6
2022-09-15
refactor(raft_hashicorp): `timeSpeep` -> `timeSleep` (#3694)
Ryan Russell
1
-3
/
+3
2022-09-15
refactor(master_grpc_server_cluster): `seletedSet` -> `selectedSet` (#3693)
Ryan Russell
1
-4
/
+4
2022-09-15
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
1
-3
/
+3
2022-09-15
volume: add "hasSlowRead" option to customize read optimization
chrislu
2
-0
/
+4
2022-09-15
refactor(volume_grpc_client_to_master): `grpcConection` -> `grpcConne… (#3690)
Ryan Russell
1
-3
/
+3
2022-09-14
go fmt
chrislu
1
-8
/
+8
2022-09-14
master: implement grpc VolumeMarkWritable
chrislu
2
-19
/
+69
2022-09-14
refactor(webdav_server): `modifiledTime` -> `modifiedTime` (#3676)
Ryan Russell
1
-5
/
+5
2022-09-14
refactor(server): `suppported` -> `supported` (#3677)
Ryan Russell
2
-2
/
+2
2022-09-14
rename variable
chrislu
1
-4
/
+4
2022-09-13
Removing chunks on failed to write to replicas (#3591)
Konstantin Lebedev
1
-9
/
+18
2022-09-12
fixing
chrislu
1
-2
/
+2
2022-09-11
skip deltaBeat if dn is zero (#3630)
Konstantin Lebedev
2
-9
/
+35
2022-09-11
volume server: synchronously report volume readonly status to master
chrislu
1
-0
/
+26
2022-09-08
purge tcp implementation
chrislu
1
-138
/
+0
2022-09-07
refactor https://github.com/seaweedfs/seaweedfs/pull/3616 (#3625)
Konstantin Lebedev
1
-106
/
+106
2022-09-07
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
1
-1
/
+5
2022-09-07
return err for processRangeRequest()
chrislu
2
-14
/
+14
2022-09-07
fix:Sometimes a nil pointer exception is thrown (#3618)
famosss
1
-1
/
+5
2022-09-07
fix: volume heartbeat processing error (#3616)
famosss
1
-90
/
+92
2022-09-06
fix: volume Deadlock when exception is thrown (#3613)
famosss
1
-0
/
+2
2022-09-06
ADHOC: add read needle meta grpc (#3581)
Eric Yang
1
-0
/
+29
2022-09-06
more log detail for upload err and deleting (#3577)
Konstantin Lebedev
1
-4
/
+3
2022-09-05
[s3] Replace code 500 to 499 for upload with ErrUnexpectedEOF (#3597)
Konstantin Lebedev
1
-1
/
+1
2022-09-04
Turn down the 404 log level (#3585)
famosss
1
-1
/
+1
2022-09-01
avoid data race read fileChunksSize (#3570)
Konstantin Lebedev
1
-1
/
+2
2022-09-01
more error details in the log (#3568)
Konstantin Lebedev
1
-0
/
+1
2022-08-30
migrate from boltdb to bbolt (#3554)
Konstantin Lebedev
1
-2
/
+2
2022-08-30
avoid data race access to uploadReaderToChunks.uploadErr (#3550)
Konstantin Lebedev
1
-2
/
+9
2022-08-28
Fix reload page before all file uploaded bug (#3534)
Rain Li
1
-2
/
+2
2022-08-27
minor
chrislu
1
-1
/
+1
2022-08-27
adjust for data race
chrislu
1
-2
/
+2
[next]