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
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-0
/
+25
2022-03-06
mount: quota for one mounted collection
chrislu
2
-0
/
+3
2022-03-03
mount: avoid comma in mount options
chrislu
1
-4
/
+6
2022-02-27
minor
chrislu
1
-1
/
+1
2022-02-27
remove dead code
chrislu
5
-15
/
+1
2022-02-27
retire mount v1
chrislu
7
-416
/
+43
2022-02-27
use debug option to see operations
chrislu
1
-2
/
+2
2022-02-27
mount2: add back readonly mode
chrislu
1
-4
/
+27
2022-02-25
fix mount2 options
chrislu
1
-7
/
+7
2022-02-25
refactoring
chrislu
5
-22
/
+19
2022-02-23
initialize master address in iam options
Tuan Vuong
1
-0
/
+1
2022-02-15
FilerStore: add redis_lua
banjiaojuhao
1
-0
/
+34
2022-02-15
mount2 add debug mode
chrislu
1
-1
/
+1
2022-02-14
mount: default disable cache
chrislu
5
-5
/
+5
2022-02-14
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
3
-4
/
+19
2022-02-14
fix building for windows freebsd
chrislu
2
-2
/
+5
2022-02-14
Merge pull request #2661 from garenchan/ck-dev1
Chris Lu
2
-2
/
+17
2022-02-14
StopTimeout 30 sec
Konstantin Lebedev
1
-1
/
+1
2022-02-14
reduce to default http server KillTimeout and StopTimeout
Konstantin Lebedev
1
-2
/
+2
2022-02-14
[UPDATE] Make heartbeat interval and election timeout of masters configurable.
garenchan
2
-2
/
+17
2022-02-14
skip other OS
chrislu
1
-0
/
+15
2022-02-14
clean up
chrislu
1
-1
/
+1
2022-02-14
listen for metadata updates
chrislu
1
-1
/
+3
2022-02-11
change to use fuse file system
chrislu
1
-37
/
+22
2022-02-11
to be re-written following fuse virtual file system
chrislu
1
-1
/
+1
2022-02-10
mount with name
chrislu
1
-5
/
+168
2022-02-10
clean up previously mounted folder
chrislu
1
-0
/
+7
2022-02-10
initial setup
chrislu
3
-0
/
+137
2022-02-07
filer read empty file may cause OOM in some cases
chrislu
1
-2
/
+1
2022-02-04
change to util.WriteFile
chrislu
1
-2
/
+2
2022-01-30
edge case: old entry was not replicated to remote storage
chrislu
1
-1
/
+1
2022-01-20
Merge pull request #2602 from kmlebedev/master_metrics
Chris Lu
1
-0
/
+4
2022-01-19
url should be always using forward slash
chrislu
1
-1
/
+1
2022-01-19
master metricsHttpPort
Konstantin Lebedev
1
-0
/
+4
2022-01-18
add gocql timeout setting
guol-fnst
1
-0
/
+2
2022-01-17
working
chrislu
2
-0
/
+9
2022-01-15
add filer to iam option
chrislu
1
-0
/
+1
2022-01-13
weed server: optionally start IAM service
chrislu
1
-4
/
+13
2022-01-13
add more help messages
chrislu
2
-2
/
+2
2022-01-12
master: remove hard coded filer settings in master.toml
chrislu
1
-3
/
+0
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
Update mount_std.go
chrislu
1
-0
/
+1
2022-01-11
Merge pull request #2575 from Radtoo/fix_paths2
Chris Lu
1
-48
/
+51
2022-01-10
fix logging
chrislu
1
-1
/
+4
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
support fixing a collection of volumes, or volumes under one directory
chrislu
1
-9
/
+47
2022-01-02
Merge branch 'master' into metadata_follow_with_client_id
Chris Lu
1
-4
/
+26
[next]