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
10 days
mount: add periodic metadata sync to protect chunks from orphan cleanup (#7700)
Chris Lu
2
-0
/
+173
10 days
mount: improve EnsureVisited performance with dedup, parallelism, and batchin...
Chris Lu
3
-33
/
+96
11 days
mount: improve NFS directory listing (#7696)
Chris Lu
1
-29
/
+24
11 days
fix nfs list with prefix batch scan (#7694)
Bruce Zou
1
-30
/
+69
11 days
mount: fix weed inode nlookup do not equel kernel inode nlookup (#7682)
Chen Pu
2
-18
/
+28
12 days
mount: add mutex to DirectoryHandle to fix race condition (#7674)
Chris Lu
1
-18
/
+32
2025-11-29
mount: improve read throughput with parallel chunk fetching (#7569)
Chris Lu
2
-1
/
+2
2025-11-25
Add error list each entry func (#7485)
tam-i13
2
-10
/
+11
2025-11-20
S3: adds FilerClient to use cached volume id (#7518)
Chris Lu
1
-1
/
+26
2025-10-08
Migrate from deprecated azure-storage-blob-go to modern Azure SDK (#7310)
Chris Lu
1
-4
/
+4
2025-09-30
fix leaking goroutines (#7291)
Chris Lu
2
-3
/
+6
2025-09-30
FUSE Mount: resolve memory leak in Read method goroutine (#7270) (#7282)
Jaehoon Kim
1
-0
/
+4
2025-09-09
Message Queue: Add sql querying (#7185)
Chris Lu
1
-0
/
+4
2025-08-30
S3 API: Advanced IAM System (#7160)
Chris Lu
1
-2
/
+2
2025-08-23
weed/mount: refactor to use atomic type (#7157)
cui
1
-19
/
+19
2025-08-17
Adding RDMA rust sidecar (#7140)
Chris Lu
4
-1
/
+538
2025-08-06
Context cancellation during reading range reading large files (#7093)
Chris Lu
4
-8
/
+52
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-1
/
+1
2025-06-13
FUSE Mount: Fix buffer allocation during copy (#6863)
Gerry Hernandez
2
-33
/
+94
2025-06-12
mount: complete fix for freebsd
chrislu
3
-0
/
+38
2025-06-03
change version directory
chrislu
1
-1
/
+2
2025-05-28
Add context with request (#6824)
Aleksey Kosov
2
-2
/
+2
2025-05-22
added context to filer_client method calls (#6808)
Aleksey Kosov
7
-10
/
+10
2025-03-31
skip logs
chrislu
1
-1
/
+1
2025-03-29
errors when reading uncached files from cloud drive (#6674)
Chris Lu
1
-1
/
+1
2025-03-19
Fixes files with TTL can not be read in a mounted folder (#6646)
jang1lee
1
-1
/
+1
2025-03-19
deal with handle not found when flushing
chrislu
1
-1
/
+3
2025-03-19
refactor
chrislu
1
-13
/
+18
2025-03-12
Fixes files with TTL are not listed in a mounted folder. (#6621)
jang1lee
1
-1
/
+1
2025-03-06
clear cache directory when mount exits (#6605)
lizhengui007
1
-0
/
+6
2024-12-31
worm grace period and retention time support (#6404)
Guang Jiong Lou
6
-22
/
+59
2024-12-16
mount metacache add ttl (#6360)
zemul
2
-16
/
+27
2024-11-21
ReadAt may return io.EOF t end of file
chrislu
1
-1
/
+5
2024-11-07
remove the direct_io flag, as it is not well-supported on macOS
chrislu
2
-0
/
+10
2024-11-07
adjust logs
chrislu
1
-1
/
+1
2024-11-06
add debug info
chrislu
1
-0
/
+1
2024-11-05
a bit optimization
chrislu
1
-0
/
+2
2024-10-22
stop renaming worm files (#6154)
Guang Jiong Lou
1
-3
/
+11
2024-10-09
avoid nil
chrislu
1
-11
/
+13
2024-10-06
use only one metadata follow process
chrislu
3
-49
/
+46
2024-10-01
skip error if conf file is not created
chrislu
1
-1
/
+6
2024-09-17
fix nil filer conf
chrislu
1
-0
/
+3
2024-09-16
improve worm support (#5983)
Guang Jiong Lou
7
-17
/
+147
2024-09-16
fix invalid file read (#6024)
Guang Jiong Lou
1
-1
/
+4
2024-09-12
refactor
chrislu
7
-29
/
+30
2024-09-04
support write once read many
chrislu
3
-2
/
+12
2024-09-04
Revert "weed mount, weed dav add option to force cache"
chrislu
1
-2
/
+1
2024-09-04
weed mount, weed dav add option to force cache
chrislu
1
-1
/
+2
2024-08-08
fuse mount handles ttl entries
chrislu
1
-0
/
+7
2024-08-07
simplify
chrislu
2
-8
/
+2
[next]