| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-23 | Make fuse command linux/MacOS only (#6811) | Weihao Jiang | 1 | -260/+0 | |
| 2025-05-22 | Update fuse.go | chrislu | 1 | -1/+1 | |
| Changed the signal from SIGUSR1 to SIGTERM. This should fix the compilation error since SIGTERM is available on all Unix-like systems including macOS. The functionality remains similar - it will still allow the master process to wait for a signal before exiting, just using a different signal type. | |||||
| 2025-05-22 | fix error format | chrislu | 1 | -2/+2 | |
| 2025-05-22 | Ensure `weed fuse` master process exits after mounted (#6809) | Weihao Jiang | 1 | -2/+21 | |
| * Ensure fuse master process wait for mounted * Validate parent PID input in fuse command | |||||
| 2023-08-16 | renaming | chrislu | 1 | -3/+3 | |
| 2023-08-16 | add separate cache directory for write buffers | chrislu | 1 | -0/+2 | |
| 2022-10-08 | Fix `mount -t weed` with extra options (#3807) | BakerBunker | 1 | -1/+4 | |
| fuse: Ignore "-o" command | |||||
| 2022-09-30 | better fix for option format | chrislu | 1 | -1/+5 | |
| 2022-09-30 | mount: fix extra option format | chrislu | 1 | -1/+1 | |
| 2022-09-30 | mount: accept all extra mount options | chrislu | 1 | -0/+2 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3767 | |||||
| 2021-07-21 | Fix error handling | byunghwa.yun | 1 | -10/+10 | |
| 2021-07-02 | locate the weed binary | Chris Lu | 1 | -1/+5 | |
| 2021-07-02 | fix weed fuse parameters parsing | danielflira | 1 | -2/+2 | |
| 2021-07-01 | go fmt | Chris Lu | 1 | -14/+14 | |
| 2021-07-01 | configurable fusermount path | danielflira | 1 | -0/+13 | |
| 2021-06-26 | Fix: Loosing environment variables at StartProcess | thephoenixofthevoid | 1 | -6/+3 | |
| 2021-06-20 | start weed with mount in background | danielflira | 1 | -0/+24 | |
| 2021-05-29 | fix parameter multiple values | danielflira | 1 | -110/+167 | |
| 2021-05-26 | replace filer.remote and parts[1] | danielflira | 1 | -39/+41 | |
| 2021-05-25 | create fuse subcommand to use weed with mount | danielflira | 1 | -0/+163 | |
