aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filer_delete_entry.go
AgeCommit message (Expand)AuthorFilesLines
2021-01-14change limit to int64 in case of overflowChris Lu1-1/+1
2021-01-13skip directory loop if dropping the bucketChris Lu1-33/+36
2021-01-01separate prefix from namePatternChris Lu1-1/+1
2020-12-12s3: move "delete-directory-if-empty" to read timeChris Lu1-29/+0
2020-11-26s3: remove empty parent folder on deleteChris Lu1-4/+32
2020-11-26refactorChris Lu1-0/+8
2020-11-26filer: avoid duplicated FindEntry for deletionChris Lu1-1/+1
2020-11-17directly delete file chunksChris Lu1-1/+1
2020-10-07go fmtChris Lu1-1/+1
2020-09-24switch hardlink id from int64 to bytesChris Lu1-7/+2
2020-09-24hardlink works nowChris Lu1-9/+32
2020-09-09filer: cross cluster synchronizationChris Lu1-4/+4
2020-09-01rename filer2 to filerChris Lu1-0/+129