| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -2/+2 | |
| 2021-02-13 | disk type can be generic tags | Chris Lu | 1 | -5/+1 | |
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -27/+32 | |
| 2021-01-28 | go fmt | Chris Lu | 1 | -10/+10 | |
| 2021-01-28 | mount: change option name to volumeServerAccess, with publicUrl and ↵ | Chris Lu | 1 | -13/+13 | |
| filerProxy modes | |||||
| 2021-01-27 | match upstream | Daniel Santos | 1 | -1/+3 | |
| 2021-01-26 | Fix log message with correct mode | Daniel Santos | 1 | -1/+1 | |
| 2021-01-26 | Fix var assignment | Daniel Santos | 1 | -1/+1 | |
| 2021-01-26 | Enforce umask correctly | Daniel Santos | 1 | -4/+2 | |
| 2021-01-26 | mount: properly invalidate kernel node cache entry | Chris Lu | 1 | -1/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1752 | |||||
