| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-03-31 | skip new entities | Konstantin Lebedev | 1 | -14/+18 | |
| 2022-03-31 | fsck replicas | Konstantin Lebedev | 1 | -80/+102 | |
| 2022-03-31 | collecting only bucket volumes | Konstantin Lebedev | 1 | -0/+20 | |
| 2022-03-26 | refactor: change masters from a slice to a map | chrislu | 1 | -1/+1 | |
| 2022-03-08 | minor | banjiaojuhao | 1 | -6/+6 | |
| 2022-03-06 | fix test | chrislu | 1 | -1/+1 | |
| 2022-03-04 | use logical number of files and sizes for statistics and quota | chrislu | 3 | -16/+19 | |
| 2022-02-24 | simpler output | chrislu | 1 | -1/+2 | |
| 2022-02-23 | Merge pull request #2701 from guo-sj/fix_bugs_in_return_value | Chris Lu | 1 | -1/+1 | |
| 2022-02-24 | fix a return bug in func (c *commandVacuum) Do | guosj | 1 | -1/+1 | |
| 2022-02-16 | Merge pull request #2683 from guo-sj/fix_fsconfigure_bug | Chris Lu | 1 | -1/+1 | |
| fix minor bug in commandFsConfigure.Do | |||||
| 2022-02-17 | fix minor bug in commandFsConfigure.Do | guosj | 1 | -1/+1 | |
| 2022-02-14 | Merge pull request #2640 from Radtoo/fsck_with_delete | Chris Lu | 1 | -39/+96 | |
| Added basic deletion capabilities to fsck. | |||||
| 2022-02-13 | We picked the second flag's name. | Radtoo | 1 | -1/+1 | |
| 2022-02-10 | Revert the the flag to "reallyDeleteFromVolume". | Radtoo | 1 | -1/+1 | |
| 2022-02-08 | ec.encode: calculate free ec slots based on (maxVolumeCount-volumeCount) | chrislu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2642 | |||||
| 2022-02-08 | test checking ec distribution | chrislu | 2 | -0/+33 | |
| 2022-02-08 | use embed txt | chrislu | 2 | -806/+807 | |
| 2022-02-08 | volume.tier.move: avoid double counting | chrislu | 1 | -21/+16 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2637 | |||||
| 2022-02-08 | volume.balance: add delay during tight loop | chrislu | 16 | -17/+22 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2637 | |||||
| 2022-02-07 | filer read empty file may cause OOM in some cases | chrislu | 1 | -4/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2641 | |||||
| 2022-02-06 | Adding separate toggle to purge absent vols | Radtoo | 1 | -5/+6 | |
| While this toggle is basically required to clean out entries for deleted volumes, having a separate description + toggling this separately seems like a good idea so people get a chance to check if their volumes are all mounted/connected as expected. Also renamed forcePurge to just purge. | |||||
| 2022-02-06 | Also delete paths for which a volume is entirely absent. | Radtoo | 1 | -73/+70 | |
| 2022-02-06 | Added basic deletion capabilities to fsck. | Radtoo | 1 | -38/+97 | |
| 2022-02-01 | [volume.check.disk] fix wrong logic to compare | chrislu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2626 minuend - subtrahend | |||||
| 2022-01-28 | adjust volume count even when not applying the changes | chrislu | 1 | -25/+27 | |
| 2022-01-26 | async volumeTierMove | divanikus | 1 | -41/+88 | |
| 2022-01-21 | skip printing fs configuration | chrislu | 1 | -3/+0 | |
| 2022-01-21 | refactoring, move genFn before saveFn | chrislu | 2 | -34/+34 | |
| 2022-01-21 | enforce bucket quota | chrislu | 1 | -16/+14 | |
| 2022-01-21 | s3: check bucket usage and adjust read only according to quota | chrislu | 1 | -0/+141 | |
| 2022-01-21 | able to configure the quota for a bucket | chrislu | 1 | -0/+93 | |
| 2022-01-21 | display bucket quota | chrislu | 1 | -1/+8 | |
| 2022-01-21 | s3: list bucket size from weed shell | chrislu | 1 | -4/+14 | |
| 2022-01-21 | refactoring | chrislu | 1 | -2/+2 | |
| 2022-01-12 | add some notes | chrislu | 1 | -1/+1 | |
| 2022-01-12 | shell: tighter memory allocation | chrislu | 1 | -22/+27 | |
| 2022-01-12 | fix compilation | chrislu | 1 | -1/+1 | |
| 2022-01-12 | master: remove hard coded filer settings in master.toml | chrislu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2529 | |||||
| 2022-01-06 | skip fixing read only volumes | chrislu | 1 | -0/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2562 | |||||
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 36 | -55/+55 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-12-23 | filer server: add "datacenter, rack and datanode" for path specific ↵ | banjiaojuhao | 1 | -0/+6 | |
| configuration | |||||
| 2021-12-12 | skip purging from ec volumes | chrislu | 1 | -1/+2 | |
| 2021-12-10 | add lock messages | chrislu | 24 | -24/+25 | |
| 2021-12-10 | rename file | chrislu | 1 | -0/+0 | |
| 2021-12-05 | shell: volume.list supports different verbosity level | chrislu | 1 | -24/+37 | |
| 2021-12-05 | volume.fix.replication: fix misplaced volumes | chrislu | 2 | -4/+194 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2416 | |||||
| 2021-12-05 | [volume.check.disk] was using the wrong source and target locations | chrislu | 1 | -7/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2268 | |||||
| 2021-11-28 | Update command_remote_uncache.go | Chris Lu | 1 | -7/+8 | |
| minor | |||||
| 2021-11-28 | Update command_volume_fsck.go | Chris Lu | 1 | -2/+2 | |
| minor | |||||
