| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-07-21 | Add fs rm options | byunghwa.yun | 1 | -30/+63 | |
| 2021-07-21 | configure and store remote configurations | Chris Lu | 1 | -0/+142 | |
| 2021-07-21 | Merge pull request #2200 from combineads/add_fs_rm | Chris Lu | 1 | -0/+67 | |
| weed shell: fs.rm remove file or directory | |||||
| 2021-07-19 | optimization: improve random range query for large filesorigin/remote_overlay | Chris Lu | 1 | -2/+2 | |
| 2021-07-20 | Add fs rm | byunghwa.yun | 1 | -0/+67 | |
| 2021-07-16 | add `-retry` option for `volume.fix.replication` | Chris Lu | 1 | -7/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2191 | |||||
| 2021-07-16 | Added `-retry` option for `volumeServer.evacuate` | Chris Lu | 1 | -1/+8 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2191 | |||||
| 2021-07-16 | refactor | Chris Lu | 1 | -43/+51 | |
| 2021-07-16 | [volume.check.disk] skip errors and check next volumes | Chris Lu | 1 | -22/+29 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2129 | |||||
| 2021-07-13 | fix compilation | Chris Lu | 1 | -2/+2 | |
| 2021-07-13 | shell: volume.check.disk adds retries in case the volumes are just moved | Chris Lu | 1 | -25/+30 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2194 | |||||
| 2021-07-12 | shell: volume.fsck deletes a volume is the volume has only orphaned data. | Chris Lu | 1 | -2/+9 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2190 | |||||
| 2021-07-12 | fix typo in fs.configure help message text | bingoohuang | 1 | -5/+5 | |
| 2021-07-10 | shell: volume.fsck "reallyDeleteFromVolume" should send padded file ids to ↵ | Chris Lu | 1 | -2/+2 | |
| delete fix https://github.com/chrislusf/seaweedfs/issues/2188 | |||||
| 2021-07-09 | rename | Chris Lu | 1 | -1/+1 | |
| 2021-07-09 | /etc files are stored inside metadata store | Chris Lu | 1 | -1/+3 | |
| 2021-06-27 | fixes | Chris Lu | 1 | -11/+25 | |
| 2021-06-24 | shell: volume.fsck checks missing chunks in filer | Chris Lu | 1 | -9/+154 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2154 | |||||
| 2021-06-24 | refactor | Chris Lu | 1 | -2/+7 | |
| 2021-06-08 | Check for history file errors as well | Daniel Nagy | 1 | -2/+4 | |
| 2021-06-04 | filer: add path-specific option to enforce readonly | Chris Lu | 1 | -0/+2 | |
| 2021-05-31 | shell: use tab print style for completion | Chris Lu | 1 | -0/+1 | |
| 2021-05-23 | bucket list only directories | Chris Lu | 1 | -0/+3 | |
| 2021-05-19 | minor | Chris Lu | 1 | -1/+1 | |
| 2021-05-06 | optional parallel copy ec shards | Chris Lu | 1 | -20/+27 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2048 | |||||
| 2021-05-05 | revert PR #1903 avoid http error: superfluous response.WriteHeader | Chris Lu | 1 | -1/+1 | |
| 2021-04-22 | shell: show which server holds the lock | Chris Lu | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1983 | |||||
| 2021-04-22 | correct help message | Chris Lu | 1 | -1/+1 | |
| 2021-04-15 | avoid possible corrupted file names | Chris Lu | 1 | -0/+2 | |
| 2021-04-15 | avoid forward slash in file names | Chris Lu | 1 | -0/+2 | |
| 2021-04-15 | add node.selectedVolumes | Chris Lu | 1 | -0/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1990 | |||||
| 2021-04-14 | add option to obfuscate the file names | Chris Lu | 1 | -0/+13 | |
| 2021-04-14 | volume.check.disk: break loop for read only volumes | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2002 | |||||
| 2021-04-14 | volume.tier.move: avoid data loss when destination volume server already has ↵ | Chris Lu | 1 | -1/+1 | |
| the volume fix https://github.com/chrislusf/seaweedfs/issues/2001 | |||||
| 2021-04-14 | ensure to call line.Close() | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1995 similar to https://github.com/peterh/liner/issues/104 | |||||
| 2021-03-24 | avoid counter is null | Konstantin Lebedev | 1 | -0/+5 | |
| 2021-03-24 | nonRepairThreshold | Konstantin Lebedev | 1 | -6/+6 | |
| 2021-03-24 | rename option repairThreshold | Konstantin Lebedev | 1 | -7/+6 | |
| 2021-03-23 | rename var | Konstantin Lebedev | 1 | -3/+3 | |
| 2021-03-23 | add missingKeysThreshold for fsck | Konstantin Lebedev | 1 | -9/+16 | |
| 2021-03-22 | shell: volume.check.disk adds optional slow mode | Chris Lu | 1 | -4/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1930 | |||||
| 2021-03-22 | fix build error2.35 | Chris Lu | 1 | -1/+1 | |
| 2021-03-22 | shell: add volume.check.disk to fix inconsistency for replicated volumes | Chris Lu | 1 | -0/+243 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1923 | |||||
| 2021-03-20 | minor | Chris Lu | 1 | -1/+1 | |
| 2021-03-20 | fs.mv ensures there are 2 arguments | Chris Lu | 1 | -0/+4 | |
| 2021-03-20 | refactor | Chris Lu | 1 | -7/+4 | |
| 2021-03-19 | go fmt | Chris Lu | 2 | -2/+2 | |
| 2021-03-16 | CheckAllChunkViews() for HEAD requests only | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-03-14 | shell: fix moving volume, volume server evacuate | Chris Lu | 2 | -3/+19 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1534 | |||||
| 2021-03-14 | fix parsing | Chris Lu | 1 | -1/+2 | |
