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
/
shell
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Nit: have `ec.encode` exit immediately if no volumes are processed. (#7654)
Lisandro Pin
1
-0
/
+4
2025-12-04
fix: check freeEcSlot before evacuating EC shards to prevent data loss (#7621)
Chris Lu
1
-8
/
+37
2025-12-03
Fix handling of fixed read-only volumes for `volume.check.disk`. (#7612)
Lisandro Pin
1
-19
/
+36
2025-12-02
Add disk-aware EC rebalancing (#7597)
Chris Lu
2
-14
/
+186
2025-12-02
Mutex command output writes for `volume.check.disk`. (#7605)
Lisandro Pin
2
-22
/
+28
2025-12-02
Parallelize read-only volume check pass for `volume.check.disk`. (#7602)
Lisandro Pin
2
-23
/
+37
2025-12-01
Have `volume.check.disk` select a random (heathly) source volume when… (#7574)
Lisandro Pin
1
-6
/
+8
2025-11-27
feat(volume.fix): show all replica locations for misplaced volumes (#7560)
steve.wei
1
-1
/
+6
2025-11-25
Bootstrap logic to fix read-only volumes with `volume.check.disk`. (#7531)
Lisandro Pin
1
-30
/
+137
2025-11-21
Parallelize `ec.rebuild` operations per affected volume. (#7466)
Lisandro Pin
2
-105
/
+130
2025-11-21
`volume.check.disk`: add support for uni- or bi-directional sync between volu...
Lisandro Pin
1
-32
/
+58
2025-11-19
Account Info (#7507)
Leonardo Lara
1
-0
/
+35
2025-11-18
de/compress the fs meta file if filename ends with gz/gzip (#7500)
Feng Shao
2
-9
/
+48
2025-11-13
Split logic for `volume.check.disk` into writable and read-only volume replic...
Lisandro Pin
1
-4
/
+34
2025-11-10
Rework parameters passing for functions within `ec.rebuild` (#7445)
Lisandro Pin
2
-31
/
+380
2025-11-10
Rework parameters passing for functions within `volume.check.disk`. (#7448)
Lisandro Pin
3
-147
/
+437
2025-11-09
Unify the parameter to disable dry-run on weed shell commands to `-apply` (in...
Lisandro Pin
12
-41
/
+117
2025-11-04
Nit: use `time.Duration`s instead of constants in seconds. (#7438)
Lisandro Pin
2
-5
/
+9
2025-11-02
Rework collection resultion for `ec.rebuild`, in preparation for paralleliza...
Lisandro Pin
1
-9
/
+9
2025-10-30
Fix masterclient vidmap race condition (#7412)
Chris Lu
1
-1
/
+1
2025-10-27
Erasure Coding: Ec refactoring (#7396)
Chris Lu
2
-5
/
+12
2025-10-25
Filer: batch deletion operations to return individual error results (#7382)
Chris Lu
2
-8
/
+10
2025-10-24
Shell: Added a helper function `isHelpRequest()` (#7380)
Chris Lu
12
-7
/
+87
2025-10-24
Store full shell command in shell history (#7378)
Yavor Konstantinov
1
-2
/
+4
2025-10-23
Fix 'NaN%' issue when running volume.fsck (#7368)
Yavor Konstantinov
1
-1
/
+6
2025-10-21
[weed] update volume.fix.replication description (#7340)
nightcoffee
1
-2
/
+2
2025-10-17
Clean up logs and deprecated functions (#7339)
Chris Lu
2
-4
/
+4
2025-10-13
Add Kafka Gateway (#7231)
Chris Lu
1
-13
/
+14
2025-10-08
Migrate from deprecated azure-storage-blob-go to modern Azure SDK (#7310)
Chris Lu
1
-5
/
+5
2025-10-08
Fix #7307: Prevent infinite loop in volume.check.disk (#7308)
Chris Lu
1
-3
/
+25
2025-09-18
Human-readable processed bytes in volume.fix.replication (#7253)
Roman Shishkin
1
-1
/
+2
2025-09-09
Message Queue: Add sql querying (#7185)
Chris Lu
1
-0
/
+140
2025-08-30
S3 API: Advanced IAM System (#7160)
Chris Lu
1
-7
/
+8
2025-08-23
Shell: support regular expression for collection selection (#7158)
Chris Lu
7
-30
/
+111
2025-08-07
Shell: add verbose ec encoding mode (#7105)
Chris Lu
2
-21
/
+128
2025-08-07
ec candidate selection needs to adjust same rack count compare (#7106)
Chris Lu
1
-2
/
+2
2025-08-06
Context cancellation during reading range reading large files (#7093)
Chris Lu
1
-1
/
+2
2025-08-03
mount ec shards correctly (#7079)
Chris Lu
1
-2
/
+2
2025-08-02
Admin UI: include ec shard sizes into volume server info (#7071)
Chris Lu
1
-2
/
+22
2025-07-30
Admin: misc improvements on admin server and workers. EC now works. (#7055)
Chris Lu
1
-6
/
+9
2025-07-30
Paralleize operations for `weed shell`'s `volume.fix.replication`. (#6789)
Lisandro Pin
1
-23
/
+35
2025-07-28
fix command_volume_tier_upload bug (#7041)
chalet
1
-5
/
+33
2025-07-28
fix: consider EC shard count in volume.balance capacity calculation (#7034)
FQHSLycopene
1
-1
/
+5
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
21
-41
/
+41
2025-07-14
Collecting volume locations for volumes before EC encoding
chrislu
1
-11
/
+26
2025-07-06
enhance remote.cache to sync meta only, delete local extra (#6941)
Chris Lu
1
-83
/
+305
2025-06-16
[shell] volume copy add param noLock (#6871)
Konstantin Lebedev
1
-1
/
+4
2025-06-15
Support filtering source disk type in volume.tier.upload (#6868)
NyaMisty
2
-4
/
+14
2025-06-15
Fix wrong error handling in volume.tier.upload when stream == nil but copyErr...
NyaMisty
1
-5
/
+9
2025-06-15
Correctly sort in volume.list to ensure output consistency (#6866)
NyaMisty
1
-2
/
+29
[next]