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
/
command
/
mount_std.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-29
mount: improve read throughput with parallel chunk fetching (#7569)
Chris Lu
1
-0
/
+1
2025-08-17
Adding RDMA rust sidecar (#7140)
Chris Lu
1
-0
/
+7
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-1
/
+1
2025-06-12
mount: complete fix for freebsd
chrislu
1
-3
/
+4
2025-06-03
change version directory
chrislu
1
-1
/
+2
2025-05-23
Make fuse command linux/MacOS only (#6811)
Weihao Jiang
1
-1
/
+1
2025-05-22
Ensure `weed fuse` master process exits after mounted (#6809)
Weihao Jiang
1
-0
/
+10
2025-05-22
added context to filer_client method calls (#6808)
Aleksey Kosov
1
-1
/
+1
2025-03-06
clear cache directory when mount exits (#6605)
lizhengui007
1
-0
/
+2
2025-02-07
Nit: remove missing newlines on `weed shell` commands output. (#6524)
Lisandro Pin
1
-1
/
+1
2024-12-16
mount metacache add ttl (#6360)
zemul
1
-0
/
+1
2024-11-07
remove the direct_io flag, as it is not well-supported on macOS
chrislu
1
-0
/
+1
2024-09-16
improve worm support (#5983)
Guang Jiong Lou
1
-10
/
+14
2024-09-04
support write once read many
chrislu
1
-0
/
+1
2024-09-04
Revert "weed mount, weed dav add option to force cache"
chrislu
1
-1
/
+0
2024-09-04
weed mount, weed dav add option to force cache
chrislu
1
-0
/
+1
2024-09-04
default cacheDirWrite to cacheDir
chrislu
1
-1
/
+6
2024-07-16
Added loadSecurityConfigOnce (#5792)
vadimartynov
1
-1
/
+1
2024-02-29
Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the fin… (#5351)
Sean Ross
1
-1
/
+3
2023-08-16
renaming
chrislu
1
-3
/
+3
2023-08-16
add separate cache directory for write buffers
chrislu
1
-0
/
+1
2023-07-07
mount: create mount root on filer
chrislu
1
-0
/
+8
2023-03-25
weed mount default EnableACL,Support chmod chown (#4335)
renweijun
1
-1
/
+1
2023-01-03
add mount log (#4101)
zemul
1
-1
/
+2
2022-09-30
mount: accept all extra mount options
chrislu
1
-1
/
+1
2022-09-14
refactor(socket mount): Update socket mount pattern to `/tmp/seaweedf… (#3662)
Ryan Russell
1
-1
/
+1
2022-08-31
add more logs
chrislu
1
-1
/
+1
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-11
/
+11
2022-06-06
add disableXAttr in mount option
ningfd
1
-1
/
+2
2022-04-07
mount: remove leftover socket file
chrislu
1
-3
/
+3
2022-04-02
mount: add grpc method to adjust quota
chrislu
1
-0
/
+24
2022-03-06
mount: quota for one mounted collection
chrislu
1
-0
/
+1
2022-03-03
mount: avoid comma in mount options
chrislu
1
-4
/
+6
2022-02-27
remove dead code
chrislu
1
-0
/
+236
2022-02-27
retire mount v1
chrislu
1
-261
/
+0
2022-01-17
working
chrislu
1
-0
/
+5
2022-01-11
Update mount_std.go
chrislu
1
-0
/
+1
2021-12-28
mount: remove limits on number of parallel requests
chrislu
1
-3
/
+3
2021-12-28
fuse: change to direct io mode
chrislu
1
-1
/
+1
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-1
/
+1
2021-09-12
change server address from string to a type
Chris Lu
1
-13
/
+7
2021-09-01
go fmt
Chris Lu
1
-0
/
+1
2021-06-06
mount: adjust starting order
Chris Lu
1
-0
/
+1
2021-06-02
Return artificial . and .. directories
Patrick Schmidt
1
-2
/
+27
2021-05-21
FUSE mount: support multiple filers
Chris Lu
1
-10
/
+10
2021-04-18
cleaner way to set readonly
Chris Lu
1
-1
/
+3
2021-04-16
remove unused variable
Chris Lu
1
-1
/
+0
2021-04-07
remove mac specific mount options
Chris Lu
1
-2
/
+0
2021-04-04
mount: add readOnly option
Chris Lu
1
-0
/
+1
2021-03-14
go fmt
Chris Lu
1
-1
/
+1
[next]