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
2021-02-16
use hdd instead of empty string
Chris Lu
1
-1
/
+1
2021-02-16
this can compile now!!!
Chris Lu
9
-21
/
+25
2021-02-13
support customizable disk type
Chris Lu
3
-7
/
+8
2021-02-13
disk type can be generic tags
Chris Lu
1
-3
/
+6
2021-02-11
volume: fail fast if idx files are missing
Chris Lu
2
-0
/
+20
2021-02-09
Merge branch 'master' into support_ssd_volume
Chris Lu
18
-50
/
+50
2021-02-09
fix renaming for 5bytes
bingoohuang
1
-1
/
+1
2021-02-07
fix refactoring left over
2.24
Chris Lu
1
-1
/
+1
2021-02-07
fix typo offset.ToAcutalOffset to offset.ToActualOffset
bingoohuang
10
-28
/
+28
2021-02-07
renaming NeedleMapType to NeedleMapKind
bingoohuang
6
-17
/
+17
2021-01-12
avoid concurrent map updates to viper
Chris Lu
1
-2
/
+2
2021-01-03
manifest file also need to detect compression
Chris Lu
1
-2
/
+2
2020-12-22
go fmt
Chris Lu
2
-5
/
+5
2020-12-17
Merge branch 'master' into support_ssd_volume
Chris Lu
1
-4
/
+4
2020-12-17
fix logging when error
Chris Lu
1
-4
/
+4
2020-12-17
Merge branch 'master' into support_ssd_volume
Chris Lu
1
-4
/
+23
2020-12-17
volume: avoid reprocessing the same volume
Chris Lu
1
-4
/
+23
2020-12-17
Revert "Merge pull request #1683 from qieqieplus/master"
Chris Lu
1
-7
/
+5
2020-12-17
Revert "Merge pull request #1683 from qieqieplus/master"
Chris Lu
1
-6
/
+4
2020-12-16
go fmt
Chris Lu
4
-12
/
+12
2020-12-16
passing disk type along
Chris Lu
2
-0
/
+5
2020-12-16
Merge branch 'master' into support_ssd_volume
Chris Lu
1
-5
/
+7
2020-12-16
smaller critical section
chenqieqie
1
-5
/
+5
2020-12-16
fix race condition when loading volumes concurrently
chenqieqie
1
-5
/
+7
2020-12-14
adjust volume server UI
Chris Lu
1
-0
/
+7
2020-12-13
find location with matching disk type
Chris Lu
1
-0
/
+3
2020-12-13
allocate volume by disk type
Chris Lu
2
-6
/
+10
2020-12-13
disk type configurable for each folder
Chris Lu
1
-2
/
+2
2020-12-13
rename from volumeType to diskType
Chris Lu
5
-17
/
+17
2020-12-13
volume server set volume type and heartbeat to the master
Chris Lu
4
-15
/
+27
2020-12-13
adding volume type
Chris Lu
2
-0
/
+24
2020-12-11
adjust logging
Chris Lu
2
-4
/
+3
2020-12-11
use append time instead of filer's own modification time
Chris Lu
1
-1
/
+1
2020-12-04
volume: ensure the volume dat and idx files are always closed
Chris Lu
1
-0
/
+18
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-12-01
file open error
Chris Lu
1
-2
/
+2
2020-12-01
return file open error
Chris Lu
1
-0
/
+6
2020-11-28
fix test
Chris Lu
1
-1
/
+1
2020-11-28
volume: detect and drop volumes with disk IO error
Chris Lu
3
-5
/
+31
2020-11-27
read from volume index file directly instead of open a separate file
Chris Lu
2
-21
/
+31
2020-11-27
volume: add "-dir.idx" option for separate index storage
Chris Lu
13
-91
/
+129
2020-11-26
refactor
Chris Lu
1
-4
/
+9
2020-11-26
add comments
Chris Lu
1
-0
/
+5
2020-11-26
rename
Chris Lu
1
-16
/
+16
2020-11-26
just refactoring
Chris Lu
1
-43
/
+46
2020-11-26
pass in dir.idx parameter to DiskLocation
Chris Lu
2
-5
/
+17
2020-11-26
go fmt
Chris Lu
1
-5
/
+5
2020-11-21
remove zstd
Chris Lu
1
-3
/
+3
[prev]
[next]