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
2022-06-07
fix: sequence read rate is slow when use filer.ChunkReadAt.ReadAt #3074
chrislu
1
-2
/
+4
2022-06-06
filer: remove replication, collection, disk_type info from entry metadata
chrislu
6
-134
/
+12
2022-06-02
fix filer.sync missing source srv uploaded files to target when target down
creeew
1
-1
/
+1
2022-05-30
fresh filer store bootstrap from the oldest peer
chrislu
3
-25
/
+44
2022-05-30
refactor
chrislu
1
-2
/
+2
2022-05-30
collect cluster node start time
chrislu
1
-4
/
+5
2022-05-30
stop when on disk log is done
chrislu
1
-5
/
+5
2022-05-30
subscribe metadata between a range
chrislu
1
-5
/
+25
2022-05-29
reset sync offset if peer filer resets
chrislu
1
-39
/
+53
2022-05-25
fix: Minor spelling fixes on FilerStorePathTranslator.
Kaiwalya Joshi
2
-26
/
+26
2022-05-23
fix reading files larger than 20GB due to manifest resolving bug
chrislu
1
-1
/
+1
2022-05-23
fix reading files larger than 20GB due to manifest resolving bug
chrislu
1
-2
/
+2
2022-05-12
refactor
Konstantin Lebedev
2
-13
/
+22
2022-05-11
fixes from comments
Konstantin Lebedev
4
-60
/
+64
2022-05-11
adjust log level
chrislu
1
-1
/
+1
2022-05-10
remove deprecated function
chrislu
1
-4
/
+1
2022-05-10
remove deprecated function
chrislu
1
-4
/
+2
2022-05-06
how to setup local test env
chrislu
1
-1
/
+3
2022-05-06
add comments
chrislu
1
-1
/
+1
2022-05-06
larger test range
chrislu
1
-24
/
+11
2022-05-06
a bit optimization
chrislu
1
-1
/
+1
2022-05-06
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
chrislu
21
-18
/
+683
2022-05-06
filer: etcd fix pagination
chrislu
3
-1
/
+83
2022-05-05
ydb add empty doc file
Konstantin Lebedev
2
-0
/
+12
2022-05-03
build tag ydb since the growth of the binary is 5 mb
Konstantin Lebedev
3
-0
/
+9
2022-05-03
add options to scaffold
Konstantin Lebedev
2
-6
/
+7
2022-05-03
refactor
Konstantin Lebedev
4
-43
/
+87
2022-05-03
add support native ttl
Konstantin Lebedev
4
-8
/
+24
2022-05-03
enable query cache policy instead of prepare
Konstantin Lebedev
3
-31
/
+21
2022-05-03
fix scanNamed
Konstantin Lebedev
4
-51
/
+53
2022-05-03
Merge branch 'new_master' into ydb
Konstantin Lebedev
4
-10
/
+11
2022-05-03
fix queries
Konstantin Lebedev
4
-17
/
+17
2022-05-02
fix createDB
Konstantin Lebedev
3
-35
/
+24
2022-05-02
ydb do Tx or DB
Konstantin Lebedev
2
-57
/
+59
2022-05-02
ydb BucketAware interface
Konstantin Lebedev
4
-39
/
+136
2022-05-01
filer: add filer group
chrislu
4
-10
/
+11
2022-05-02
ydb-go-sdk move to v3
Konstantin Lebedev
5
-374
/
+212
2022-05-01
refactor use const CountEntryChunksForGzip
Konstantin Lebedev
17
-36
/
+55
2022-05-01
ydb kv interface
Konstantin Lebedev
3
-19
/
+76
2022-05-01
ydb Sql interface
Konstantin Lebedev
2
-65
/
+163
2022-05-01
ydb initial
Konstantin Lebedev
4
-0
/
+491
2022-04-21
conditionally compile sqlite
chrislu
3
-3
/
+13
2022-04-21
conditionally build elastic, gocdk to reduce binary size
chrislu
3
-0
/
+15
2022-04-20
fix build
chrislu
1
-4
/
+4
2022-04-20
Merge branch 'master' into a
a
5
-34
/
+30
2022-04-18
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
justin
5
-34
/
+30
2022-04-06
Merge branch 'master' into a
eddy-gfx
1
-0
/
+3
2022-04-05
prevent nil
chrislu
1
-0
/
+3
2022-04-01
change user and pass to username and password
a
1
-2
/
+2
2022-03-28
diff
a
4
-5
/
+9
[next]