| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -1/+1 | |
| 2024-11-21 | ReadAt may return io.EOF t end of file | chrislu | 1 | -2/+10 | |
| related to https://github.com/seaweedfs/seaweedfs/issues/6219 | |||||
| 2024-10-17 | Revert "fix: volume data integrity check (#6118)" | chrislu | 1 | -7/+6 | |
| This reverts commit e12b9ab7460aa635e32190e9f61f37fdc7b794f6. | |||||
| 2024-10-14 | fix: volume data integrity check (#6118) | wusong | 1 | -6/+7 | |
| Co-authored-by: wang wusong <wangwusong@virtaitech.com> | |||||
| 2024-09-19 | [volume] remove truncate idx file if size not healthy (#6043) | Konstantin Lebedev | 1 | -6/+2 | |
| 2024-05-12 | fix: recreate index include deleted files (#5579) | Konstantin Lebedev | 1 | -5/+2 | |
| * fix: recreate index include deleted files https://github.com/seaweedfs/seaweedfs/issues/5508 * fix: counting the number of files * fix: log | |||||
| 2024-04-28 | fix: skip file size checking for volume with TTL (#5541) | Konstantin Lebedev | 1 | -0/+3 | |
| fix: skip file size checking for volume with tll https://github.com/seaweedfs/seaweedfs/issues/5508 | |||||
| 2024-02-24 | when verifyNeedleIntegrity, do not truncate files | chrislu | 1 | -6/+2 | |
| related to https://github.com/seaweedfs/seaweedfs/pull/5259 | |||||
| 2024-01-15 | can vacuum volume when size mismatch (#5200) | skycope | 1 | -0/+3 | |
| Co-authored-by: Yang Wang <yangwang@weride.ai> | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -7/+7 | |
| 2021-02-11 | volume: fail fast if idx files are missing | Chris Lu | 1 | -0/+16 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1796 | |||||
| 2021-02-07 | fix typo offset.ToAcutalOffset to offset.ToActualOffset | bingoohuang | 1 | -1/+1 | |
| 2020-10-31 | ensure offset in the index file is positive | Chris Lu | 1 | -1/+1 | |
| 2020-10-29 | volume loading: trim out unreachable idx file content | Chris Lu | 1 | -1/+20 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1583 | |||||
| 2020-10-28 | volume: automatically trim out unreachable entries | Chris Lu | 1 | -20/+51 | |
| 2020-10-28 | fix: restart volumeserver sometime occurred out of memory error | shibinbin | 1 | -0/+12 | |
| 2020-09-12 | volume: validate volume correctness if last entry is a deletion | Chris Lu | 1 | -4/+25 | |
| 2020-09-11 | fix volume integrity checking | Chris Lu | 1 | -2/+2 | |
| 2020-08-18 | refactoring | Chris Lu | 1 | -1/+1 | |
| 2020-08-18 | refactoring to typed Size | Chris Lu | 1 | -1/+1 | |
| Go is amazing with refactoring! | |||||
| 2020-03-17 | volume: compaction can cause readonly volumes | Chris Lu | 1 | -1/+1 | |
| address https://github.com/chrislusf/seaweedfs/issues/1233 | |||||
| 2019-11-28 | master load backend storage config from master.toml | Chris Lu | 1 | -1/+1 | |
| 2019-10-29 | changed from os.file to backend.DataStorageBackend | Chris Lu | 1 | -2/+3 | |
| 2019-05-21 | volume: load ec shards during heartbeats to master | Chris Lu | 1 | -1/+2 | |
| 2019-04-30 | style: go fmt for all | Wine93 | 1 | -2/+2 | |
| 2019-04-19 | read volume lastAppendAtNs when loading a volume | Chris Lu | 1 | -17/+17 | |
| 2019-04-19 | fix needle map entry size | Chris Lu | 1 | -3/+3 | |
| 2019-04-18 | refactoring | Chris Lu | 1 | -6/+3 | |
| 2019-04-08 | refactor Offset into a struct of bytes | Chris Lu | 1 | -2/+2 | |
| 2018-07-24 | working version3 | Chris Lu | 1 | -3/+2 | |
| 2018-07-08 | refactoring: add type for needle id, offset | Chris Lu | 1 | -7/+8 | |
| later the type size can possibly be adjusted | |||||
| 2018-05-27 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2017-01-20 | Don't return actual file size from CheckVolumeDataIntegrity, it will be 0 if ↵ | brstgt | 1 | -7/+7 | |
| last needle is a tombstone, so it's not reliable anyway | |||||
| 2017-01-06 | keep track of total data file size | Chris Lu | 1 | -8/+14 | |
| 2016-10-07 | makediff func with UT case | 霍晓栋 | 1 | -1/+0 | |
| 2016-07-25 | deleted index entry could not point to deleted needle | 霍晓栋 | 1 | -1/+1 | |
| 2016-07-25 | deleted index entry could not point to deleted needle | 霍晓栋 | 1 | -0/+4 | |
| 2016-07-02 | refactoring | Chris Lu | 1 | -0/+59 | |
