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
2024-06-20
chore: hot fix panic fs.verify (#5696)
Konstantin Lebedev
1
-3
/
+4
2024-06-19
[fs.verify] skip failed files if entry not found on filerStore (#5693)
Konstantin Lebedev
1
-21
/
+54
2024-06-18
[fs.verify] getmeta data from filer log (#5678)
Konstantin Lebedev
1
-65
/
+104
2024-06-14
Added context for the MasterClient's methods to avoid endless loops (#5628)
vadimartynov
2
-3
/
+4
2024-06-11
fix issue: sometimes volume.fsck report 'volume not found' (#5537)
Taehyung Lim
1
-5
/
+10
2024-06-02
Support concurrent volume.fsck & support disabling -cutoffTimeAgo to improve ...
NyaMisty
1
-18
/
+33
2024-06-02
Ignore remote volume when selecting volumes in operation (ec.encode/volume.ti...
NyaMisty
1
-0
/
+4
2024-06-02
Fix volume.tier.upload nil pointer panic (#5634)
NyaMisty
1
-0
/
+6
2024-05-27
Replaces volume.unmount in the help of the volumeServer.leave (#5619)
Vlad
1
-1
/
+1
2024-05-21
fix wrong prefix example
Chris Lu
1
-1
/
+1
2024-05-21
chore: add missing concurrency help in fs.meta.load command (#5609)
Vlad
1
-0
/
+1
2024-05-20
go fmt
chrislu
1
-1
/
+1
2024-04-23
fix "volume.fix.replication" move many replications only to one volumeServer ...
skycope
3
-15
/
+23
2024-04-12
add test
chrislu
1
-2
/
+17
2024-04-08
fix(volume.fix.replication): adjust volume count, not free volume count (#5479)
steve.wei
1
-4
/
+4
2024-03-17
simplify
chrislu
2
-3
/
+3
2024-03-17
Revert "remove github.com/golang/protobuf/proto"
chrislu
1
-4
/
+3
2024-03-16
remove github.com/golang/protobuf/proto
chrislu
1
-3
/
+4
2024-03-07
Merge branch 'master' into mq-subscribe
chrislu
2
-19
/
+53
2024-03-07
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
1
-0
/
+53
2024-03-07
purge cluster id
chrislu
1
-19
/
+0
2024-03-05
[shell] fs log purge (#5344)
Konstantin Lebedev
1
-0
/
+53
2024-02-25
Merge branch 'master' into mq-subscribe
chrislu
1
-30
/
+41
2024-02-15
fix: fs verify error counter (#5261)
Konstantin Lebedev
1
-30
/
+41
2024-02-05
fix on finding lock owner
Chris Lu
1
-1
/
+1
2024-02-04
Merge branch 'master' into mq-subscribe
Chris Lu
3
-28
/
+35
2024-01-29
weed/shell: Cluster check other disk types (#5245)
Benoît Knecht
1
-9
/
+20
2024-01-25
weed/shell: Cleanup volume balance logic (#5241)
Benoît Knecht
2
-13
/
+9
2024-01-25
weed/shell: Fix volume.balance logic (#5238)
Benoît Knecht
1
-6
/
+6
2024-01-16
remove isForPublish from LookupTopicBrokers
chrislu
1
-1
/
+0
2023-12-28
shell meta load add concurrency (#4529)
Konstantin Lebedev
1
-9
/
+27
2023-12-23
Add modifyTimeAgo to volume.fsck (#5133)
Seyed Mahdi Sadegh Shobeiri
1
-6
/
+17
2023-12-23
Fix cutoffTimeAgo in findMissingChunksInFiler (#5132)
Seyed Mahdi Sadegh Shobeiri
1
-3
/
+2
2023-12-11
Merge accumulated changes related to message queue (#5098)
Chris Lu
3
-10
/
+56
2023-11-21
fix TestMisplacedChecking() and add test-case
zehweh
1
-3
/
+9
2023-11-13
fs.mergeVolumes: change dir to a named parameter
Amir H. Yeganemehr
1
-8
/
+8
2023-11-13
Fix typo (dist => dest)
Amir H. Yeganemehr
1
-7
/
+7
2023-11-13
fs.mergeVolumes: Make a plan based on volumes size
Amir H. Yeganemehr
1
-61
/
+152
2023-11-13
make help command in shell case insensitive
Amir H. Yeganemehr
1
-1
/
+1
2023-11-10
ec.decode: mount the collected ec shards
jsh
1
-0
/
+10
2023-11-07
fix isMisplaced() in command_volume_fix_replication.go (#4988)
zehweh
1
-3
/
+3
2023-10-22
log full percentage
chrislu
1
-1
/
+1
2023-10-12
fix: disallow file name too long when writing a file (#4881)
Konstantin Lebedev
1
-0
/
+2
2023-10-12
fix has changes false if deleted result size eq zero (#4909)
Konstantin Lebedev
1
-2
/
+2
2023-10-10
add fs.mergeVolumes command into shell (#4907)
Amir H. Yeganemehr
1
-0
/
+270
2023-10-09
fix: skipping checking active volumes with the same number of files at the m...
Konstantin Lebedev
2
-24
/
+154
2023-10-05
default to skip if less than 4 nodes
chrislu
2
-18
/
+23
2023-10-02
fix: logger place msg (#4880)
Konstantin Lebedev
1
-1
/
+1
2023-09-27
fix: avoid deleting one replica without sync (#4875)
Konstantin Lebedev
2
-30
/
+63
2023-09-26
rename function
chrislu
1
-1
/
+1
[next]