| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-01-16 | Add util-check for dataLocality and use it | Ruakij | 2 | -0/+11 | |
| 2023-01-16 | Merge branch 'master' into feat_dataLocality | Ruakij | 1 | -2/+16 | |
| 2023-01-16 | Add other useful args from weed mount | Ruakij | 1 | -0/+5 | |
| 2023-01-16 | Ignore and suppress warning for explicitly handled volContext args | Ruakij | 1 | -0/+16 | |
| 2023-01-16 | Use argsMap as whitelist for merging with volContext | Ruakij | 1 | -5/+10 | |
| 2023-01-16 | Add dataLocality flag, checking and handling | Ruakij | 2 | -0/+23 | |
| 2023-01-16 | Create ignoreArgs for args we want to handle explicitly | Ruakij | 1 | -3/+15 | |
| 2023-01-12 | Ignore empty values when setting args | Ruakij | 1 | -1/+3 | |
| 2023-01-12 | Rename variable to match flag-name | Ruakij | 2 | -2/+2 | |
| 2023-01-12 | Rewrite building mount-args | Ruakij | 1 | -52/+48 | |
| Necessary to allow any keys from volContext to override keys from driver | |||||
| 2022-09-26 | Make sure we'll have no stale mount after process kill | Viktor Kuzmin | 1 | -0/+4 | |
| 2022-09-06 | Cleanup cache directories | Viktor Kuzmin | 2 | -5/+41 | |
| 2022-09-05 | Allow per pv/pvc settings for cache, concurrent writes and uid/gid maps | Viktor Kuzmin | 2 | -9/+29 | |
| 2022-09-03 | Rename Mount interface to Unmounter | Viktor Kuzmin | 3 | -30/+30 | |
| 2022-09-03 | Remove linux specific magic from fuse process start/stop. | Viktor Kuzmin | 6 | -156/+131 | |
| Use pid from cmd.Process instead of /proc lookup Use mount specific mutex Log fuse mount process stderr and stdout for problems investigation | |||||
| 2022-08-25 | update dependencies | chrislu | 1 | -1/+4 | |
| 2022-08-20 | Make sure mount point is cleaned up even if we think we're not managing it | Viktor Kuzmin | 2 | -16/+12 | |
| 2022-08-16 | fix an error to return correct result | Garen Chan | 1 | -1/+1 | |
| 2022-07-29 | move to github.com/seaweedfs/seaweedfs | chrislu | 10 | -19/+19 | |
| 2022-07-15 | Fix #70: use bind mount rather than symbolic link | garenchan | 2 | -8/+21 | |
| 2022-07-07 | Fix error to avoid zombie processes | garenchan | 2 | -6/+8 | |
| 2022-07-07 | Pods using the same volume share mount | garenchan | 4 | -82/+324 | |
| 2022-07-01 | Fix error when managing multiple volumes | garenchan | 5 | -54/+58 | |
| 2022-04-15 | fix VolumeExpansion not work | joy717 | 2 | -5/+6 | |
| 2022-04-12 | fix collectionQuotaMB=0 always | joy717 | 2 | -5/+26 | |
| 2022-04-03 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driver | chrislu | 1 | -2/+7 | |
| 2022-04-03 | support expand volume | chrislu | 5 | -18/+59 | |
| 2022-04-03 | Check for corrupted mount before unmount | Viktor Kuzmin | 1 | -1/+1 | |
| 2022-04-02 | Do not fail if path is already unmounted | Viktor Kuzmin | 1 | -2/+7 | |
| 2022-03-18 | set disk type from either volumeAttributes or request parametersv1.0.8 | chrislu | 1 | -0/+4 | |
| related to https://github.com/seaweedfs/seaweedfs-csi-driver/issues/50 | |||||
| 2022-03-18 | set disk type by volume create request parameters | chrislu | 3 | -0/+6 | |
| related to https://github.com/seaweedfs/seaweedfs-csi-driver/issues/50 | |||||
| 2022-03-18 | capacity set by the max limit byte range | chrislu | 1 | -1/+1 | |
| 2022-03-06 | support quota | chrislu | 3 | -0/+4 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/48 | |||||
| 2022-03-06 | adjust csi capability | chrislu | 1 | -1/+4 | |
| 2022-02-26 | mount: avoid logs to tmp folders | chrislu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/47 | |||||
| 2021-12-28 | upgrade to latest seaweedfs version | chrislu | 1 | -2/+2 | |
| 2021-11-10 | support multiple filers | Chris Lu | 2 | -9/+39 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/41 | |||||
| 2021-09-28 | Allow static persistent volumes, some code cleanup | Viktor Kuzmin | 5 | -27/+33 | |
| 2021-09-14 | sync with seaweedfs | Chris Lu | 1 | -8/+3 | |
| 2021-08-20 | map uid and gid via explicit CLI | Chris Lu | 2 | -0/+11 | |
| 2021-06-28 | update go mod | Chris Lu | 1 | -0/+4 | |
| 2021-06-25 | load the security.toml file | Chris Lu | 1 | -0/+2 | |
| fix https://github.com/chrislusf/seaweedfs/discussions/2132 | |||||
| 2021-04-11 | support configurable cache directory | Chris Lu | 2 | -0/+4 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/20 | |||||
| 2021-04-11 | support configurable cache size | Chris Lu | 2 | -0/+2 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/20 | |||||
| 2021-01-27 | Match variable names to Context instead of Parameters | Daniel Santos | 3 | -12/+12 | |
| 2021-01-20 | Use VolumeContext | Daniel Santos | 1 | -3/+1 | |
| 2021-01-20 | Troubleshooting | Daniel Santos | 1 | -0/+2 | |
| 2021-01-20 | Use PublishContext instead | Daniel Santos | 2 | -2/+2 | |
| 2021-01-20 | Add mount arguments as CSI volume parameters | Daniel Santos | 3 | -10/+25 | |
| 2021-01-12 | adjust print out | Chris Lu | 1 | -1/+1 | |
