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
2022-09-11
3.27
3.27
chrislu
2
-3
/
+3
2022-09-11
mount: ensure ordered file handle lock and unlock
chrislu
6
-19
/
+26
2022-09-11
volume server: synchronously report volume readonly status to master
chrislu
4
-204
/
+568
2022-09-11
rename variables
chrislu
2
-8
/
+8
2022-09-10
refactor
chrislu
1
-3
/
+4
2022-09-10
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
3
-15
/
+126
2022-09-10
Revert "a new test case"
chrislu
1
-3303
/
+804
2022-09-10
ADHOC: Volume fsck use a time cutoff param (#3626)
Eric Yang
3
-15
/
+126
2022-09-10
simplify a bit
chrislu
2
-5
/
+4
2022-09-10
[sync] override amz storage class, None to delete (#3639)
Konstantin Lebedev
3
-1
/
+9
2022-09-10
avoid dead lock
chrislu
3
-3
/
+3
2022-09-10
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
1
-2
/
+4
2022-09-10
replace PR https://github.com/seaweedfs/seaweedfs/pull/3621
chrislu
3
-3
/
+9
2022-09-10
Add option in volume.fix.replication to only fix under-replication and not de...
Brian
1
-2
/
+4
2022-09-09
skip directories under ".uploads" directory
chrislu
1
-1
/
+7
2022-09-09
volume.balance: default to balance ALL_COLLECTIONS
chrislu
1
-1
/
+1
2022-09-09
arangodb s3 bucket name compatibility (#3588)
gfx
3
-7
/
+58
2022-09-09
mount: fix new inode allocation (#3633)
VictorSFF
1
-1
/
+1
2022-09-08
simplify a bit (#3631)
famosss
1
-0
/
+1
2022-09-08
simplify a bit
chrislu
1
-5
/
+1
2022-09-08
reduce v.dataFileAccessLock lock scope
chrislu
1
-9
/
+24
2022-09-08
adjust variable names
chrislu
1
-7
/
+4
2022-09-08
refactor: move ReadNeedleDataInto into volume_read.go
chrislu
3
-114
/
+31
2022-09-08
purge tcp implementation
chrislu
4
-270
/
+0
2022-09-08
a new test case
chrislu
1
-804
/
+3303
2022-09-08
volume.balance: avoid moving out volume with max=1
chrislu
1
-1
/
+32
2022-09-08
unused
chrislu
1
-6
/
+0
2022-09-08
rename
chrislu
2
-1
/
+1
2022-09-07
refactor https://github.com/seaweedfs/seaweedfs/pull/3616 (#3625)
Konstantin Lebedev
1
-106
/
+106
2022-09-07
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
chrislu
1
-1
/
+5
2022-09-07
return err for processRangeRequest()
chrislu
2
-14
/
+14
2022-09-07
fix:Sometimes a nil pointer exception is thrown (#3618)
famosss
1
-1
/
+5
2022-09-07
avoid data race on currentDiskUsage.maxVolumeCount (#3592)
Konstantin Lebedev
1
-2
/
+4
2022-09-07
avoid data race on calc freeVolumeSlotCount (#3594)
Konstantin Lebedev
1
-3
/
+5
2022-09-07
fix: volume heartbeat processing error (#3616)
famosss
1
-90
/
+92
2022-09-06
fix: volume Deadlock when exception is thrown (#3613)
famosss
1
-0
/
+2
2022-09-06
ADHOC: add read needle meta grpc (#3581)
Eric Yang
23
-1110
/
+1536
2022-09-06
3.26
3.26
chrislu
2
-3
/
+3
2022-09-06
avoid SIGSEGV on localFilerSocket (#3609)
Konstantin Lebedev
1
-2
/
+5
2022-09-06
more log detail for upload err and deleting (#3577)
Konstantin Lebedev
2
-5
/
+4
2022-09-06
[filer] masterClient updates volume adjust log level (#3610)
Konstantin Lebedev
1
-5
/
+8
2022-09-05
fix bug due to data racing on VidMap (#3606)
LHHDZ
3
-6
/
+48
2022-09-05
Bump github.com/rabbitmq/amqp091-go from 1.3.4 to 1.4.0 (#3605)
dependabot[bot]
2
-2
/
+3
2022-09-05
Bump github.com/aws/aws-sdk-go from 1.44.76 to 1.44.91 (#3604)
dependabot[bot]
2
-3
/
+3
2022-09-05
Bump hadoop-common from 2.10.1 to 3.2.3 in /other/java/hdfs2 (#2909)
dependabot[bot]
1
-1
/
+1
2022-09-05
Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#3603)
dependabot[bot]
2
-3
/
+3
2022-09-05
Bump github.com/google/flatbuffers from 2.0.6+incompatible to 2.0.8+incompati...
dependabot[bot]
2
-3
/
+3
2022-09-05
Bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.37.1 to 3.37.4 (#3601)
dependabot[bot]
2
-3
/
+3
2022-09-05
Bump cloud.google.com/go/storage from 1.25.0 to 1.26.0 (#3600)
dependabot[bot]
2
-3
/
+3
2022-09-05
Bump google.golang.org/api from 0.93.0 to 0.94.0 (#3599)
dependabot[bot]
2
-10
/
+7
[next]