aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-01HDFS: implement ByteBufferReadableChris Lu2-4/+20
2020-12-01webdav: improve webdav upload speedChris Lu2-47/+140
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
2020-11-27read from volume index file directly instead of open a separate fileChris Lu2-21/+31
2020-11-27filer: readonly handle static resourcesChris Lu1-0/+1
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu22-145/+196
2020-11-26refactorChris Lu1-4/+9
2020-11-26add commentsChris Lu1-0/+5
2020-11-26renameChris Lu1-16/+16
2020-11-26marked as WIPChris Lu2-2/+2
2020-11-26just refactoringChris Lu1-43/+46
2020-11-26pass in dir.idx parameter to DiskLocationChris Lu5-6/+23
2020-11-26s3: remove empty parent folder on deleteChris Lu1-4/+32
2020-11-26refactorChris Lu2-8/+8
2020-11-26go fmtChris Lu6-33/+32
2020-11-26refactorChris Lu2-8/+9
2020-11-26filer: avoid duplicated FindEntry for deletionChris Lu3-3/+21
2020-11-26add debug messageChris Lu1-1/+1
2020-11-26do not retry if failed with a non transport related errorChris Lu1-1/+3
2020-11-23Merge pull request #1633 from tgbyte/fix/grafana-qps-factorChris Lu2-7/+7
2020-11-23grafana: remove incorrect QPS factorThilo-Alexander Ginkel2-7/+7
2020-11-22filer leveldb store: a bit more efficient directory listing with prefixChris Lu2-10/+10
2020-11-222.122.12Chris Lu3-3/+3
2020-11-22avoid possible concurrent access inside ensureCorrectWritables()Chris Lu2-2/+3
2020-11-22Merge pull request #39 from chrislusf/masterhilimd23-47/+121
2020-11-22fix tls grpc ca pathlimd1-2/+2
2020-11-21remove zstdChris Lu6-20/+28
2020-11-21Update README.mdChris Lu1-2/+4
2020-11-20Merge pull request #1630 from demshin/masterChris Lu1-1/+1
2020-11-20fix typoAleksandr Demshin1-1/+1
2020-11-20fix volume placement validatingChris Lu2-3/+19
2020-11-181.5.6Chris Lu8-9/+14
2020-11-17directly delete file chunksChris Lu2-1/+45
2020-11-17remove unnecessary checkingChris Lu1-6/+0
2020-11-17add locksChris Lu1-0/+2
2020-11-17add example scriptsChris Lu1-0/+3
2020-11-17s3: avoid nil resp when having errorChris Lu1-5/+5
2020-11-17Merge pull request #1621 from hilimd/masterChris Lu3-5/+7
2020-11-17HCFS:limd2-4/+6