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
/
disk_location.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-26
fix comment
chrislu
1
-1
/
+1
2025-10-26
Volume Server: handle incomplete ec encoding (#7384)
Chris Lu
1
-10
/
+19
2025-10-20
create new volumes on less occupied disk locations (#7349)
Chris Lu
1
-0
/
+13
2025-07-30
Admin: misc improvements on admin server and workers. EC now works. (#7055)
Chris Lu
1
-10
/
+15
2025-06-19
pass volume version when creating a volume
chrislu
1
-1
/
+1
2025-03-31
chore(deps): bump gocloud.dev from 0.40.0 to 0.41.0 (#6679)
dependabot[bot]
1
-1
/
+1
2025-02-24
added re-generating and writing the Volume UUID if it is empty (#6568)
Aleksey Kosov
1
-8
/
+15
2024-07-10
Detect underflow when calculating unused space (#5758)
Dan
1
-2
/
+6
2024-06-28
fixed fail to initialize existing ec volume when volume server has separate i...
Taehyung Lim
1
-1
/
+1
2023-10-03
Revert "fix compilation"
chrislu
1
-1
/
+0
2023-10-03
fix compilation
chrislu
1
-0
/
+1
2023-08-10
Save disk space metrics immediately (#4740)
Nikita Mochalov
1
-0
/
+1
2023-08-09
Fix resource leaks (#4737)
Nikita Mochalov
1
-20
/
+28
2023-06-14
avoid data race read volume.IsEmpty (#4574)
柏杰
1
-5
/
+5
2022-11-14
Lazy loading (#3958)
Guo Lei
1
-7
/
+7
2022-10-13
vacuum metrics and force sync dst files (#3832)
Konstantin Lebedev
1
-1
/
+1
2022-08-26
avoid race conditions for diskLocation.MaxVolumeCount (#3526)
Konstantin Lebedev
1
-3
/
+3
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-6
/
+6
2022-07-14
use 10 or numCPU workers if env is not found
guol-fnst
1
-0
/
+4
2022-07-14
optimiz concurrency
guol-fnst
1
-2
/
+9
2022-07-12
speeding up loading volumes
guol-fnst
1
-1
/
+6
2022-06-27
fix 3238: handle errors for GenerateDirUuid method
garenchan
1
-3
/
+4
2022-05-17
fix naming convention
guol-fnst
1
-15
/
+15
2022-05-17
rename UUID file
guol-fnst
1
-1
/
+4
2022-05-16
avoid duplicated volume directory
guol-fnst
1
-0
/
+24
2022-04-26
use two flags: v.isCompacting and v.isCommitCompacting
chrislu
1
-1
/
+1
2022-02-16
sync data first before stopping
chrislu
1
-0
/
+10
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-10-14
refactor: move from io/ioutil to io and os package
Eng Zer Jun
1
-16
/
+15
2021-10-05
skip ec volumes when loading normal volumes
Chris Lu
1
-0
/
+5
2021-09-11
add volume not found error type, to reduce error log
Chris Lu
1
-2
/
+4
2021-04-27
minFreeSpace refactored
bingoohuang
1
-8
/
+6
2021-04-26
minFreeSpace argument allows size like 10GiB
bingoohuang
1
-9
/
+15
2021-04-15
adjust text
Chris Lu
1
-1
/
+1
2021-02-16
this can compile now!!!
Chris Lu
1
-2
/
+3
2021-02-13
support customizable disk type
Chris Lu
1
-7
/
+0
2021-02-09
Merge branch 'master' into support_ssd_volume
Chris Lu
1
-4
/
+4
2021-02-07
renaming NeedleMapType to NeedleMapKind
bingoohuang
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
1
-4
/
+4
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
rename from volumeType to diskType
Chris Lu
1
-3
/
+3
2020-12-13
volume server set volume type and heartbeat to the master
Chris Lu
1
-1
/
+3
[next]