| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/6645 | |||||
| 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 | |
| * Ensure fuse master process wait for mounted * Validate parent PID input in fuse command | |||||
| 2025-05-22 | added context to filer_client method calls (#6808) | Aleksey Kosov | 1 | -1/+1 | |
| Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2025-03-06 | clear cache directory when mount exits (#6605) | lizhengui007 | 1 | -0/+2 | |
| Signed-off-by: lizhengui <lizhengui@virtaitech.com> Co-authored-by: lizhengui <lizhengui@virtaitech.com> | |||||
| 2025-02-07 | Nit: remove missing newlines on `weed shell` commands output. (#6524) | Lisandro Pin | 1 | -1/+1 | |
| Nit: remove missing newlines on `weed` commands output. | |||||
| 2024-12-16 | mount metacache add ttl (#6360) | zemul | 1 | -0/+1 | |
| * fix:mount deadlock * fix * feat: metaCache ttl * Update weed/command/mount.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> * fix InodeEntry --------- Co-authored-by: zemul <zhouzemiao@ihuman.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 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 | |
| * improve worm support Signed-off-by: lou <alex1988@outlook.com> * worm mode in filer Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * move to fs configure Signed-off-by: lou <alex1988@outlook.com> * remove flag Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * support worm hardlink Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * typo Signed-off-by: lou <alex1988@outlook.com> * sync filer conf Signed-off-by: lou <alex1988@outlook.com> --------- Signed-off-by: lou <alex1988@outlook.com> | |||||
| 2024-09-04 | support write once read many | chrislu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5954 | |||||
| 2024-09-04 | Revert "weed mount, weed dav add option to force cache" | chrislu | 1 | -1/+0 | |
| This reverts commit 7367b976b05bfa69158a60f205dec970c48f50f0. | |||||
| 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 | |
| Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the finder copy bug on arm64 macOS devices. | |||||
| 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 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/127 | |||||
| 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 | |
| * filer.backup use replication.source.filer * add mount log * Revert "filer.backup use replication.source.filer" This reverts commit 07bf6f956c67b19ceed0f62e7d01e8ef1fdf6454. * fix Co-authored-by: zemul <zhouzemiao@ihuman.com> | |||||
| 2022-09-30 | mount: accept all extra mount options | chrislu | 1 | -1/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3767 | |||||
| 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 | |
| related to https://github.com/seaweedfs/seaweedfs-csi-driver/issues/48 | |||||
| 2022-03-03 | mount: avoid comma in mount options | chrislu | 1 | -4/+6 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2719 | |||||
| 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 | |
| before and after: chrislu$ time dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192 8192+0 records in 8192+0 records out 1073741824 bytes transferred in 4.534068 secs (236816430 bytes/sec) dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192 0.01s user 3.86s system 84% cpu 4.561 total chrislu$ time dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192 8192+0 records in 8192+0 records out 1073741824 bytes transferred in 3.824072 secs (280784948 bytes/sec) dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192 0.01s user 3.22s system 83% cpu 3.857 total | |||||
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -1/+1 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 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 | |
| avoid possible nil wfs.Server | |||||
| 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 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2015 fix https://github.com/chrislusf/seaweedfs/issues/1531 | |||||
| 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 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1961 | |||||
| 2021-03-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-03-11 | mount: add a bit retry when connecting to filer during startup | Chris Lu | 1 | -7/+14 | |
| 2021-03-02 | support IPv6 | Chris Lu | 1 | -1/+1 | |
