summaryrefslogtreecommitdiff
path: root/fs/cifs/dfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-643/+0
2023-05-25cifs: fix smb1 mount regressionPaulo Alcantara1-1/+1
2023-05-05cifs: fix sharing of DFS connectionsPaulo Alcantara1-19/+43
2023-05-04cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara1-0/+4
2023-05-04cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara1-6/+8
2023-05-04cifs: fix potential race when tree connecting ipcPaulo Alcantara1-7/+50
2023-03-17cifs: check only tcon status on tcon related functionsShyam Prasad N1-3/+7
2023-03-15cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara1-13/+39
2023-03-15cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara1-11/+8
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara1-11/+11
2023-01-04cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara1-2/+1
2022-12-19cifs: optimize reconnect of nested linksPaulo Alcantara1-5/+4
2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara1-0/+259
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara1-0/+6
2022-12-19cifs: share dfs connections and supersPaulo Alcantara1-0/+226
2022-12-19cifs: set resolved ip in sockaddrPaulo Alcantara1-23/+1
2022-12-19cifs: get rid of mount options string parsingPaulo Alcantara1-0/+76