aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-11Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu1-1/+2
2022-01-11add a debug capability to list all metadata keyschrislu4-0/+35
2022-01-11Merge pull request #2579 from KyleSanderson/patch-1Chris Lu1-1/+2
2022-01-11filer.copy: don't crash when volume creation failsKyle Sanderson1-1/+2
2022-01-11Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu1-48/+51
2022-01-11sync with fuse 1.2.2chrislu2-2/+6
2022-01-11Update mount_std.gochrislu1-0/+1
2022-01-11add logschrislu1-0/+2
2022-01-11Merge pull request #2575 from Radtoo/fix_paths2Chris Lu1-48/+51
2022-01-11mount: rename follow POSIXchrislu2-10/+29
2022-01-10fix loggingchrislu2-2/+5
2022-01-10mount: file fsyncchrislu3-2/+27
2022-01-092.852.85chrislu10-12/+12
2022-01-08Using positional arguments rather than option flag to enable better shell usageRadtoo1-43/+43
2022-01-08Now works with a single file tooRadtoo1-28/+31
2022-01-07Merge pull request #2564 from chrislusf/dependabot/maven/other/java/client/co...Chris Lu1-1/+1
2022-01-07support fixing a collection of volumes, or volumes under one directorychrislu1-9/+47
2022-01-07Bump protobuf-java from 3.9.1 to 3.16.1 in /other/java/clientdependabot[bot]1-1/+1
2022-01-06skip fixing read only volumeschrislu1-0/+7
2022-01-06avoid changing inodechrislu1-1/+0
2022-01-05mount: need to change entry name after renamingchrislu1-0/+2
2022-01-05mount: skip special character in the filenameschrislu1-7/+7
2022-01-03fix auth permission checkingchrislu2-11/+11
2022-01-03wildcard prefix to restrict access to directories in s3 bucketchrislu4-10/+58
2022-01-022.842.84chrislu10-12/+12
2022-01-02Merge pull request #2550 from chrislusf/metadata_follow_with_client_idChris Lu20-245/+293
2022-01-02Merge branch 'master' into metadata_follow_with_client_idChris Lu19-41/+393
2022-01-01Merge pull request #2543 from skurfuerst/seaweedfs-158Chris Lu18-36/+376
2021-12-31FEATURE: add test setup for running the CephFS S3 compatibility suiteSebastian Kurfuerst6-0/+164
2021-12-31BUGFIX: ensure Authorization header is only added onceSebastian Kurfuerst2-6/+9
2021-12-31BUGFIX: security.toml contained wrong keysSebastian Kurfuerst1-2/+2
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst8-26/+197
2021-12-30remove duplicated metadata subscription in filerchrislu1-9/+22
2021-12-30add client id for all metadata listening clientschrislu20-243/+292
2021-12-29dynamically adjust connection timeoutchrislu2-3/+7
2021-12-29s3: increase timeout limitchrislu3-4/+25
2021-12-29Refactor: pass in claim type into security.DecodeJwtSebastian Kurfuerst2-3/+3
2021-12-29rename security.GenJwt to security.GenJwtForVolumeServerSebastian Kurfuerst3-5/+7
2021-12-29fix typo in error messageSebastian Kurfuerst1-1/+1
2021-12-28upgrade fuse versionchrislu2-4/+8
2021-12-28mount: remove limits on number of parallel requestschrislu1-3/+3
2021-12-28reader: avoid wrong pattern detection due to lock waitingchrislu1-2/+2
2021-12-28if this is enabled, there are some "bus error" with git clonechrislu1-1/+1
2021-12-28fuse: change to direct io modechrislu2-1/+2
2021-12-28Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu1-6/+11
2021-12-28monitor write pattern: avoid timing due to lockingchrislu2-4/+3
2021-12-27Merge pull request #2539 from ck789987/filer-list-use-contextChris Lu1-6/+11
2021-12-28filer list entries use context to break jobchenkai1-6/+11
2021-12-27bug: cleanup function was called twicechrislu1-1/+0
2021-12-26Filer Server API support fsyncchrislu1-2/+8