aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-13find location with matching disk typeChris Lu1-0/+3
2020-12-13allocate volume by disk typeChris Lu13-1225/+1253
2020-12-13disk type configurable for each folderChris Lu3-12/+24
2020-12-13refactorChris Lu2-4/+4
2020-12-13Merge branch 'master' into support_ssd_volumeChris Lu2-8/+11
2020-12-13filer store: sql update if any insert error happensChris Lu2-3/+5
2020-12-13sql put kv: avoid unnecessary updateChris Lu1-6/+7
2020-12-13master allocate volumes if ssd type runs outChris Lu4-3/+14
2020-12-13Update MakefileChris Lu1-1/+1
2020-12-13rename parameter name to "disk"Chris Lu7-8/+8
2020-12-13rename parameter name to "disk"Chris Lu5-4/+5
2020-12-13rename from volumeType to diskTypeChris Lu43-456/+390
2020-12-13fix testsChris Lu1-0/+3
2020-12-13Merge branch 'master' into support_ssd_volumeChris Lu2-2/+2
2020-12-132.152.15Chris Lu2-2/+2
2020-12-13balance ssd volumesChris Lu2-15/+55
2020-12-13volume server set volume type and heartbeat to the masterChris Lu19-543/+801
2020-12-13adding volume typeChris Lu35-742/+830
2020-12-12fix variable nameChris Lu1-4/+4
2020-12-12correctly determine whether a folder is emptyChris Lu1-11/+17
2020-12-12the pagination size was too big for recursive deletionChris Lu1-1/+1
2020-12-12more efficient recursionChris Lu1-15/+40
2020-12-12refactor APIsChris Lu1-38/+44
2020-12-12s3: move "delete-directory-if-empty" to read timeChris Lu2-31/+25
2020-12-12adjust logsChris Lu1-1/+1
2020-12-11adjust loggingChris Lu2-4/+3
2020-12-11use append time instead of filer's own modification timeChris Lu1-1/+1
2020-12-10check cross device rename errorChris Lu6-13/+43
2020-12-10minorChris Lu1-12/+14
2020-12-10add logsChris Lu2-0/+16
2020-12-10filer: change to /etc/seaweedfs folder on filerChris Lu4-10/+11
2020-12-10s3: use static configuration by defaultChris Lu1-4/+5
2020-12-10save /etc/iam/identity.json inside filer storeChris Lu7-23/+61
2020-12-09paginate through large directoriesChris Lu1-4/+21
2020-12-09s3: recursively iterate all sub foldersChris Lu1-1/+2
2020-12-09added error handling for savingChris Lu1-1/+11
2020-12-08set file handle reader to nilChris Lu1-0/+1
2020-12-08add s3 debugChris Lu1-0/+4
2020-12-08add back last read chunk cache to reader and properly close the readerChris Lu2-1/+20
2020-12-08mount: avoid memory leaking read bufferChris Lu1-10/+1
2020-12-07adding /usr/local/etc/seaweedfs for bsd style config search pathChris Lu3-2/+3
2020-12-07break import cycleChris Lu5-15/+19
2020-12-07filer: cache "/etc" filder small files to filer storeChris Lu1-1/+2
2020-12-07filer subscribe: handle rename subscriptionChris Lu1-1/+8
2020-12-07s3: subscribe to s3.configure changesChris Lu3-8/+83
2020-12-06refactoringChris Lu9-184/+135
2020-12-06fix testChris Lu1-1/+1
2020-12-06change parameter help messageChris Lu1-1/+1
2020-12-06refactoringChris Lu2-7/+6
2020-12-06fix import cycleChris Lu3-24/+28