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
/
store.go
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
copy ec shards to disks already having ec volumes
chrislu
1
-3
/
+5
2024-08-16
EC volume supports expiration and displays expiration message when executing ...
augustazz
1
-0
/
+25
2024-03-12
go fmt
chrislu
1
-1
/
+1
2024-03-06
Add deleted bytes to total_disk_size (#5161)
Seyed Mahdi Sadegh Shobeiri
1
-0
/
+7
2024-01-11
factor in existing ec volume count when estimating max volume count
chrislu
1
-1
/
+1
2023-10-03
Revert "fix compilation"
chrislu
1
-1
/
+0
2023-10-03
fix compilation
chrislu
1
-0
/
+1
2023-07-10
refresh max volume count after adjust (#4662)
LHHDZ
1
-0
/
+5
2023-06-14
avoid data race read volume.IsEmpty (#4574)
柏杰
1
-5
/
+4
2023-06-12
fix from comment delete volume is empty (#4573)
Konstantin Lebedev
1
-3
/
+3
2023-06-12
Delete volume is empty (#4561)
Konstantin Lebedev
1
-1
/
+4
2022-11-14
Lazy loading (#3958)
Guo Lei
1
-7
/
+7
2022-10-14
avoid load volume file with BytesOffset mismatch (#3841)
Konstantin Lebedev
1
-2
/
+2
2022-10-07
Allow parallel volume loading from different dirs during startup. (#3802)
Viktor Kuzmin
1
-1
/
+11
2022-09-28
[volume] Add new volumes to HUP(reload) signal (#3755)
Konstantin Lebedev
1
-0
/
+6
2022-09-16
refactor(storage): readability improvements (#3703)
Ryan Russell
1
-1
/
+1
2022-09-16
volume: add "readBufSize" option to customize read optimization (#3702)
famosss
1
-0
/
+4
2022-09-15
volume: add "hasSlowRead" option to customize read optimization
chrislu
1
-0
/
+9
2022-09-06
ADHOC: add read needle meta grpc (#3581)
Eric Yang
1
-0
/
+8
2022-09-04
adjust log level
chrislu
1
-1
/
+1
2022-08-26
make CodeQL happy
chrislu
1
-1
/
+1
2022-08-26
more detailed error
chrislu
1
-2
/
+2
2022-08-26
avoid race conditions for diskLocation.MaxVolumeCount (#3526)
Konstantin Lebedev
1
-9
/
+9
2022-08-18
s3: remove deleted collection during metrics reporting
chrislu
1
-5
/
+5
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-10
/
+10
2022-07-27
remove all (currently existing) collection volume metrics
Evgeny Kuzhelev
1
-9
/
+10
2022-07-27
delete disk_size metrics when collection deleted
Evgeny Kuzhelev
1
-7
/
+8
2022-06-05
volume: checksum remove the hashing step in Value()
chrislu
1
-4
/
+5
2022-06-05
stream read large files
chrislu
1
-1
/
+14
2022-05-17
fix naming convention
guol-fnst
1
-3
/
+3
2022-05-17
rename UUID file
guol-fnst
1
-5
/
+2
2022-05-16
avoid duplicated volume directory
guol-fnst
1
-3
/
+13
2022-04-19
fix bug deleting volume or unmount volume if a volume server has multiple dir...
chrislu
1
-2
/
+8
2022-02-16
sync data first before stopping
chrislu
1
-0
/
+3
2021-09-12
change server address from string to a type
Chris Lu
1
-4
/
+7
2021-09-11
add volume not found error type, to reduce error log
Chris Lu
1
-2
/
+2
2021-08-26
refactor: separating out remote.proto
Chris Lu
1
-3
/
+3
2021-08-13
Only when tailing volume, the zero-ed cookie should skip checking.
Chris Lu
1
-2
/
+2
2021-08-08
volume: support concurrent download data size limit
Chris Lu
1
-2
/
+2
2021-07-13
volume: change all writes to fsync during graceful stopping
Chris Lu
1
-1
/
+6
2021-06-15
fix stats when a collection is deleted
Chris Lu
1
-0
/
+5
2021-04-27
minFreeSpace refactored
bingoohuang
1
-1
/
+3
2021-04-26
minFreeSpace argument allows size like 10GiB
bingoohuang
1
-2
/
+2
2021-04-21
do not add new volumes when below minFreeSpacePercent
Chris Lu
1
-0
/
+3
2021-03-13
prevent nil volume message
Chris Lu
1
-0
/
+3
2021-03-09
volume: auto add missing vif files
Chris Lu
1
-1
/
+1
2021-03-09
fix: collection stats won't update if all volumes expired at same iteration
qieqieplus
1
-3
/
+13
2021-02-17
go fmt
Chris Lu
1
-9
/
+9
2021-02-16
avoid divided by zero
Chris Lu
1
-0
/
+3
2021-02-16
this can compile now!!!
Chris Lu
1
-10
/
+3
[next]