aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_meta_save.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-18de/compress the fs meta file if filename ends with gz/gzip (#7500)Feng Shao1-6/+24
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2022-11-20ADHOC: fix fs.meta.save typo (#3993)Eric Yang1-1/+1
2022-08-17move proto packagechrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-01-21refactoring, move genFn before saveFnchrislu1-10/+10
2021-09-12change server address from string to a typeChris Lu1-3/+3
2021-08-31shell: fs.meta.save skip saving system logsChris Lu1-0/+5
2021-05-19minorChris Lu1-1/+1
2021-04-15avoid forward slash in file namesChris Lu1-0/+2
2021-04-14add option to obfuscate the file namesChris Lu1-0/+13
2020-04-29refactoringChris Lu1-1/+1
2020-04-21refactorChris Lu1-56/+3
2020-03-26add back running outputChris Lu1-1/+7
2020-03-24shell: add volume.fsckChris Lu1-34/+7
2020-03-24fix compilationChris Lu1-4/+4
2020-03-24fix logicChris Lu1-29/+27
2020-03-24disable chunk file outputChris Lu1-22/+20
2020-03-23add commentsChris Lu1-1/+8
2020-03-23shell: fs.meta.save add option to export all fileIds for all filesChris Lu1-21/+57
2020-03-23simplify parsing filer host and portChris Lu1-4/+4
2020-03-23refactoringChris Lu1-7/+6
2020-02-25remove ctx if possibleChris Lu1-10/+4
2020-02-25avoid reusing context objectChris Lu1-1/+1
2020-01-19refactoringChris Lu1-1/+1
2019-12-29fs: synchronized meta file writingChris Lu1-7/+20
2019-12-13filer: streaming file listingChris Lu1-87/+57
2019-12-06filer: speed up filer.meta.save by parallelizingChris Lu1-11/+49
2019-07-26shell: Added minor changes to `fs.meta.save`Chris Lu1-8/+22
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+2
2019-04-16weed shell: fs.meta.save adjusts meta data file nameChris Lu1-5/+13
2019-04-16weed shell: add command fs.meta.saveChris Lu1-0/+142