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
path:
root
/
weed
/
command
/
filer.go
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-26
refactor: change masters from a slice to a map
chrislu
1
-2
/
+2
2022-03-23
fix cmdFiler
Konstantin Lebedev
1
-1
/
+1
2022-03-23
set iam ip from filer
Konstantin Lebedev
1
-1
/
+1
2022-03-17
The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few pr...
Berck Nash
1
-1
/
+2
2022-03-15
master, filer, s3: also listen to "localhost" in addition to specific ip address
chrislu
1
-4
/
+21
2022-03-11
default bind to one ip address
chrislu
1
-1
/
+4
2022-03-07
[bugfix] filer: nil pointer dereference
banjiaojuhao
1
-1
/
+1
2022-03-07
s3 and filer transport using unix domain socket instead of tcp
chrislu
1
-0
/
+21
2022-02-14
mount: default disable cache
chrislu
1
-1
/
+1
2021-12-17
s3: bind to a specific IP
chrislu
1
-0
/
+1
2021-12-07
audit log config
Konstantin Lebedev
1
-0
/
+1
2021-11-06
filer: deprecate "-peers" option
Chris Lu
1
-9
/
+0
2021-09-26
s3: default to allow empty folder for better performance
Chris Lu
1
-1
/
+1
2021-09-20
use default 10000 for grpc port
Chris Lu
1
-1
/
+4
2021-09-12
change server address from string to a type
Chris Lu
1
-7
/
+11
2021-09-12
custom grpc port: filer
Chris Lu
1
-1
/
+3
2021-09-07
better IP v6 support
Chris Lu
1
-4
/
+3
2021-09-07
handle ipv6 addresses
Chris Lu
1
-1
/
+1
2021-08-08
filer.remote.sync can work now
Chris Lu
1
-1
/
+0
2021-07-31
customizable debug port
Chris Lu
1
-2
/
+4
2021-07-31
debug from any server
Chris Lu
1
-1
/
+1
2021-07-31
add debug option to generate full goroutine stack dump
Chris Lu
1
-0
/
+6
2021-04-07
Fix typo in weed filer long help
Philippe Pepiot
1
-1
/
+1
2021-04-06
Merge branch 'upstreamMaster' into iamapipr
Konstantin Lebedev
1
-17
/
+20
2021-04-01
smaller file chunks are faster
Chris Lu
1
-1
/
+1
2021-04-01
refactor buffer pool
Chris Lu
1
-1
/
+1
2021-03-30
filer, volume: add concurrent upload size limit to avoid OOM
Chris Lu
1
-15
/
+18
2021-03-29
iam GetUser
Konstantin Lebedev
1
-4
/
+21
2021-03-12
default to empty host to bind to tcp4 and tcp6
Chris Lu
1
-1
/
+1
2021-02-22
disk type support custom tags
Chris Lu
1
-1
/
+1
2021-02-18
webdav adds disktype
Chris Lu
1
-0
/
+1
2021-02-18
webdav add replication setting
Chris Lu
1
-1
/
+2
2021-01-31
webdav: can start together with "weed server" or "weed filer"
Chris Lu
1
-3
/
+24
2021-01-12
go fmt
Chris Lu
1
-12
/
+12
2021-01-10
filer: change to saveToFilerLimit from cacheToFilerLimit
Chris Lu
1
-14
/
+14
2020-12-27
s3: add command option "allowEmptyFolder" to filer and server
Chris Lu
1
-0
/
+1
2020-12-22
filer: add -defaultStoreDir so that filer.toml can be skipped
Chris Lu
1
-6
/
+3
2020-12-07
adding /usr/local/etc/seaweedfs for bsd style config search path
Chris Lu
1
-1
/
+1
2020-12-04
filer: add option to cache small files to filer store
Chris Lu
1
-0
/
+3
2020-11-12
update dc flag desc
Konstantin Lebedev
1
-1
/
+1
2020-10-22
set desc of option
Konstantin Lebedev
1
-1
/
+1
2020-10-20
filer: support default rack
Chris Lu
1
-0
/
+3
2020-09-30
adjust help message
Chris Lu
1
-1
/
+1
2020-09-30
filer: replication follows master config if not specified
Chris Lu
1
-1
/
+1
2020-09-27
filer: able to start s3 together
Chris Lu
1
-1
/
+21
2020-09-24
adjust for metrics port
Chris Lu
1
-1
/
+3
2020-09-24
fix style
Konstantin Lebedev
1
-0
/
+1
2020-09-24
add start metrics server
Konstantin Lebedev
1
-1
/
+3
2020-09-16
Filer: ip bind
Chris Lu
1
-1
/
+1
2020-07-16
resolve directories if containing home directory
Chris Lu
1
-1
/
+1
[prev]
[next]