aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21Merge branch 'master' into ftporigin/ftpChris Lu118-844/+3180
2021-01-20mount: limit background requests and congestion thresholdChris Lu3-1/+6
2021-01-20filer: support appending to a fileChris Lu1-27/+60
2021-01-20refactoringChris Lu1-12/+7
2021-01-20update to wangyoucao577/go-release-action@v1.14Chris Lu1-2/+2
2021-01-19filer store: postgres configuration adjust textChris Lu1-2/+2
2021-01-19filer store: postgres adjust default config, add optioanl schemaChris Lu1-2/+4
2021-01-19filer store: add postgres2Chris Lu7-50/+175
2021-01-19filer store: add mysql2Chris Lu7-52/+162
2021-01-19fix bucket creationChris Lu3-11/+54
2021-01-19fix errorChris Lu1-1/+1
2021-01-19restructuring sql storesChris Lu4-47/+162
2021-01-19scaffold: add YugabyteDBChris Lu1-1/+1
2021-01-19refactor: prepare for bucket specific tablesChris Lu2-18/+77
2021-01-19add more input paramsChris Lu2-12/+12
2021-01-19add memsql to commentsChris Lu1-1/+1
2021-01-18fix test2.21Chris Lu1-1/+1
2021-01-182.21Chris Lu3-4/+4
2021-01-18Revert "Revert "mount: fake support for socket/block/character/fifo devices""Chris Lu1-37/+42
This reverts commit 3d5cb7eb86cc1eb8971caaa27fd8cc27b7cc2d5d.
2021-01-18Revert "Revert "mount: add more entry type""Chris Lu1-1/+22
This reverts commit 4085b79d389ba2566b4a6b7f3dce7f1fca8d481b.
2021-01-18mount: ensure reading from dirty pagesChris Lu1-1/+1
2021-01-18minor fixChris Lu1-1/+1
2021-01-18Revert "mount: add more entry type"Chris Lu1-22/+1
This reverts commit d7d907be27e2441f54fac70b6723d6a41ae62af8.
2021-01-18Revert "mount: fake support for socket/block/character/fifo devices"Chris Lu1-42/+37
This reverts commit 61ef2d865824cf26871dd60877fa712010db1420.
2021-01-17mount: fake support for socket/block/character/fifo devicesChris Lu1-37/+42
to pass pjdfstest. A distributed file system can not really support these things anyway.
2021-01-17mount: add more entry typeChris Lu1-1/+22
2021-01-17s3: listing may repeat on the edgeChris Lu1-1/+1
2021-01-17Merge pull request #1748 from kmlebedev/prometheusChris Lu4-9/+93
docker-compose
2021-01-17docker-composeKonstantin Lebedev4-9/+93
- prometheus - nginx
2021-01-16refactoringChris Lu1-18/+1
2021-01-15add stream list directory entriesChris Lu20-241/+266
2021-01-15fix rocksdbChris Lu1-2/+2
2021-01-14go fmtChris Lu5-7/+7
2021-01-14change limit to int64 in case of overflowChris Lu29-90/+90
2021-01-14pass along hasMoreChris Lu2-21/+21
2021-01-14implement sql changesChris Lu1-11/+16
2021-01-14implement elastic changesChris Lu1-18/+18
2021-01-14implement c* changesChris Lu1-9/+13
2021-01-14implement etcd changesChris Lu1-8/+9
2021-01-14implement hbase changesChris Lu1-5/+7
2021-01-14implement leveldb changesChris Lu3-19/+19
2021-01-14implement mongodb changesChris Lu1-9/+14
2021-01-14implement rocksdb changesChris Lu1-14/+14
2021-01-14implement redis changesChris Lu2-17/+21
2021-01-14chagned apiChris Lu2-2/+2
2021-01-14change interfaceChris Lu1-2/+2
2021-01-14skip not found error in case of race conditionChris Lu2-0/+6
2021-01-14mount: avoid showing "topics" folderChris Lu1-0/+7
fix https://github.com/chrislusf/seaweedfs/issues/1325
2021-01-14filer, s3: add http status 206 as late as possibleChris Lu3-7/+12
fix https://github.com/chrislusf/seaweedfs/issues/1746
2021-01-14fix compilationChris Lu1-1/+2