aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/filer.go
AgeCommit message (Expand)AuthorFilesLines
2020-03-07breaks dependency loopChris Lu1-1/+2
2020-03-06filer: option to encrypt data on volume serverChris Lu1-0/+1
2020-03-01master able to list all master clients by typeChris Lu1-2/+2
2020-02-27weed queue startsChris Lu1-1/+2
2020-02-25avoid reusing context objectChris Lu1-1/+1
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-6/+12
2020-02-20filer: avoid possible timeouts for updates and deletionsChris Lu1-9/+10
2020-01-26add loggingChris Lu1-1/+1
2020-01-25adjust loggingChris Lu1-2/+1
2020-01-24loggingChris Lu1-2/+2
2020-01-24add loggingChris Lu1-1/+3
2020-01-24adjust logsChris Lu1-0/+6
2020-01-24adjust loggingChris Lu1-1/+1
2020-01-22filer: option to create file only if it is new, O_EXCLChris Lu1-1/+4
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-62/+0
2019-12-12filer: increase directory listing pagination sizeChris Lu1-5/+9
2019-09-11filer: recursive deletion optionally ignoring any errorsChris Lu1-3/+3
2019-06-20more loggingChris Lu1-0/+5
2019-05-17filer: migrating filer store from persisting shorter structured file id inste...Chris Lu1-2/+2
2019-04-16refactor: prepare for snapshottingChris Lu1-1/+1
2019-04-01weed filer: properly delete cached directory entryChris Lu1-16/+25
2019-03-30support atomic renaming for mysql/postgres filer storeChris Lu1-0/+12
2019-03-15add context to all filer APIsChris Lu1-16/+16
2019-03-15adding contextChris Lu1-2/+2
2019-03-04file path supports windows, avoiding back slashesChris Lu1-1/+1
2019-02-18adding grpc mutual tlsChris Lu1-2/+5
2018-12-16paginate when filer deleting and FUSE mount renamingChris Lu1-11/+27
2018-12-02skip creation for rootChris Lu1-0/+4
2018-12-02default root to 0755Chris Lu1-1/+1
2018-12-02add default root directoryChris Lu1-0/+20
2018-11-29refactor a bit moreChris Lu1-8/+10
2018-11-29avoid overwriting file or directoryChris Lu1-0/+6
2018-11-20async file chunk deletionChris Lu1-53/+12
2018-11-20batch delete file idsChris Lu1-2/+4
2018-11-18cleanupChris Lu1-2/+3
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu1-6/+6
2018-09-30ignore duplicated key error if the store has duplicated primary key preventionChris Lu1-3/+5
2018-09-22delay file creation without chunks from dir.Create to file.FlushChris Lu1-2/+8
2018-09-17add WIP filer.replicateChris Lu1-3/+3
2018-08-19kafka set the right topicChris Lu1-1/+1
2018-08-13add filer notificationChris Lu1-0/+8
2018-08-01correctly recursively delete foldersChris Lu1-1/+10
2018-07-28go fmtChris Lu1-6/+6
2018-07-28filer read write all via locations from MasterClientChris Lu1-3/+11
2018-07-28MasterClient replicates all vid locationsChris Lu1-4/+4
2018-07-28refactor into MasterClientChris Lu1-4/+12
2018-07-21update also delete old chunks if different from latest chunksChris Lu1-9/+32
2018-07-19add bucket creation and deletionChris Lu1-4/+10
2018-07-12Merge pull request #686 from qszxnp/filer2_dir_cache_bugfixChris Lu1-0/+9
2018-07-12bugfix:check Directory attr before create it聂鹏1-0/+2