aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-232.552.55Chris Lu3-4/+4
trigger migrated travis build
2021-06-23Update README.mdChris Lu1-1/+1
2021-06-22Merge pull request #2147 from jonaz/process_metricsChris Lu4-11/+376
Add process metrics of weed itself
2021-06-22Add process metrics of weed itselfJonas Falck4-11/+376
2021-06-21master: avoid repeated leader redirectionChris Lu1-1/+6
fix https://github.com/chrislusf/seaweedfs/issues/2146
2021-06-19Merge pull request #2141 from danielflira/feature-background-fuseChris Lu1-0/+24
start "weed fuse" in background
2021-06-20start weed with mount in backgrounddanielflira1-0/+24
2021-06-192.542.54Chris Lu3-4/+4
2021-06-19mount: fix for deletion stopped working since 2.53Chris Lu1-2/+1
fix https://github.com/chrislusf/seaweedfs/issues/2138 due to 4d0cbd2700655e17f26817297fd3e9fa57e78876
2021-06-18remove unused fieldsChris Lu1-2/+0
2021-06-15fix stats when a collection is deletedChris Lu1-0/+5
2021-06-15FUSE: skip flushing if file is deletedChris Lu2-2/+11
related to https://github.com/chrislusf/seaweedfs/issues/2110
2021-06-15Merge pull request #2128 from kmlebedev/do_small_delete_transactionsChris Lu18-29/+36
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev18-29/+36
https://github.com/chrislusf/seaweedfs/issues/2125
2021-06-15Merge pull request #2127 from nagy/check-history-errorChris Lu1-2/+4
Check for history file errors as well
2021-06-132.532.53Chris Lu3-4/+4
2021-06-13skip cookie checking if from grpc apiChris Lu1-1/+1
2021-06-13add block and mutex profilingChris Lu1-0/+21
2021-06-13fix for mysql2 postgres2 on fast dropping bucketsChris Lu2-2/+2
2021-06-13filer.copy: zero fileSize for directoriesChris Lu1-1/+5
2021-06-12minorChris Lu1-2/+1
2021-06-12minorChris Lu1-2/+2
2021-06-10remove all bucket metadataChris Lu4-1/+13
fix https://github.com/chrislusf/seaweedfs/issues/2118
2021-06-10avoid possible empty objectChris Lu1-3/+3
2021-06-10adjust the error outputChris Lu2-11/+24
fix https://github.com/chrislusf/seaweedfs/issues/2123
2021-06-10refactorChris Lu19-269/+215
2021-06-10refactoringChris Lu11-90/+88
2021-06-09Update README.mdChris Lu1-1/+1
2021-06-08Check for history file errors as wellDaniel Nagy1-2/+4
2021-06-07Merge pull request #2115 from nagy/exitcodeChris Lu1-2/+11
Return correct exitcode when `wheed upload` fails
2021-06-07Return correct exitcode when `wheed upload` failsDaniel Nagy1-2/+11
2021-06-072.522.52Chris Lu3-4/+4
2021-06-07locks for data racingChris Lu1-1/+4
2021-06-06limits concurrent uploads for one file2.51Chris Lu1-3/+25
2021-06-06skip md5 checking for now because of race conditionChris Lu1-9/+2
2021-06-062.51Chris Lu3-4/+4
2021-06-06fix writing the small fileChris Lu1-1/+1
2021-06-06filer: parallel data uploadChris Lu1-19/+34
2021-06-06mount: adjust starting orderChris Lu2-2/+6
avoid possible nil wfs.Server
2021-06-06refactorChris Lu1-35/+54
2021-06-06use bytes.Buffer to reduce memory allocation and gcChris Lu8-58/+102
2021-06-06optionally disable concurrent upload limitChris Lu2-2/+5
2021-06-06filer: mongodb avoids E11000 duplicate key error collection: ↵Chris Lu1-5/+6
seaweedfs.filemeta index: directory_1_name_1 dup key
2021-06-05verbose but cleaner logic to invalidate fuse cacheChris Lu1-6/+15
2021-06-05Merge pull request #2112 from wenerme/patch-1Chris Lu1-1/+1
2021-06-05use string version陈杨文1-1/+1
the helm package will build number version 2.50 to 2.5
2021-06-05FUSE: invalidate FUSE cached entriesChris Lu1-3/+7
fix https://github.com/chrislusf/seaweedfs/issues/2108
2021-06-04filer: add path-specific option to enforce readonlyChris Lu8-115/+171
2021-06-03mount: support macfuse 4.xChris Lu2-2/+3
2021-06-02Update README.mdChris Lu1-7/+6