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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-16
reduce upfront memory usage for low density volume
chrislu
1
-1
/
+1
2022-06-14
volume: avoid writing too much data for range requests in large files
chrislu
1
-3
/
+4
2022-06-10
Revert "Merge pull request #3159 from shichanglin5/_duplicateUUID"
chrislu
1
-0
/
+1
2022-06-09
perf: Optimized volume handling duplicateUUID logic to avoid quitting when vo...
shichanglin5
1
-1
/
+0
2022-06-05
fix test
chrislu
1
-2
/
+1
2022-06-05
volume: checksum remove the hashing step in Value()
chrislu
7
-22
/
+26
2022-06-05
stream read large files
chrislu
4
-26
/
+101
2022-06-04
needle read into a writer
chrislu
2
-18
/
+28
2022-06-04
add needle reading in chunks
chrislu
5
-7
/
+191
2022-06-03
refactoring, split file
chrislu
3
-165
/
+174
2022-05-29
volume: report error if a volume has nil data backend
chrislu
1
-0
/
+3
2022-05-17
fix naming convention
guol-fnst
2
-18
/
+18
2022-05-17
rename UUID file
guol-fnst
2
-6
/
+6
2022-05-16
avoid duplicated volume directory
guol-fnst
3
-4
/
+39
2022-05-11
fix atomic add int64
chrislu
1
-1
/
+1
2022-05-02
use storage_class for backend configuration
chrislu
1
-1
/
+1
2022-04-30
volume.tier.upload progress starts negative #2992
chrislu
1
-13
/
+21
2022-04-30
s3 backend support customizing storage class
chrislu
2
-3
/
+9
2022-04-26
volume close should wait for committing compaction
chrislu
1
-4
/
+6
2022-04-26
Merge pull request #2974 from kmlebedev/wait_volume_closed_compression
Chris Lu
1
-0
/
+4
2022-04-26
use two flags: v.isCompacting and v.isCommitCompacting
chrislu
4
-5
/
+6
2022-04-26
volume: sync to disk before copying volume files
chrislu
1
-0
/
+15
2022-04-26
waite volume being closed during compression idx
Konstantin Lebedev
1
-0
/
+4
2022-04-19
fix bug deleting volume or unmount volume if a volume server has multiple dir...
chrislu
1
-2
/
+8
2022-04-18
shell vacuum volume by collection and volume id
Konstantin Lebedev
1
-2
/
+1
2022-04-18
avoid invalid memory address or nil pointer dereference
Konstantin Lebedev
1
-1
/
+1
2022-04-18
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
justin
3
-12
/
+9
2022-03-28
fix: encode small chunk return error maybe have some bug.
justin
1
-1
/
+1
2022-03-10
checks disk file exist
Konstantin Lebedev
1
-1
/
+4
2022-02-24
Merge pull request #2704 from guo-sj/fix_bugs_in_return_value
Chris Lu
1
-1
/
+1
2022-02-24
fix return value in storage/volume_vacuum.go:444
guosj
1
-1
/
+1
2022-02-23
fix error handling
chrislu
1
-5
/
+6
2022-02-23
Merge pull request #2698 from guo-sj/fix_bugs_in_return_value
Chris Lu
1
-3
/
+3
2022-02-23
Merge pull request #2697 from guo-sj/fix_bugs_in_return_value
Chris Lu
1
-3
/
+3
2022-02-23
fix another return value bug
guosj
1
-3
/
+3
2022-02-23
fix bugs in return value
guosj
1
-3
/
+3
2022-02-16
sync data first before stopping
chrislu
3
-0
/
+28
2022-02-14
test: use `T.TempDir` to create temporary test directory
Eng Zer Jun
2
-12
/
+2
2022-02-08
updated needle with fsync
Konstantin Lebedev
1
-0
/
+9
2022-02-07
skips compact if store is stopping
Konstantin Lebedev
1
-0
/
+3
2022-02-04
move error to a separate file
chrislu
1
-10
/
+10
2022-02-04
Merge pull request #2634 from kmlebedev/errorMetrics
Chris Lu
1
-0
/
+11
2022-02-04
sync call to write file, avoid vif loading error
chrislu
1
-1
/
+1
2022-02-04
error metrics for filer and store
Konstantin Lebedev
1
-0
/
+11
2021-12-26
use streaming mode for long poll grpc calls
chrislu
3
-4
/
+4
2021-12-16
remove debug messages
chrislu
1
-3
/
+3
2021-12-05
volume: load volume can optionally be skipped, if ec volume exists
chrislu
1
-6
/
+11
2021-12-05
volume: fix loading old volume format
chrislu
1
-0
/
+3
2021-11-02
go fmt
Chris Lu
1
-4
/
+4
2021-10-29
cloud tier: remove tagging since not all s3 vendors support this
Chris Lu
3
-18
/
+4
[prev]
[next]