aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
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 Lu42-450/+389
2020-12-13fix testsChris Lu1-0/+3
2020-12-13Merge branch 'master' into support_ssd_volumeChris Lu1-1/+1
2020-12-132.152.15Chris Lu1-1/+1
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 Lu34-739/+827
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 Lu4-12/+40
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
2020-12-06refactoringChris Lu2-13/+24
2020-12-06filer conf: support json conf onlyChris Lu1-10/+1
2020-12-06shell: fix fs.configureChris Lu1-3/+5
2020-12-062.142.14Chris Lu2-2/+3
2020-12-04filer: add option to cache small files to filer storeChris Lu4-1/+6
2020-12-04volume: ensure the volume dat and idx files are always closedChris Lu1-0/+18
2020-12-03better unit detectionChris Lu1-0/+15
2020-12-03Update volume_ttl_test.goChris Lu1-1/+1
2020-12-03ttl fix: 3y was converted into 96mChris Lu1-2/+20