aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/idx
AgeCommit message (Collapse)AuthorFilesLines
2025-03-07chore: make function comment match function name (#6607)NinaLua1-1/+1
2022-09-10ADHOC: Volume fsck use a time cutoff param (#3626)Eric Yang1-0/+29
* ADHOC: cut off volumn fsck * more * fix typo * add test * modify name * fix comment * fix comments * nit * fix typo * Update weed/shell/command_volume_fsck.go Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-07-20rename parameter and reuse functionsguol-fnst1-36/+2
rename milestone to watermark
2022-07-19optimizguol-fnst1-1/+2
2022-07-19use snapshotguol-fnst1-0/+33
2020-08-18refactoring to typed SizeChris Lu1-5/+4
Go is amazing with refactoring!
2020-08-14fix error reportingChris Lu1-0/+3
2020-07-22fix compilation errorChris Lu1-2/+2
2020-07-22simplifyChris Lu1-9/+2
2020-07-22idx: Switch WalkIndexFile to accept generic io.ReaderAtJames Hartig1-3/+9
This is necessary to use it with in-memory idx files.
2019-05-28working with reading remote intervalsChris Lu1-1/+0
2019-05-21volume: load ec shards during heartbeats to masterChris Lu1-0/+54