aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/memdb
AgeCommit message (Collapse)AuthorFilesLines
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu2-281/+0
2019-09-11filer: recursive deletion optionally ignoring any errorsChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1062
2019-04-16lock btree writesChris Lu1-1/+9
fix https://github.com/chrislusf/seaweedfs/issues/930
2019-03-30go fmtChris Lu1-3/+3
2019-03-30support atomic renaming for mysql/postgres filer storeChris Lu1-0/+10
2019-03-16fix testsChris Lu1-2/+4
2019-03-15add context.ContextChris Lu1-10/+12
2019-03-15add context to all filer APIsChris Lu1-6/+7
2019-03-15adding contextChris Lu1-1/+2
2019-02-18adding grpc mutual tlsChris Lu1-2/+2
2018-08-19go fmtChris Lu1-1/+1
2018-08-19merge notification config with filer.tomlChris Lu1-1/+2
2018-07-20set filer2.ErrNotFound for not found entryChris Lu1-1/+1
2018-07-19fix testChris Lu1-1/+1
2018-06-17decouple from viper for filer storeChris Lu1-2/+1
2018-06-06support renaming filesChris Lu1-1/+1
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-2/+2
2018-05-30add mime, use simple insert and update filer store APIChris Lu2-8/+4
1. add mime type to file in filer 2. purge old chunks if overwrite during insert
2018-05-27go fmtChris Lu2-3/+3
2018-05-26mysql can compile, not yet tested!Chris Lu1-3/+0
2018-05-26refactoring variable namesChris Lu1-20/+20
2018-05-26fix test errorChris Lu1-6/+1
2018-05-26add leveldb storeChris Lu2-11/+22
1. switch to viper for filer store configuration 2. simplify FindEntry() return values, removing “found” 3. add leveldb store
2018-05-23avoid overwriting variablesChris Lu1-1/+1
2018-05-22weed mount can work wellChris Lu1-5/+4
TODO: somehow filer url is returning empty content
2018-05-21able to update file contentChris Lu1-3/+2
having some issue when vi reports file changed.
2018-05-19fix directory creation, directory listingChris Lu1-2/+6
2018-05-16cp file can workChris Lu1-2/+5
1. consolidate to filer_pb.FileChunk 2. dir add file, mkdir 3. file flush, write updates having issue
2018-05-13properly working filerChris Lu1-0/+8
2018-05-13add better listing directory entriesChris Lu2-7/+31
2018-05-13remove Size from AttrChris Lu1-0/+2
2018-05-12remove nlink property from directory nodeChris Lu2-6/+10
2018-05-12more testsChris Lu1-0/+25
2018-05-12file store adds memdb implementationChris Lu2-0/+190