aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-123.103.10chrislu2-3/+3
2022-06-12collect volume server statuschrislu4-442/+510
2022-06-11go fmtchrislu1-1/+1
2022-06-11Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu6-8/+32
2022-06-11remote object store gateway: disable tagging for backblazechrislu9-16/+28
2022-06-10Merge pull request #3165 from blacktear23/reload-bug-fixChris Lu1-4/+8
2022-06-10Bug Fix: force reload filer page when upload/delete/rename/create directoryyulai.li1-4/+8
2022-06-10Merge pull request #3164 from guol-fnst/fix_typoChris Lu1-3/+3
2022-06-10fix typoguol-fnst1-3/+3
2022-06-10Merge pull request #3163 from kmlebedev/metric_replica_placement_mismatchChris Lu4-1/+21
2022-06-10Revert "Merge pull request #3159 from shichanglin5/_duplicateUUID"chrislu2-19/+6
2022-06-10stats master_replica_placement_mismatchKonstantin Lebedev4-1/+21
2022-06-10Merge pull request #3160 from shichanglin5/shichanglin5Chris Lu1-1/+1
2022-06-10fix: fix command prompt informationshichanglin51-1/+1
2022-06-09Merge pull request #3159 from shichanglin5/_duplicateUUIDChris Lu2-6/+19
2022-06-09Merge pull request #3155 from qzhello/masterChris Lu1-13/+53
2022-06-09perf: Optimized volume handling duplicateUUID logic to avoid quitting when vo...shichanglin53-7/+19
2022-06-09feat(filer.sync): add fromTsMs. Extract signature from doSubscribeFilerMetaCh...zhihao.qu1-13/+53
2022-06-08Merge pull request #3154 from kmlebedev/s3_test_invalid_rangeChris Lu2-0/+11
2022-06-08fix s3 tests:Konstantin Lebedev2-0/+11
2022-06-08auto remove previous leftover socketchrislu1-3/+3
2022-06-08filer: fix customizable local socket file namechrislu1-2/+0
2022-06-07Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu6-33/+70
2022-06-07fix: sequence read rate is slow when use filer.ChunkReadAt.ReadAt #3074chrislu1-2/+4
2022-06-07Merge pull request #3130 from kmlebedev/fix_rm_parent_dir_via_nextcloudChris Lu6-33/+70
2022-06-07fix s3 testsKonstantin Lebedev3-30/+52
2022-06-06Merge pull request #3144 from chrislusf/dependabot/go_modules/google.golang.o...Chris Lu2-10/+12
2022-06-06Merge pull request #3145 from chrislusf/dependabot/go_modules/github.com/stre...Chris Lu2-7/+6
2022-06-06Merge branch 'master' into dependabot/go_modules/google.golang.org/api-0.82.0Chris Lu2-8/+10
2022-06-06Merge branch 'master' into dependabot/go_modules/github.com/stretchr/testify-...Chris Lu2-10/+10
2022-06-06Merge pull request #3143 from chrislusf/dependabot/go_modules/github.com/goog...Chris Lu2-3/+3
2022-06-06Merge pull request #3146 from chrislusf/dependabot/go_modules/github.com/linx...Chris Lu2-3/+4
2022-06-06Merge pull request #3148 from chrislusf/dependabot/go_modules/google.golang.o...Chris Lu2-3/+3
2022-06-06Bump google.golang.org/grpc from 1.46.2 to 1.47.0dependabot[bot]2-3/+3
2022-06-06Bump github.com/linxGnu/grocksdb from 1.7.1 to 1.7.2dependabot[bot]2-4/+4
2022-06-06Bump google.golang.org/api from 0.81.0 to 0.82.0dependabot[bot]2-11/+12
2022-06-06Bump github.com/google/btree from 1.0.1 to 1.1.1dependabot[bot]2-4/+3
2022-06-06Bump github.com/stretchr/testify from 1.7.1 to 1.7.2dependabot[bot]2-6/+6
2022-06-06fix compilationchrislu1-2/+0
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu20-724/+536
2022-06-06Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu4-1/+23
2022-06-06filer: detect ttl based on fs configure settingchrislu1-0/+7
2022-06-05Merge pull request #3140 from ningfdx/disable_xattrChris Lu4-1/+23
2022-06-06add disableXAttr in mount optionningfd4-1/+23
2022-06-053.093.09chrislu2-3/+3
2022-06-05fix testchrislu1-2/+1
2022-06-05mount: file handle locks entry betterchrislu7-15/+47
2022-06-05add a commentchrislu1-0/+1
2022-06-05volume: checksum remove the hashing step in Value()chrislu7-22/+26
2022-06-05stream read large fileschrislu5-29/+149