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
/
topology
/
data_node.go
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-15
[master] fix master panic (#5893)
wusong
1
-6
/
+10
2024-07-12
Different disk labels should not use the same DiskUsages instance while maste...
小羽
1
-1
/
+1
2023-05-30
reduce the window size between unregistering a volume server and creating vol...
chrislu
1
-6
/
+7
2022-09-11
rename variables
chrislu
1
-5
/
+5
2022-09-07
avoid data race on currentDiskUsage.maxVolumeCount (#3592)
Konstantin Lebedev
1
-2
/
+4
2022-08-04
filer prefer volume server in same data center (#3405)
Konstantin Lebedev
1
-0
/
+7
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-7
/
+7
2022-07-22
change topology mapping definition, improve spelling
ningfd
1
-10
/
+9
2022-07-22
optimiz: master ui will render data in order
ningfd
1
-8
/
+17
2021-10-04
calculate disk usage in case of race condition
Chris Lu
1
-0
/
+3
2021-09-12
change server address from string to a type
Chris Lu
1
-0
/
+7
2021-09-07
better IP v6 support
Chris Lu
1
-5
/
+3
2021-09-05
master: disconnect only the phantom volume server
Chris Lu
1
-0
/
+1
2021-05-19
avoid possible nil when node is disconnected from its parent
Chris Lu
1
-0
/
+6
2021-02-19
Update data_node.go
Chris Lu
1
-1
/
+1
2021-02-19
add back volume ids
Chris Lu
1
-1
/
+1
2021-02-19
fix volume server display for volumes
Chris Lu
1
-1
/
+20
2021-02-16
avoid dead lock
Chris Lu
1
-1
/
+1
2021-02-16
volume.list display; fix updating maxVolumeCount for disk
Chris Lu
1
-0
/
+19
2021-02-16
use hdd instead of empty string
Chris Lu
1
-8
/
+9
2021-02-16
this can compile now!!!
Chris Lu
1
-85
/
+76
2021-02-09
Merge branch 'master' into support_ssd_volume
Chris Lu
1
-1
/
+4
2021-01-03
nil related
Chris Lu
1
-1
/
+4
2020-12-17
adjust UI max count
Chris Lu
1
-2
/
+1
2020-12-17
adjust UI
Chris Lu
1
-1
/
+1
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
-3
/
+18
2020-09-20
master: better locking of in memory volume data
Chris Lu
1
-6
/
+14
2020-07-08
fix dn.volumes Iterate when write issue
cheng.li01
1
-0
/
+2
2020-06-05
Set volumes ReadOnly if low free disk space
Evgenii Kozlov
1
-3
/
+7
2020-05-29
try showing the first 100 volume ids and an extra ...
bingoohuang
1
-7
/
+2
2020-05-29
add Volume Ids column only for max 100 volumes for convenience in the master ui.
bingoohuang
1
-0
/
+18
2019-12-03
grow volumes on volume servers with slots freed by cloud storage
Chris Lu
1
-5
/
+26
2019-06-04
free volume slots factor in ec shard counts
Chris Lu
1
-1
/
+1
2019-06-04
ui add ec shard statuses
Chris Lu
1
-0
/
+1
2019-05-24
pb shard info uses ShardBits instead one message for one shard
Chris Lu
1
-1
/
+1
2019-05-23
prepare to register ec shard info in master
Chris Lu
1
-2
/
+2
2019-05-22
ec shard info can be queried via VolumeList()
Chris Lu
1
-5
/
+13
2019-04-20
shell: add command volume.move
Chris Lu
1
-0
/
+14
2019-04-18
refactoring
Chris Lu
1
-4
/
+7
2019-03-17
weed shell: list volumes
Chris Lu
1
-0
/
+15
2019-01-17
go fmt and fix some typo
bingoohuang
1
-2
/
+2
2018-07-27
broadcast messages of new and deleted volumes
Chris Lu
1
-3
/
+8
2017-01-10
gRpc for master~volume heartbeat
Chris Lu
1
-2
/
+1
2016-09-07
use Lock instead of RLock
Chris Lu
1
-3
/
+3
2016-08-09
if replicated volume has one copy in readonly mode at one node,it should be r...
霍晓栋
1
-0
/
+11
2016-06-02
directory structure change to work with glide
Chris Lu
1
-0
/
+115
2013-02-10
testing compilation with remove package
Chris Lu
1
-60
/
+0
2013-02-10
testing new directory structure
Chris Lu
1
-1
/
+1
2013-02-10
avoid the "src" folder
Chris Lu
1
-0
/
+60