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-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
2024-01-18
Merge branch 'master' into mq-subscribe
chrislu
3
-34
/
+62
2024-01-18
http assign logic should be the same as grpc assign
chrislu
1
-21
/
+40
2024-01-17
chore: filer healthz handler check filer store (#5208)
Konstantin Lebedev
2
-1
/
+10
2024-01-17
[filer] avoid return http ok for not allowed methods (#5209)
Konstantin Lebedev
1
-12
/
+12
2024-01-15
read from disk if not in memory
chrislu
1
-2
/
+2
2024-01-11
Merge branch 'master' into mq-subscribe
chrislu
9
-35
/
+47
2024-01-10
chore: add status code for request_total metrics (#5188)
Konstantin Lebedev
8
-30
/
+44
2024-01-08
Removed problematic if statement (#5180)
jerebear12
1
-5
/
+3
2024-01-08
add batch index for each memory buffer
chrislu
1
-6
/
+6
2024-01-05
Merge branch 'master' into mq-subscribe
chrislu
2
-5
/
+26
2024-01-05
chore: add maxMB option for webdav (#5165)
Konstantin Lebedev
1
-2
/
+3
2024-01-03
fix: webdav avoid create empty files (#5160)
Konstantin Lebedev
1
-3
/
+9
2024-01-03
fix: return etag with md5 in webdav responses (#5158)
Konstantin Lebedev
2
-0
/
+14
2023-12-28
subscriber can get assignments
chrislu
1
-0
/
+3
2023-12-28
weed/server: remove unneeded err from streamReadOneVolume() signature (#5143)
Lars Lehtonen
1
-5
/
+3
2023-12-27
create volume grow request if the selected volume is close to full
chrislu
3
-15
/
+20
2023-12-20
Set allowed origins in config (#5109)
jerebear12
2
-6
/
+50
2023-12-07
add missing error in the log
chrislu
1
-1
/
+1
2023-11-27
adjust logs
chrislu
1
-1
/
+1
2023-11-27
logging PickForWrite error
Konstantin Lebedev
1
-26
/
+27
2023-11-20
Update filer_server_handlers_write_autochunk.go
julor
1
-0
/
+1
2023-11-20
verify content-md5 in header
julor
1
-0
/
+10
2023-11-07
weed/server: fix dropped webdav error
Lars Lehtonen
1
-0
/
+3
2023-11-06
Replace an invalid method in a metric with an invalid one (#4987)
Konstantin Lebedev
1
-10
/
+16
2023-11-05
fix error reporting
chrislu
1
-1
/
+1
2023-11-01
refactor webdav subdirectory, fixes #4967 (#4969)
Nico D'Cotta
2
-4
/
+101
2023-10-30
Fix twice increase metric counter (#4961)
SmsS4
1
-1
/
+0
2023-10-30
Add ErrorGetNotFound and ErrorGetInternal to volume server metrics (#4960)
SmsS4
1
-7
/
+19
2023-10-24
fix copying .vif file in VolumeCopy (#4943)
zehweh
1
-1
/
+1
2023-10-13
disconnect from old subscribers
chrislu
1
-11
/
+41
2023-10-12
fix: disallow file name too long when writing a file (#4881)
Konstantin Lebedev
7
-10
/
+27
2023-10-12
fix has changes false if deleted result size eq zero (#4909)
Konstantin Lebedev
1
-0
/
+5
2023-10-09
fix: skipping checking active volumes with the same number of files at the m...
Konstantin Lebedev
2
-0
/
+7
2023-10-08
added healthz endpoint to filer (#4899)
Yuval Yacoby
2
-0
/
+6
2023-09-25
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...
chrislu
1
-2
/
+2
2023-09-19
merge some previous missing changes
chrislu
1
-2
/
+5
2023-09-18
Revert "Revert "Merge branch 'master' into sub""
chrislu
3
-13
/
+8
2023-09-18
Revert "Merge branch 'master' into sub"
chrislu
3
-8
/
+13
2023-09-18
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"
chrislu
1
-2
/
+2
2023-09-18
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
1
-2
/
+2
2023-09-18
Merge branch 'master' into sub
chrislu
3
-13
/
+8
2023-09-18
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)
dependabot[bot]
1
-2
/
+2
2023-09-18
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
1
-6
/
+6
[prev]
[next]