aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/dfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-04cifs: fix sharing of DFS connectionsGravatar Paulo Alcantara 1-19/+43
2023-05-03cifs: avoid potential races when handling multiple dfs tconsGravatar Paulo Alcantara 1-0/+4
2023-05-03cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathGravatar Paulo Alcantara 1-6/+8
2023-05-03cifs: fix potential race when tree connecting ipcGravatar Paulo Alcantara 1-7/+50
2023-03-17cifs: check only tcon status on tcon related functionsGravatar Shyam Prasad N 1-3/+7
2023-03-14cifs: fix use-after-free bug in refresh_cache_worker()Gravatar Paulo Alcantara 1-13/+39
2023-03-14cifs: set DFS root session in cifs_get_smb_ses()Gravatar Paulo Alcantara 1-11/+8
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Gravatar Paulo Alcantara 1-11/+11
2023-01-04cifs: ignore ipc reconnect failures during dfs failoverGravatar Paulo Alcantara 1-2/+1
2022-12-19cifs: optimize reconnect of nested linksGravatar Paulo Alcantara 1-5/+4
2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Gravatar Paulo Alcantara 1-0/+259
2022-12-19cifs: fix refresh of cached referralsGravatar Paulo Alcantara 1-0/+6
2022-12-19cifs: share dfs connections and supersGravatar Paulo Alcantara 1-0/+226
2022-12-19cifs: set resolved ip in sockaddrGravatar Paulo Alcantara 1-23/+1
2022-12-19cifs: get rid of mount options string parsingGravatar Paulo Alcantara 1-0/+76