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
2021-12-25
2.83
2.83
chrislu
2
-3
/
+3
2021-12-24
use proper chunk size limit option
chrislu
1
-1
/
+1
2021-12-24
use 2MB chunk size. cache size is the wrong option
chrislu
1
-1
/
+1
2021-12-24
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
1
-0
/
+7
2021-12-24
add stream writer
chrislu
10
-35
/
+331
2021-12-24
Merge pull request #2534 from skurfuerst/add-ui-access-to-security-toml
Chris Lu
1
-0
/
+7
2021-12-24
BUGFIX: add access.ui setting to scaffolded security.toml
Sebastian Kurfürst
1
-0
/
+7
2021-12-23
refactor type names
chrislu
2
-9
/
+12
2021-12-23
refactor
chrislu
2
-13
/
+13
2021-12-23
rename files
chrislu
2
-0
/
+0
2021-12-23
rename variables and functions
chrislu
5
-27
/
+26
2021-12-23
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
8
-144
/
+198
2021-12-23
clean up
chrislu
2
-291
/
+0
2021-12-23
chunked file works now
chrislu
9
-86
/
+288
2021-12-23
Merge pull request #2532 from kmlebedev/fix_CVE
Chris Lu
2
-2
/
+16
2021-12-23
Merge pull request #2533 from banjiaojuhao/filer_add-datacenter-rack-datanode...
Chris Lu
6
-142
/
+182
2021-12-23
filer server: add "datacenter, rack and datanode" for path specific configura...
banjiaojuhao
6
-142
/
+182
2021-12-23
CVE-2020-13949
Konstantin Lebedev
2
-2
/
+16
2021-12-22
detect non streaming mode on first write request
chrislu
1
-3
/
+6
2021-12-22
fix tests
chrislu
1
-4
/
+3
2021-12-22
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
8
-325
/
+344
2021-12-22
detect non streaming mode on the first read
chrislu
1
-1
/
+6
2021-12-22
fix test
chrislu
2
-16
/
+22
2021-12-22
Merge pull request #2530 from banjiaojuhao/filer-upload-file-to-node
Chris Lu
8
-325
/
+344
2021-12-22
filer server: allow upload file to specific dataNode
banjiaojuhao
8
-325
/
+344
2021-12-22
add page chunk interval list
chrislu
2
-0
/
+145
2021-12-21
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
1
-12
/
+13
2021-12-21
remove println
chrislu
1
-6
/
+0
2021-12-21
mount: different write strategy for streaming write and random write
chrislu
4
-3
/
+95
2021-12-21
Merge pull request #2527 from banjiaojuhao/master-assign-by-datanode
Chris Lu
1
-12
/
+13
2021-12-21
assign fileId according to DataNode with empty DataCenter and Rack
banjiaojuhao
1
-12
/
+13
2021-12-20
reverting default admin scripts
chrislu
1
-11
/
+1
2021-12-20
add writer pattern object for later use
chrislu
1
-0
/
+31
2021-12-20
remove writeOnly flag
chrislu
8
-40
/
+13
2021-12-20
refactor, change file locations
chrislu
7
-36
/
+52
2021-12-19
avoid FUSE cache only for the first 512 bytes
chrislu
1
-1
/
+1
2021-12-19
mount: only cache the first chunk on stream read
chrislu
1
-3
/
+12
2021-12-19
mount: improve read performance on random reads
chrislu
5
-7
/
+66
2021-12-17
s3: bind to a specific IP
chrislu
3
-1
/
+5
2021-12-16
Update FUNDING.yml
Chris Lu
1
-1
/
+1
2021-12-16
Create FUNDING.yml
Chris Lu
1
-0
/
+4
2021-12-16
log message adds server name
chrislu
1
-1
/
+1
2021-12-16
remove debug messages
chrislu
1
-3
/
+3
2021-12-15
Merge branch 'content_disposition_download'
chrislu
5
-34
/
+27
2021-12-15
s3: pass through s3 presigned headers
chrislu
5
-34
/
+27
2021-12-15
Merge pull request #2510 from kmlebedev/helm_auditLogConfig
Chris Lu
4
-3
/
+16
2021-12-14
gateway to remote object store: skip replicating multipart upload part files
chrislu
1
-0
/
+3
2021-12-14
adjust the name to be consistent
chrislu
1
-0
/
+0
2021-12-14
Merge pull request #2511 from ErikCoder07/grafana_dashboard
Chris Lu
2
-1
/
+1933
2021-12-14
minor changes: added the makefile directory in the Installation Guide section
ErikCoder07
1
-1
/
+1
[next]