aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filer_on_meta_event.go
AgeCommit message (Expand)AuthorFilesLines
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
2022-09-14go fmtchrislu1-2/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-07-28fix: Buckets are not created and deleted correctly on the filer with the same...zzq094941-5/+1
2022-02-25refactoringchrislu1-2/+2
2022-02-07filer read empty file may cause OOM in some caseschrislu1-5/+3
2021-08-01Merge branch 'master' into add_remote_storageChris Lu1-2/+6
2021-08-01s3: skip hidden directories in /buckets folderChris Lu1-2/+6
2021-07-28add ReadRemote(), add read remote setup when filer startsChris Lu1-0/+14
2021-05-05revert PR #1903 avoid http error: superfluous response.WriteHeaderChris Lu1-1/+1
2021-03-16CheckAllChunkViews() for HEAD requests onlyKonstantin Lebedev1-1/+1
2021-03-13filer: mysql2, postgres2 trigger actions on bucket creation and deletionChris Lu1-0/+18
2021-03-09refactorChris Lu1-1/+4
2021-02-18filer: fs.configure should try to read from entry.content alsoChris Lu1-1/+1
2020-12-10filer: change to /etc/seaweedfs folder on filerChris Lu1-2/+2
2020-11-15filer: load filer conf when startingChris Lu1-12/+19
2020-11-14able to read filer.conf if updatedChris Lu1-0/+33
2020-11-14filer watch "/etc" folder for configuration changesChris Lu1-0/+21