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
/
storage
/
needle
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
fix: return error on size mismatch in ReadNeedleMeta for consistency (#7687)
Chris Lu
1
-0
/
+1
12 days
fix: prevent makeslice panic in ReadNeedleMeta with corrupted needle (#7675)
Chris Lu
1
-0
/
+3
2025-12-05
fix: normalize Windows backslash paths in weed admin file uploads (#7636)
Chris Lu
1
-3
/
+3
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-2
/
+2
2025-06-16
refactoring
chrislu
2
-5
/
+8
2025-06-11
refactor
chrislu
2
-27
/
+26
2025-06-11
refactor
chrislu
3
-35
/
+46
2025-06-11
refactoring
chrislu
2
-14
/
+28
2025-06-08
refactor
origin/refactor-volume-write
chrislu
2
-76
/
+15
2025-06-07
add a readme file for volume needle data layout
chrislu
1
-0
/
+160
2025-06-06
refactor
chrislu
5
-34
/
+21
2025-06-06
fix tests
chrislu
1
-3
/
+5
2025-06-06
refactoring
chrislu
4
-72
/
+54
2025-06-06
a bit refactoring
chrislu
1
-12
/
+17
2025-06-06
refactor needle write for different versions
chrislu
6
-127
/
+519
2025-05-15
correctly report volume with input/output error to master (#6790)
dongxufeng
1
-3
/
+4
2025-04-02
Fix volume ttl (#6683)
bwlfhu
2
-8
/
+63
2024-11-21
ReadAt may return io.EOF t end of file
chrislu
2
-1
/
+15
2024-11-20
adjust error message
chrislu
1
-0
/
+3
2024-11-15
Fix/parse upload filename (#6241)
Kevin Bulteel
1
-128
/
+104
2024-11-12
added backward compatible CRC check and extra explanatory comments (#6233)
Eugeniy E. Mikhailov
1
-1
/
+3
2024-08-16
EC volume supports expiration and displays expiration message when executing ...
augustazz
1
-0
/
+20
2024-07-01
refactor all methods strings to const (#5726)
Konstantin Lebedev
1
-1
/
+1
2024-04-26
feat: upload files directly without multipart/form-data (#5539)
Kevin Bulteel
1
-1
/
+71
2024-04-11
[volume] Reduce the number of buffers for uploading one chunk (#5458)
Konstantin Lebedev
1
-9
/
+3
2024-01-15
can vacuum volume when size mismatch (#5200)
skycope
1
-1
/
+11
2024-01-11
fix write volume over size MaxPossibleVolumeSize (#5190)
skycope
1
-1
/
+1
2024-01-10
chore: add status code for request_total metrics (#5188)
Konstantin Lebedev
1
-10
/
+10
2023-03-02
fix_read_tomb_needle_meta (#4263)
zemul
1
-1
/
+5
2022-10-24
ADHOC: volume fsck using append at ns (#3906)
Eric Yang
1
-7
/
+4
2022-10-23
ensure monotonic n.AppendAtNs in each place (#3880)
Konstantin Lebedev
1
-0
/
+15
2022-10-23
ReadNeedleMeta recovery panic occurred (#3883)
Konstantin Lebedev
1
-0
/
+6
2022-10-23
skip reading needle if size is invalid
chrislu
2
-0
/
+4
2022-09-16
refactor(storage): readability improvements (#3703)
Ryan Russell
3
-3
/
+3
2022-09-08
refactor: move ReadNeedleDataInto into volume_read.go
chrislu
2
-113
/
+0
2022-09-06
ADHOC: add read needle meta grpc (#3581)
Eric Yang
2
-4
/
+2
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
11
-25
/
+25
2022-06-14
volume: avoid writing too much data for range requests in large files
chrislu
1
-3
/
+4
2022-06-05
fix test
chrislu
1
-2
/
+1
2022-06-05
volume: checksum remove the hashing step in Value()
chrislu
5
-14
/
+17
2022-06-05
stream read large files
chrislu
2
-13
/
+19
2022-06-04
needle read into a writer
chrislu
2
-18
/
+28
2022-06-04
add needle reading in chunks
chrislu
4
-7
/
+190
2022-06-03
refactoring, split file
chrislu
3
-165
/
+174
2022-02-04
move error to a separate file
chrislu
1
-10
/
+10
2022-02-04
error metrics for filer and store
Konstantin Lebedev
1
-0
/
+11
2021-10-14
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2
-5
/
+3
2021-10-07
do not try to compress if not sure about the file content
Chris Lu
1
-1
/
+1
2021-10-07
revert temporary changes that disabled compression
Chris Lu
1
-9
/
+7
2021-09-27
adjust comment
Chris Lu
1
-2
/
+2
[next]