aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Lu4-4/+5
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
2020-12-03Merge pull request #1596 from kmlebedev/store_s3credChris Lu7-15/+374
2020-12-03Hadoop: add BufferedByteBufferReadableInputStreamChris Lu5-9/+53
2020-12-02Hadoop: switch to ByteBufferChris Lu5-37/+60
2020-12-02use content field of entryKonstantin Lebedev2-9/+12
2020-12-02use entry content filedKonstantin Lebedev2-23/+13
2020-12-02fix nilChris Lu1-1/+1
2020-12-01file open errorChris Lu1-2/+2
2020-12-01return file open errorChris Lu1-0/+6
2020-12-01fix testsChris Lu1-1/+1
2020-12-01HDFS: implement ByteBufferReadableChris Lu2-4/+20
2020-12-01webdav: improve webdav upload speedChris Lu2-47/+140
2020-12-01Merge branch 'upstream_master' into store_s3credKonstantin Lebedev79-997/+1482
2020-11-30Merge pull request #1643 from hilimd/masterChris Lu1-2/+2
2020-11-30filer: cache small file to filer storeChris Lu17-469/+528
2020-11-30set creation timeChris Lu2-8/+2
2020-11-30close http request bodyChris Lu2-0/+6
2020-11-292.132.13Chris Lu3-3/+3
2020-11-28shell: add volume.vacuum commandChris Lu5-206/+439
2020-11-28fix testChris Lu1-1/+1
2020-11-28adjust commentsChris Lu1-1/+1
2020-11-28fix ec shard spreading errorChris Lu1-1/+1
2020-11-28minorChris Lu1-2/+2
2020-11-28minorChris Lu1-1/+1
2020-11-28volume: detect and drop volumes with disk IO errorChris Lu3-5/+31