index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-11
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
1
-1
/
+2
2022-01-11
add a debug capability to list all metadata keys
chrislu
4
-0
/
+35
2022-01-11
Merge pull request #2579 from KyleSanderson/patch-1
Chris Lu
1
-1
/
+2
2022-01-11
filer.copy: don't crash when volume creation fails
Kyle Sanderson
1
-1
/
+2
2022-01-11
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
1
-48
/
+51
2022-01-11
sync with fuse 1.2.2
chrislu
2
-2
/
+6
2022-01-11
Update mount_std.go
chrislu
1
-0
/
+1
2022-01-11
add logs
chrislu
1
-0
/
+2
2022-01-11
Merge pull request #2575 from Radtoo/fix_paths2
Chris Lu
1
-48
/
+51
2022-01-11
mount: rename follow POSIX
chrislu
2
-10
/
+29
2022-01-10
fix logging
chrislu
2
-2
/
+5
2022-01-10
mount: file fsync
chrislu
3
-2
/
+27
2022-01-09
2.85
2.85
chrislu
10
-12
/
+12
2022-01-08
Using positional arguments rather than option flag to enable better shell usage
Radtoo
1
-43
/
+43
2022-01-08
Now works with a single file too
Radtoo
1
-28
/
+31
2022-01-07
Merge pull request #2564 from chrislusf/dependabot/maven/other/java/client/co...
Chris Lu
1
-1
/
+1
2022-01-07
support fixing a collection of volumes, or volumes under one directory
chrislu
1
-9
/
+47
2022-01-07
Bump protobuf-java from 3.9.1 to 3.16.1 in /other/java/client
dependabot[bot]
1
-1
/
+1
2022-01-06
skip fixing read only volumes
chrislu
1
-0
/
+7
2022-01-06
avoid changing inode
chrislu
1
-1
/
+0
2022-01-05
mount: need to change entry name after renaming
chrislu
1
-0
/
+2
2022-01-05
mount: skip special character in the filenames
chrislu
1
-7
/
+7
2022-01-03
fix auth permission checking
chrislu
2
-11
/
+11
2022-01-03
wildcard prefix to restrict access to directories in s3 bucket
chrislu
4
-10
/
+58
2022-01-02
2.84
2.84
chrislu
10
-12
/
+12
2022-01-02
Merge pull request #2550 from chrislusf/metadata_follow_with_client_id
Chris Lu
20
-245
/
+293
2022-01-02
Merge branch 'master' into metadata_follow_with_client_id
Chris Lu
19
-41
/
+393
2022-01-01
Merge pull request #2543 from skurfuerst/seaweedfs-158
Chris Lu
18
-36
/
+376
2021-12-31
FEATURE: add test setup for running the CephFS S3 compatibility suite
Sebastian Kurfuerst
6
-0
/
+164
2021-12-31
BUGFIX: ensure Authorization header is only added once
Sebastian Kurfuerst
2
-6
/
+9
2021-12-31
BUGFIX: security.toml contained wrong keys
Sebastian Kurfuerst
1
-2
/
+2
2021-12-30
FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 Client
Sebastian Kurfuerst
8
-26
/
+197
2021-12-30
remove duplicated metadata subscription in filer
chrislu
1
-9
/
+22
2021-12-30
add client id for all metadata listening clients
chrislu
20
-243
/
+292
2021-12-29
dynamically adjust connection timeout
chrislu
2
-3
/
+7
2021-12-29
s3: increase timeout limit
chrislu
3
-4
/
+25
2021-12-29
Refactor: pass in claim type into security.DecodeJwt
Sebastian Kurfuerst
2
-3
/
+3
2021-12-29
rename security.GenJwt to security.GenJwtForVolumeServer
Sebastian Kurfuerst
3
-5
/
+7
2021-12-29
fix typo in error message
Sebastian Kurfuerst
1
-1
/
+1
2021-12-28
upgrade fuse version
chrislu
2
-4
/
+8
2021-12-28
mount: remove limits on number of parallel requests
chrislu
1
-3
/
+3
2021-12-28
reader: avoid wrong pattern detection due to lock waiting
chrislu
1
-2
/
+2
2021-12-28
if this is enabled, there are some "bus error" with git clone
chrislu
1
-1
/
+1
2021-12-28
fuse: change to direct io mode
chrislu
2
-1
/
+2
2021-12-28
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
1
-6
/
+11
2021-12-28
monitor write pattern: avoid timing due to locking
chrislu
2
-4
/
+3
2021-12-27
Merge pull request #2539 from ck789987/filer-list-use-context
Chris Lu
1
-6
/
+11
2021-12-28
filer list entries use context to break job
chenkai
1
-6
/
+11
2021-12-27
bug: cleanup function was called twice
chrislu
1
-1
/
+0
2021-12-26
Filer Server API support fsync
chrislu
1
-2
/
+8
[prev]
[next]