aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filerstore.go
AgeCommit message (Collapse)AuthorFilesLines
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev1-0/+2
2022-01-11add a debug capability to list all metadata keyschrislu1-0/+5
2021-07-22filer: fix mysql, postgres batch delete errorChris Lu1-1/+1
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev1-1/+1
https://github.com/chrislusf/seaweedfs/issues/2125
2021-06-13fix for mysql2 postgres2 on fast dropping bucketsChris Lu1-1/+1
2021-06-10remove all bucket metadataChris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/2118
2021-03-14go fmtChris Lu1-1/+0
2021-03-13filer: mysql2, postgres2 trigger actions on bucket creation and deletionChris Lu1-0/+6
fix https://github.com/chrislusf/seaweedfs/issues/1877
2021-01-15add stream list directory entriesChris Lu1-2/+4
2021-01-14change limit to int64 in case of overflowChris Lu1-2/+2
2021-01-14change interfaceChris Lu1-2/+2
2020-12-22filer: redis, redis cluster, cassandra support super large directoryChris Lu1-4/+4
2020-12-21refactor: split into two filesChris Lu1-290/+0
2020-12-21refactor to dedicated functionChris Lu1-9/+13
2020-12-21change default filer store rootChris Lu1-10/+10
2020-12-19filer: support path-specific filer storeChris Lu1-12/+24
2020-12-18todo: load path-specific store from filer.tomlChris Lu1-1/+2
2020-12-18filer: use store by pathChris Lu1-9/+9
2020-12-18refactor, add getActualStore() by pathChris Lu1-30/+52
2020-12-18refactoringChris Lu1-35/+39
2020-12-18assert FilerStoreWrapper is VirtualFilerStoreChris Lu1-0/+2
2020-12-12adjust logsChris Lu1-1/+1
2020-12-10add logsChris Lu1-0/+11
2020-11-26filer: avoid duplicated FindEntry for deletionChris Lu1-0/+18
2020-09-24switch hardlink id from int64 to bytesChris Lu1-1/+1
2020-09-24adjust hardlink updateChris Lu1-197/+4
simplify logic, pass entity content directly to hard link. The "weed mount" handles the logic to calculate hard link counter.
2020-09-24hardlink works nowChris Lu1-1/+225
2020-09-05apply meta changes only if store is differentChris Lu1-5/+0
2020-09-01filer store adds kv supportChris Lu1-0/+21
can compile now, need to implement those unimplemented
2020-09-01rename filer2 to filerChris Lu1-0/+208