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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-01
1.48
1.48
Chris Lu
1
-1
/
+1
2019-12-31
filer: optional recursive deletion
Chris Lu
3
-6
/
+24
2019-12-29
fs: synchronized meta file writing
Chris Lu
1
-7
/
+20
2019-12-28
keep .vif file for ec to normal volume conversion
Chris Lu
1
-1
/
+0
2019-12-28
always create .vif file
Chris Lu
1
-0
/
+3
2019-12-28
correct .vif file creation
Chris Lu
1
-6
/
+4
2019-12-28
go fmt
Chris Lu
1
-1
/
+1
2019-12-28
endure creating .vif files
Chris Lu
2
-4
/
+6
2019-12-28
go fmt
Chris Lu
4
-5
/
+1
2019-12-28
fix edge cases
Chris Lu
2
-3
/
+4
2019-12-28
ec: generate and copy .vif file
Chris Lu
8
-212
/
+220
2019-12-28
load volume info from .vif file, use superblock as a backup
Chris Lu
9
-251
/
+292
2019-12-28
fix compilation
Chris Lu
3
-4
/
+4
2019-12-28
refactoring: separating .vif from tier file loading
Chris Lu
3
-13
/
+11
2019-12-28
rename volume tier info to volume info
Chris Lu
9
-219
/
+219
2019-12-28
rename from .tier to .vif
Chris Lu
2
-3
/
+3
2019-12-28
fix spelling
Chris Lu
3
-187
/
+187
2019-12-25
ignore draining error
Chris Lu
1
-1
/
+1
2019-12-25
tier: support remote file attributes and remember the file extension
Chris Lu
6
-185
/
+214
2019-12-25
Merge pull request #1173 from divinerapier/master
Chris Lu
1
-1
/
+9
2019-12-26
feat: drains http body if buffer is too small
divinerapier
1
-1
/
+9
2019-12-25
Merge pull request #1172 from divinerapier/master
Chris Lu
1
-16
/
+24
2019-12-26
fix: handle errors for ReadUrl
divinerapier
1
-16
/
+24
2019-12-25
Merge pull request #1171 from stlpmo-jn/redundant_type_conversion
Chris Lu
1
-2
/
+2
2019-12-25
cleanly destroy remote files
Chris Lu
3
-0
/
+17
2019-12-25
go fmt
Chris Lu
3
-6
/
+6
2019-12-25
tier storage: support downloading the remote dat files
Chris Lu
11
-256
/
+775
2019-12-25
remove the redundant type conversion
stlpmo
1
-2
/
+2
2019-12-24
ec encode distribute ec data and parity shards evenly
Chris Lu
3
-27
/
+36
2019-12-24
go fmt
Chris Lu
2
-3
/
+2
2019-12-24
compaction changed to .idx based deletion
Chris Lu
8
-15
/
+63
2019-12-24
volume ui add readonly status
Chris Lu
1
-1
/
+3
2019-12-24
testing
Chris Lu
1
-1
/
+8
2019-12-24
rename .sdb to .sdx
Chris Lu
3
-6
/
+6
2019-12-24
change btree map to in memory level db
Chris Lu
7
-126
/
+138
2019-12-24
refactoring
Chris Lu
1
-71
/
+69
2019-12-24
Merge pull request #1169 from stlpmo-jn/http_304_has_no_resp_body
Chris Lu
1
-3
/
+7
2019-12-24
Merge pull request #1168 from stlpmo-jn/optimize_DeleteCollectionFromDiskLoca...
Chris Lu
2
-17
/
+62
2019-12-24
Merge pull request #1167 from stlpmo-jn/volume_server_core_dump
Chris Lu
3
-5
/
+16
2019-12-24
remove the http 304 response body
stlpmo
1
-3
/
+7
2019-12-24
decouple the volume.Destroy() from the operation of unmountVolume()
stlpmo
2
-17
/
+62
2019-12-24
resolve issue : when the host disk full, the volume server will core dump
stlpmo
3
-5
/
+16
2019-12-24
ed.decode prefers servers with most data shards
Chris Lu
1
-2
/
+3
2019-12-23
only copy required shards
Chris Lu
2
-1
/
+8
2019-12-23
adjust help message
Chris Lu
1
-5
/
+8
2019-12-23
go fmt
Chris Lu
4
-6
/
+5
2019-12-23
shell: add ec.decode command
Chris Lu
42
-396
/
+1052
2019-12-22
fmt
Chris Lu
1
-2
/
+3
2019-12-21
default redis reads options
Chris Lu
2
-2
/
+7
2019-12-21
default to false in scaffold.go
Chris Lu
2
-5
/
+2
[next]