aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/client/dfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-05smb: client: don't trust DFSREF_STORAGE_SERVER bitPaulo Alcantara1-14/+16
2025-01-19smb: client: optimize referral walk on failed link targetsPaulo Alcantara1-43/+26
2025-01-19smb: client: provide dns_resolve_{unc,name} helpersPaulo Alcantara1-5/+3
2025-01-19smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara1-4/+9
2024-11-26smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara1-171/+17
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara1-2/+3
2024-09-24smb: client: fix DFS interlink failoverPaulo Alcantara1-38/+35
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara1-27/+24
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N1-1/+6
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara1-5/+13
2023-08-20smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara1-0/+16
2023-08-20smb: client: ensure to try all targets when finding nested linksPaulo Alcantara1-119/+132
2023-08-20smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara1-3/+3
2023-08-02smb: client: fix dfs link mount against w2k8Paulo Alcantara1-1/+5
2023-07-12smb: client: fix missed ses refcountingPaulo Alcantara1-16/+10
2023-07-01smb: client: remove redundant pointer 'server'Colin Ian King1-2/+0
2023-06-28smb: client: improve DFS mount checkPaulo Alcantara1-2/+3
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara1-34/+21
2023-06-28smb: client: fix parsing of source mount optionPaulo Alcantara1-35/+3
2023-06-11cifs: fix status checks in cifs_tree_connectShyam Prasad N1-4/+5
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+643