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
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
2021-09-02
add error message
Chris Lu
1
-1
/
+1
2021-08-17
The IEEE assembler optimizations has been submitted and will be part of the G...
Konstantin Lebedev
1
-1
/
+1
2021-08-01
volume: deletion can skip volume size checking
Chris Lu
1
-1
/
+1
2021-07-01
go fmt
Chris Lu
1
-4
/
+4
2021-06-06
use bytes.Buffer to reduce memory allocation and gc
Chris Lu
3
-49
/
+68
2021-04-02
go fmt
Chris Lu
1
-1
/
+1
2021-03-22
shell: add volume.check.disk to fix inconsistency for replicated volumes
Chris Lu
1
-3
/
+31
2021-03-14
go fmt
Chris Lu
1
-1
/
+1
2021-03-06
CRCWriter consistent with CRC
Chris Lu
1
-6
/
+5
2021-03-05
volume server: support tcp direct put/get/delete
Chris Lu
1
-0
/
+24
2021-02-28
go fmt
Chris Lu
1
-1
/
+1
2021-02-20
fix test
Chris Lu
1
-1
/
+1
2021-02-20
skip seek() when index file writes
Chris Lu
1
-1
/
+9
2021-01-03
manifest file also need to detect compression
Chris Lu
1
-2
/
+2
2020-12-03
better unit detection
Chris Lu
1
-0
/
+15
2020-12-03
Update volume_ttl_test.go
Chris Lu
1
-1
/
+1
2020-12-03
ttl fix: 3y was converted into 96m
Chris Lu
1
-2
/
+20
2020-11-26
go fmt
Chris Lu
1
-5
/
+5
2020-11-21
remove zstd
Chris Lu
1
-3
/
+3
2020-10-27
volume: add special handling for .dat larger than 32GB
Chris Lu
1
-0
/
+7
2020-09-14
weed export: print out [start,stop) content range
Chris Lu
1
-1
/
+1
[next]