aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-05-012.432.43Chris Lu3-4/+4
2021-05-01add git version for local buildsChris Lu1-1/+3
2021-04-30remove wrong parameterChris Lu1-1/+1
2021-04-30mount: fix directory invalidationChris Lu4-12/+12
fix https://github.com/chrislusf/seaweedfs/issues/2038
2021-04-30Revert "Merge pull request #2027 from bingoohuang/master"2.42Chris Lu4-18/+28
Need to revert because docker image build failed. The docker apk package only has go 1.15.
2021-04-302.42Chris Lu3-4/+4
2021-04-30Update ISSUE_TEMPLATE.mdChris Lu1-0/+0
2021-04-29Update release.ymlChris Lu1-2/+2
2021-04-29Update release.ymlChris Lu1-0/+2
2021-04-29Update README.mdChris Lu1-1/+5
2021-04-28Merge pull request #2037 from utsl42/reader_atChris Lu6-7/+152
make reader_at handle random reads more efficiently for FUSE
2021-04-28make reader_at handle random reads more efficiently for FUSENathan Hawkins6-7/+152
2021-04-28fix compilationChris Lu1-1/+1
fix related to #2032
2021-04-28Merge pull request #2035 from kmlebedev/fix_chunks_etagChris Lu3-5/+9
fix aws style Etag for chunks
2021-04-28Merge pull request #2034 from kmlebedev/iam_listkeys_filterChris Lu1-0/+4
iam ListAccessKeys filtred by username
2021-04-28Merge pull request #2032 from tobiasmuehl/patch-2Chris Lu1-0/+3
Detect rar archives by mime type
2021-04-28Merge pull request #2031 from tobiasmuehl/patch-1Chris Lu1-1/+1
Do not compress brotli archives
2021-04-28fix aws style Etag for chunksKonstantin Lebedev3-5/+9
2021-04-28iam ListAccessKeys filtred by usernameKonstantin Lebedev1-0/+4
2021-04-28Detect rar archives by mime typeTobias Mühl1-0/+3
RAR archives might not have .rar extension, see [Wikipedia](https://en.wikipedia.org/wiki/RAR_(file_format))
2021-04-28Do not compress brotli archivesTobias Mühl1-1/+1
2021-04-271.16 only due to https://github.com/chrislusf/seaweedfs/pull/2027Chris Lu1-1/+0
2021-04-27Merge pull request #2030 from kmlebedev/auth_bucket_wildcardsChris Lu1-9/+19
auth use bucket wild cards
2021-04-27auth use bucket wild cardsKonstantin Lebedev1-9/+19
2021-04-27Merge pull request #2027 from bingoohuang/masterChris Lu4-28/+18
promote to go:embed instead of github.com/rakyll/statik
2021-04-27promote to go:embed instead of github.com/rakyll/statikbingoohuang4-28/+18
2021-04-26Merge pull request #2025 from bingoohuang/masterChris Lu10-35/+305
improvement for minFreeSpace argument
2021-04-27minFreeSpace refactoredbingoohuang10-77/+147
2021-04-26minFreeSpace argument allows size like 10GiBbingoohuang6-27/+227
2021-04-26Merge branch 'master' of https://github.com/bingoohuang/seaweedfsbingoohuang720-14811/+80161
2021-04-26Merge pull request #6 from chrislusf/masterbingoohuang231-2126/+10118
2021-04-242.412.41Chris Lu3-4/+4
2021-04-24ensure name pattern checking is case sensitiveChris Lu1-1/+1
2021-04-24filer: directory listing adds namePatternExcludeChris Lu11-31/+40
fix https://github.com/chrislusf/seaweedfs/issues/2023
2021-04-22shell: show which server holds the lockChris Lu5-109/+128
fix https://github.com/chrislusf/seaweedfs/issues/1983
2021-04-22clean up .uploads directory in mysql and postgres tablesChris Lu1-1/+3
fix https://github.com/chrislusf/seaweedfs/issues/1957 When no uploads are running, you can run this SQL to clean up. delete from <bucket_name> where directory like '/.uploads/%'
2021-04-22correct help messageChris Lu1-1/+1
2021-04-22master UI adds volume size limitChris Lu2-8/+14
2021-04-22adjust package namesChris Lu3-3/+3
2021-04-22Update cleanup.ymlChris Lu1-1/+1
2021-04-21do not add new volumes when below minFreeSpacePercentChris Lu1-0/+3
fix https://github.com/chrislusf/seaweedfs/issues/2017
2021-04-21Update cleanup.ymlChris Lu1-1/+1
2021-04-21Update cleanup.ymlChris Lu1-1/+1
2021-04-21filer.copy copy empty foldersChris Lu1-17/+19
fix https://github.com/chrislusf/seaweedfs/issues/2016
2021-04-21avoid thundering herd effectChris Lu1-1/+0
transient errors may cause thundering herd effect to all trying to recover from remove ec shards
2021-04-21fix error messageChris Lu1-1/+1
related to https://github.com/chrislusf/seaweedfs/issues/2012
2021-04-20Revert "Update cleanup.yml"Chris Lu1-0/+1
This reverts commit ecb60d5f035eed09eb7744016e0563941ba535bb.
2021-04-20Update cleanup.ymlChris Lu1-1/+0
2021-04-20ensure file handles are releasedChris Lu2-8/+8
2021-04-19Merge pull request #2013 from sryio/masterChris Lu1-1/+1
fix path-specific filer store comment error