aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filer.go
AgeCommit message (Expand)AuthorFilesLines
2023-06-25adjust lock APIschrislu1-1/+1
2023-06-25init lock ringchrislu1-0/+8
2023-06-25refactorchrislu1-4/+4
2023-06-25add distributed lock managerchrislu1-1/+16
2023-03-21refactoringchrislu1-4/+17
2023-01-31filter system log dir does not make subscribe event (#4172)Neo1-4/+7
2022-09-14refactor: `Directory` readability (#3665)Ryan Russell1-3/+3
2022-09-01align memorychrislu1-2/+2
2022-08-26avoid race conditions for OnPeerUpdate (#3525)Konstantin Lebedev1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-07-28dynamically connect to a filerchrislu1-22/+1
2022-07-28add dc and rackchrislu1-1/+1
2022-07-23metadata subscription uses client epochchrislu1-4/+10
2022-07-14add clientId loggingchrislu1-1/+1
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-13/+7
2022-06-02fix filer.sync missing source srv uploaded files to target when target downcreeew1-1/+1
2022-05-30fresh filer store bootstrap from the oldest peerchrislu1-6/+28
2022-05-30refactorchrislu1-2/+2
2022-05-30collect cluster node start timechrislu1-4/+5
2022-05-01filer: add filer groupchrislu1-3/+4
2022-03-26refactor: change masters from a slice to a mapchrislu1-1/+1
2022-03-16rename to skipCheckParentDirchrislu1-2/+2
2022-03-17go fmtzzq094941-1/+1
2022-03-17filer: support uploading file without needEnsureParentDirzzq094941-4/+6
2022-03-17Revert "filer: support uploading file without needEnsureParentDir"zzq094941-6/+4
2022-03-17filer: support uploading file without needEnsureParentDirzzq094941-4/+6
2021-12-28filer list entries use context to break jobchenkai1-6/+11
2021-12-26use streaming mode for long poll grpc callschrislu1-2/+2
2021-11-08use constantsChris Lu1-3/+4
2021-11-06auto updated filer peer listChris Lu1-13/+30
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu1-2/+2
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu1-2/+2
2021-09-25avoid possible metadata subscription data lossChris Lu1-0/+2
2021-09-12change server address from string to a typeChris Lu1-5/+6
2021-08-06Merge branch 'master' into add_remote_storageChris Lu1-1/+1
2021-08-06Change default permissionsbyunghwa.yun1-1/+1
2021-07-28add ReadRemote(), add read remote setup when filer startsChris Lu1-0/+2
2021-07-22filer: fix mysql, postgres batch delete errorChris Lu1-1/+0
2021-06-27logging changes to debugChris Lu1-1/+1
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev1-0/+1
2021-03-30adjust logsChris Lu1-4/+4
2021-01-15add stream list directory entriesChris Lu1-10/+7
2021-01-14change limit to int64 in case of overflowChris Lu1-3/+4
2021-01-14chagned apiChris Lu1-1/+1
2020-12-27filer: optimize for less number of directory lookupChris Lu1-65/+66
2020-12-26filer: add namePattern to search in current folderChris Lu1-17/+0
2020-12-12the pagination size was too big for recursive deletionChris Lu1-1/+1
2020-12-10minorChris Lu1-12/+14
2020-11-30set creation timeChris Lu1-0/+1
2020-11-26refactorChris Lu1-8/+0