index
:
seaweedfs-csi-driver/.git
master
origin/HEAD
origin/feat/mount-service-separation
origin/fix-filer-pb-api-signatures
origin/fix-helm-release-approval
origin/fix-mount-service-default
origin/fix/csi-driver-self-healing
origin/gh-pages
origin/logrus
origin/master
origin/pr/205
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
/
pkg
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
fix: remove redundant unmount call in Unmount function
chrislusf
1
-6
/
+3
14 days
fix: improve Unmount transactionality and add contextual logging
chrislusf
1
-6
/
+35
14 days
fix: address gemini review - permissions and process stop
chrislusf
1
-4
/
+4
14 days
fix: address gemini review - OnDelete strategy and log invalid endpoint
chrislusf
1
-1
/
+3
14 days
fix: address gemini-code-assist review comments
chrislusf
1
-2
/
+5
14 days
fix: address PR review comments
chrislusf
2
-10
/
+11
14 days
fix: improve ensureTargetClean to be non-recursive and always ensure director...
chrislusf
1
-10
/
+12
14 days
fix: address code review feedback
chrislusf
6
-16
/
+40
14 days
fix: use kubeMounter instead of mountutil in manager.go
chrislusf
1
-2
/
+2
14 days
feat: add log
泽淼 周
1
-15
/
+4
14 days
fix: Zombie process
泽淼 周
1
-4
/
+6
14 days
Optimization: Reduce unnecessary logic of seaweedfs-mount
泽淼 周
6
-250
/
+168
14 days
feat: Separated weed mount lifecycle into a dedicated service and rewired the...
泽淼 周
11
-318
/
+776
2025-12-03
fix: use RemoveAll for more robust staging path cleanup
v1.3.5
chrislusf
1
-1
/
+2
2025-12-03
fix: cleanup volume mutex on self-healing failure in NodePublishVolume
chrislusf
1
-0
/
+2
2025-12-03
fix: cleanup staged mount on quota application failure
chrislusf
1
-0
/
+4
2025-12-03
fix: propagate errors instead of just logging warnings
chrislusf
2
-3
/
+6
2025-12-03
fix: preserve healthy mounts in NodeStageVolume instead of re-staging
chrislusf
1
-13
/
+13
2025-12-03
fix: add nil checks for AccessMode to prevent panic
chrislusf
1
-2
/
+10
2025-12-03
refactor: address code review feedback
chrislusf
3
-59
/
+43
2025-12-03
fix: add self-healing for volume mount failures after driver restart
chrislusf
3
-7
/
+205
2025-10-23
fix error message
v1.3.2
chrislusf
1
-2
/
+2
2025-10-23
Fix filer_pb API signatures to include context parameter
chrislusf
1
-3
/
+3
2025-05-04
Use only lowercase letters in the volume ID to avoid case matching issues
Aaron Madsen
1
-0
/
+2
2025-05-04
Make sure the volume ID is a valid bucket name
Aaron Madsen
1
-5
/
+30
2024-07-21
fix build
v1.2.1
chrislu
1
-0
/
+1
2024-06-20
deal with config error
chrislu
1
-3
/
+4
2024-06-06
fix(driver): nomad compatibility error
duanhongyi
1
-1
/
+1
2024-03-29
Use capacity of one byte as 'no quota'
Viktor Kuzmin
2
-1
/
+9
2024-01-18
Revert "chore(seaweedfs-csi-driver): delete unnecessary stage"
chrislu
3
-45
/
+166
2024-01-18
Revert "Fix: unable to properly clean mount points"
chrislu
2
-75
/
+66
2024-01-15
Fix: unable to properly clean mount points
duanhongyi
2
-66
/
+75
2024-01-11
chore(seaweedfs-csi-driver): delete unnecessary stage
duanhongyi
3
-166
/
+45
2024-01-11
Fix: capacity error in re mounting after expand volume
duanhongyi
5
-28
/
+53
2023-11-05
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driver
chrislu
8
-30
/
+12
2023-10-19
Feat: add driver name support
duanhongyi
1
-7
/
+3
2023-09-25
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...
chrislu
1
-1
/
+1
2023-08-10
Fix: the channel used with signal.Notify should be buffered (SA1017)
n9
1
-1
/
+1
2023-08-10
Removed unused field
n9
1
-2
/
+1
2023-08-10
Fix: error strings should not be capitalized (ST1005)
n9
4
-6
/
+6
2023-08-10
Clean useless
n9
1
-2
/
+0
2023-08-10
Added missing arg
n9
1
-1
/
+1
2023-08-10
Removed unused method
n9
1
-11
/
+0
2023-08-07
Allow to separate ControllerServer and NodeServer, allow to disable attacher ...
Viktor Kuzmin
1
-7
/
+24
2023-08-07
gofmt of mounter_seaweedfs
Viktor Kuzmin
1
-32
/
+34
2023-08-07
Log cache clear errors
Viktor Kuzmin
1
-1
/
+4
2023-08-07
Implement ExpandVolume also for controller
Viktor Kuzmin
2
-0
/
+13
2023-08-07
Fix Add...Capability functions - capabilities now added instead of replaced
Viktor Kuzmin
1
-12
/
+3
2023-08-07
Node and controller servers small code cleanup, some more logging
Viktor Kuzmin
2
-55
/
+41
2023-08-07
Graceful stop with mounts cleanup
Viktor Kuzmin
4
-7
/
+60
[next]