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
/
filer
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-15
fix locating data chunks
Chris Lu
1
-2
/
+17
2021-08-15
ensure no writes to remote storage if content is not changed
Chris Lu
1
-3
/
+7
2021-08-15
adjust log format
Chris Lu
1
-0
/
+39
2021-08-15
retry forever with filer.remote.sync, and some refactoring
Chris Lu
1
-0
/
+30
2021-08-15
readerAt need to use the right offset
Chris Lu
1
-1
/
+2
2021-08-15
shell: add "remote.meta.sync"
Chris Lu
1
-1
/
+5
2021-08-13
fix
Chris Lu
1
-1
/
+1
2021-08-13
adjust retry logic in case some data is partially written
Chris Lu
1
-6
/
+13
2021-08-13
adjust the retry logic
Chris Lu
1
-1
/
+2
2021-08-13
filer: stream read from volume server, reduce memory usage
Chris Lu
2
-8
/
+37
2021-08-12
use grpc and jwt
Chris Lu
1
-6
/
+6
2021-08-11
avoid integer overflow
Chris Lu
1
-1
/
+3
2021-08-10
ensure using local quorum consistency
Chris Lu
1
-1
/
+1
2021-08-09
shell: remote.cache remote.uncache
Chris Lu
2
-7
/
+40
2021-08-08
go fmt
Chris Lu
3
-4
/
+2
2021-08-08
shell: add filer.remote.unmount
Chris Lu
1
-0
/
+17
2021-08-08
filer.remote.sync can work now
Chris Lu
2
-13
/
+20
2021-08-07
Merge branch 'master' into add_remote_storage
Chris Lu
1
-34
/
+65
2021-08-07
ChunkStreamReader implenents io.ReaderAt
Chris Lu
1
-0
/
+9
2021-08-07
refactoring
Chris Lu
1
-36
/
+50
2021-08-07
refactor
Chris Lu
1
-7
/
+15
2021-08-06
Merge branch 'master' into add_remote_storage
Chris Lu
1
-1
/
+1
2021-08-06
Change default permissions
byunghwa.yun
1
-1
/
+1
2021-08-04
refactor client subscribe metadata
Chris Lu
1
-1
/
+40
2021-08-04
fix tests
Chris Lu
2
-7
/
+10
2021-08-01
Merge branch 'master' into add_remote_storage
Chris Lu
2
-2
/
+10
2021-08-01
s3: skip hidden directories in /buckets folder
Chris Lu
2
-2
/
+10
2021-07-31
rename
Chris Lu
1
-1
/
+1
2021-07-31
read <- remote_storage
Chris Lu
2
-17
/
+19
2021-07-29
remote storage location changed to struct
Chris Lu
3
-15
/
+26
2021-07-28
add ReadRemote(), add read remote setup when filer starts
Chris Lu
5
-8
/
+69
2021-07-27
remote.mount saves the mapping
Chris Lu
1
-6
/
+28
2021-07-27
directory to remote storage mapping
Chris Lu
2
-12
/
+94
2021-07-26
remote.mount
Chris Lu
2
-3
/
+50
2021-07-25
Fix mysql sql for batch delete
byunghwa.yun
1
-1
/
+1
2021-07-22
Merge pull request #2211 from qieqieplus/filer-bloom-filter
Chris Lu
3
-7
/
+22
2021-07-23
add bloom filter for filer leveldb/rocksdb
qieqieplus
3
-7
/
+22
2021-07-22
filer: fix mysql, postgres batch delete error
Chris Lu
17
-35
/
+26
2021-07-21
go fmt
Chris Lu
1
-7
/
+7
2021-07-21
configure and store remote configurations
Chris Lu
1
-6
/
+7
2021-07-20
Merge pull request #2204 from nivekuil/tokenpolicy
Chris Lu
1
-1
/
+1
2021-07-20
cassandra: use LocalQuorum for all queries
nivekuil
1
-1
/
+1
2021-07-19
Merge branch 'remote_overlay'
Chris Lu
3
-10
/
+15
2021-07-19
optimization: improve random range query for large files
origin/remote_overlay
Chris Lu
3
-10
/
+15
2021-07-19
Update filechunk_manifest.go
Chris Lu
1
-1
/
+1
2021-07-19
add remote to filer.Entry and filer_pb entry, add RemoteConf
Chris Lu
2
-45
/
+38
2021-07-16
cassandra: Use LocalOne instead of One consistency
nivekuil
1
-1
/
+1
2021-07-09
rename
Chris Lu
2
-2
/
+3
2021-07-09
s3 config read via grpc
Chris Lu
1
-45
/
+8
2021-07-02
Merge pull request #2179 from nivekuil/tokenpolicy
Chris Lu
1
-1
/
+8
[next]