aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
AgeCommit message (Expand)AuthorFilesLines
2021-07-23shell: faster bucket deleteChris Lu1-0/+13
2021-07-21go fmtChris Lu2-2/+2
2021-07-21Merge pull request #2208 from combineads/add_rm_optionsChris Lu1-30/+63
2021-07-21Add fs rm optionsbyunghwa.yun1-30/+63
2021-07-21configure and store remote configurationsChris Lu1-0/+142
2021-07-21Merge pull request #2200 from combineads/add_fs_rmChris Lu1-0/+67
2021-07-19optimization: improve random range query for large filesorigin/remote_overlayChris Lu1-2/+2
2021-07-20Add fs rmbyunghwa.yun1-0/+67
2021-07-16add `-retry` option for `volume.fix.replication`Chris Lu1-7/+8
2021-07-16Added `-retry` option for `volumeServer.evacuate`Chris Lu1-1/+8
2021-07-16refactorChris Lu1-43/+51
2021-07-16[volume.check.disk] skip errors and check next volumesChris Lu1-22/+29
2021-07-13fix compilationChris Lu1-2/+2
2021-07-13shell: volume.check.disk adds retries in case the volumes are just movedChris Lu1-25/+30
2021-07-12shell: volume.fsck deletes a volume is the volume has only orphaned data.Chris Lu1-2/+9
2021-07-12fix typo in fs.configure help message textbingoohuang1-5/+5
2021-07-10shell: volume.fsck "reallyDeleteFromVolume" should send padded file ids to de...Chris Lu1-2/+2
2021-07-09renameChris Lu1-1/+1
2021-07-09/etc files are stored inside metadata storeChris Lu1-1/+3
2021-06-27fixesChris Lu1-11/+25
2021-06-24shell: volume.fsck checks missing chunks in filerChris Lu1-9/+154
2021-06-24refactorChris Lu1-2/+7
2021-06-08Check for history file errors as wellDaniel Nagy1-2/+4
2021-06-04filer: add path-specific option to enforce readonlyChris Lu1-0/+2
2021-05-31shell: use tab print style for completionChris Lu1-0/+1
2021-05-23bucket list only directoriesChris Lu1-0/+3
2021-05-19minorChris Lu1-1/+1
2021-05-06optional parallel copy ec shardsChris Lu1-20/+27
2021-05-05revert PR #1903 avoid http error: superfluous response.WriteHeaderChris Lu1-1/+1
2021-04-22shell: show which server holds the lockChris Lu1-1/+2
2021-04-22correct help messageChris Lu1-1/+1
2021-04-15avoid possible corrupted file namesChris Lu1-0/+2
2021-04-15avoid forward slash in file namesChris Lu1-0/+2
2021-04-15add node.selectedVolumesChris Lu1-0/+5
2021-04-14add option to obfuscate the file namesChris Lu1-0/+13
2021-04-14volume.check.disk: break loop for read only volumesChris Lu1-0/+1
2021-04-14volume.tier.move: avoid data loss when destination volume server already has ...Chris Lu1-1/+1
2021-04-14ensure to call line.Close()Chris Lu1-0/+4
2021-03-24avoid counter is nullKonstantin Lebedev1-0/+5
2021-03-24nonRepairThresholdKonstantin Lebedev1-6/+6
2021-03-24rename option repairThresholdKonstantin Lebedev1-7/+6
2021-03-23rename varKonstantin Lebedev1-3/+3
2021-03-23add missingKeysThreshold for fsckKonstantin Lebedev1-9/+16
2021-03-22shell: volume.check.disk adds optional slow modeChris Lu1-4/+7
2021-03-22fix build error2.35Chris Lu1-1/+1
2021-03-22shell: add volume.check.disk to fix inconsistency for replicated volumesChris Lu1-0/+243
2021-03-20minorChris Lu1-1/+1
2021-03-20fs.mv ensures there are 2 argumentsChris Lu1-0/+4
2021-03-20refactorChris Lu1-7/+4
2021-03-19go fmtChris Lu2-2/+2