rclone/backend/smb
Sudipto Baral 03fccdd67b
smb: optimize smb mount performance by avoiding stat checks during initialization
add IsPathDir function and tests for trailing slash optimization
2025-09-22 15:33:44 +01:00
..
connpool.go smb: refresh Kerberos credentials when ccache file changes 2025-07-17 14:34:44 +01:00
filepool.go smb: improve multithreaded upload performance using multiple connections 2025-08-18 16:29:18 +01:00
filepool_test.go build: use "for i := range n", added in go1.22 2025-09-15 12:45:57 +01:00
kerberos.go smb: refresh Kerberos credentials when ccache file changes 2025-07-17 14:34:44 +01:00
kerberos_test.go smb: refresh Kerberos credentials when ccache file changes 2025-07-17 14:34:44 +01:00
smb.go smb: optimize smb mount performance by avoiding stat checks during initialization 2025-09-22 15:33:44 +01:00
smb_internal_test.go smb: optimize smb mount performance by avoiding stat checks during initialization 2025-09-22 15:33:44 +01:00
smb_test.go smb: add --smb-kerberos-ccache option to set kerberos ccache per smb backend 2025-07-10 10:17:42 +01:00