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
/
mount
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
Fix Issue #5649 (#5652)
Gaspare Iengo
3
-6
/
+29
2024-05-20
go fmt
chrislu
2
-2
/
+2
2024-04-11
log possible racing condition
chrislu
2
-12
/
+12
2024-03-27
lock instead of RLock, to prevent racing condition
chrislu
1
-2
/
+2
2024-03-22
[mount] fix GetAttr blocks count (#5409)
wusong
1
-1
/
+1
2023-11-17
Waiting for writes to complete with acquired locks may lead to deadlock, fixe...
Viktor Kuzmin
1
-2
/
+5
2023-11-01
skip if path changed
chrislu
1
-1
/
+4
2023-10-13
disconnect from old subscribers
chrislu
1
-3
/
+2
2023-10-01
RetryForever => RetryUntil
chrislu
1
-1
/
+1
2023-09-23
read source uses shared lock
chrislu
1
-1
/
+1
2023-09-21
mount switch to ordered lock requests
chrislu
7
-15
/
+23
2023-09-18
Revert "Revert "Merge branch 'master' into sub""
chrislu
1
-3
/
+4
2023-09-18
Revert "Merge branch 'master' into sub"
chrislu
1
-4
/
+3
2023-09-14
avoid passe lock by value
wang wusong
1
-3
/
+4
2023-08-16
re-ordering
chrislu
1
-1
/
+1
2023-08-16
renaming
chrislu
2
-19
/
+19
2023-08-16
add separate cache directory for write buffers
chrislu
1
-1
/
+4
2023-07-17
Fix large file chunks deleted by mistake (#4678)
wusong
1
-2
/
+8
2023-07-11
Fix data loss: add lock for metacache (#4664)
wusong
1
-18
/
+19
2023-07-03
Fix buff use (#4628)
wusong
1
-2
/
+2
2023-04-23
[mount]Fix copy file range (#4407)
zemul
1
-6
/
+2
2023-04-15
update fuse client log which should output the fh of FileHandle. (#4404)
Chengyu Liu
2
-3
/
+2
2023-04-13
Mount concurrent read (#4400)
zemul
5
-12
/
+15
2023-03-21
refactoring
chrislu
1
-1
/
+13
2023-03-15
Skip parent directory creation in mount (#4310)
Patrick Schmidt
3
-14
/
+23
2023-02-15
[mount] Fix read file-data in entry.content (#4207)
wusong
1
-1
/
+1
2023-01-31
memchunk save content twice (#4174)
wusong
1
-7
/
+3
2023-01-31
[mount]: delete redundant code (#4173)
wusong
1
-3
/
+3
2023-01-29
[mount] fix metacache update (#4161)
wusong
1
-2
/
+6
2023-01-20
grpc connection to filer add sw-client-id header
chrislu
1
-1
/
+1
2023-01-16
use one readerCache for the whole file
chrislu
1
-1
/
+4
2023-01-15
use memory chunks only for sequential writes
chrislu
1
-1
/
+2
2023-01-13
allow random writes for mem chunk
chrislu
1
-2
/
+1
2023-01-12
merge chunks during upload (#4130)
Chris Lu
2
-3
/
+26
2023-01-10
no need to set chunks during flush
chrislu
1
-2
/
+0
2023-01-10
avoid repeatedly adding manifest chunks
chrislu
1
-1
/
+2
2023-01-10
avoid possible nil entry
chrislu
1
-5
/
+5
2023-01-03
add back previous chunk upload selection algo
chrislu
4
-5
/
+35
2023-01-02
more solid weed mount (#4089)
Chris Lu
21
-314
/
+413
2022-12-21
lock and unlock chunks for read
chrislu
1
-0
/
+4
2022-12-21
remove duplicated logic of removing from writableChunks
chrislu
1
-3
/
+1
2022-12-20
unlock before submitting the uploading jobs
chrislu
1
-1
/
+5
2022-12-19
mount: adjust locking for upload pipeline
chrislu
2
-39
/
+31
2022-12-08
Fix hardlink counting (#4042)
wusong
1
-1
/
+3
2022-12-05
simple refactoring
chrislu
1
-7
/
+3
2022-12-05
duplicated logic
chrislu
1
-1
/
+0
2022-12-05
Revert "refactor: moved to locked entry" (#4035)
Chris Lu
7
-7
/
+34
2022-12-04
refactor: moved to locked entry
chrislu
13
-62
/
+74
2022-11-15
refactor filer_pb.Entry and filer.Entry to use GetChunks()
chrislu
6
-11
/
+11
2022-10-28
refactor filer proto chunk variable from mtime to modified_ts_ns
chrislu
2
-3
/
+3
[next]