aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/leveldb
AgeCommit message (Expand)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-3/+3
2025-06-24Changes logging function (#6919)Aleksey Kosov1-3/+4
2024-09-10adjust loggingchrislu1-1/+1
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-4/+4
2023-08-24Implement SRV lookups for filer (#4767)Nico D'Cotta1-3/+4
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-3/+3
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu3-7/+7
2022-05-03Merge branch 'new_master' into ydbKonstantin Lebedev1-3/+3
2022-05-01filer: add filer groupchrislu1-3/+3
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev1-1/+1
2022-03-16rename to skipCheckParentDirchrislu1-1/+1
2022-03-17go fmtzzq094941-1/+1
2022-03-17fix: ut test errorzzq094941-1/+1
2022-02-14test: use `T.TempDir` to create temporary test directoryEng Zer Jun1-6/+3
2022-01-11add a debug capability to list all metadata keyschrislu1-0/+15
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-4/+3
2021-09-13fix tests2.68Chris Lu1-3/+3
2021-09-09CompactionTableSizeMultiplier of leveldb use default value. #2325joshuafc1-4/+3
2021-09-07add bloom filter to leveldb_store to improve fuse performance.zhoub1-0/+2
2021-07-22filer: fix mysql, postgres batch delete errorChris Lu1-1/+1
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev1-1/+1
2021-04-24filer: directory listing adds namePatternExcludeChris Lu1-3/+3
2021-03-14filer: leveldb, rocksdb auto create store directoryChris Lu1-0/+2
2021-01-31filer: leveldb and hbase may miss files when listing large directories more t...Chris Lu1-1/+1
2021-01-15add stream list directory entriesChris Lu1-6/+8
2021-01-14change limit to int64 in case of overflowChris Lu2-9/+9
2021-01-14implement leveldb changesChris Lu1-5/+5
2021-01-12filer store: leveldb2 fix nil entry error if not foundChris Lu1-1/+1
2021-01-02worksChris Lu1-0/+27
2021-01-01separate prefix from namePatternChris Lu2-4/+8
2020-11-22filer leveldb store: a bit more efficient directory listing with prefixChris Lu1-5/+5
2020-11-12fix testsKonstantin Lebedev1-1/+1
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev1-1/+1
2020-09-03filer: compress stored metadataChris Lu1-2/+6
2020-09-01leveldb: report not found entryChris Lu1-0/+6
2020-09-01filer store adds kv supportChris Lu1-0/+39
2020-09-01fix testsChris Lu1-11/+11
2020-09-01fix testsChris Lu1-2/+2
2020-09-01rename filer2 to filerChris Lu2-0/+319