summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-4118/+0
2023-05-09smb3: fix problem remounting a share after shutdownSteve French1-0/+7
2023-05-05cifs: fix sharing of DFS connectionsPaulo Alcantara1-56/+58
2023-05-04cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara1-1/+6
2023-05-04cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara1-4/+6
2023-05-02cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara1-3/+7
2023-04-29cifs: missing lock when updating session statusSteve French1-2/+6
2023-03-24smb3: fix unusable share after force unmount failureSteve French1-0/+1
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N1-12/+36
2023-03-23cifs: lock chan_lock outside match_sessionShyam Prasad N1-6/+7
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-6/+3
2023-03-15cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara1-0/+1
2023-03-02cifs: reuse cifs_match_ipaddr for comparison of dstaddr tooShyam Prasad N1-26/+2
2023-03-02cifs: match even the scope id for ipv6 addressesShyam Prasad N1-1/+2
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-113/+66
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N1-7/+11
2023-02-21cifs: Add a function to read into an iter from a socketDavid Howells1-0/+14
2023-02-21cifs: get rid of dns resolve workerPaulo Alcantara1-47/+6
2023-02-20cifs: fix mount on old smb serversPaulo Alcantara1-59/+35
2023-02-03cifs: use bvec_set_page to initialize bvecsChristoph Hellwig1-2/+3
2023-01-11cifs: do not query ifaces on smb1 mountsPaulo Alcantara1-3/+6
2022-12-21Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds1-755/+144
2022-12-20Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-12-19cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara1-1/+3
2022-12-19cifs: fix source pathname comparison of dfs supersPaulo Alcantara1-1/+15
2022-12-19cifs: fix confusing debug messagePaulo Alcantara1-1/+3
2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara1-262/+2
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara1-2/+3
2022-12-19cifs: share dfs connections and supersPaulo Alcantara1-353/+64
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara1-39/+62
2022-12-19cifs: set resolved ip in sockaddrPaulo Alcantara1-16/+12
2022-12-19cifs: get rid of mount options string parsingPaulo Alcantara1-94/+6
2022-12-19cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara1-16/+0
2022-12-16cifs: set correct ipc status after initial tree connectPaulo Alcantara1-2/+5
2022-12-16cifs: set correct tcon status after initial tree connectPaulo Alcantara1-0/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-11-11cifs: Fix connections leak when tlink setup failedZhang Xiaoxu1-3/+11
2022-10-28cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng1-0/+1
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya1-2/+9
2022-10-13cifs: fix regression in very old smb1 mountsRonnie Sahlberg1-6/+5
2022-10-08cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya1-3/+3
2022-10-06smb3: do not log confusing message when server returns no network interfacesSteve French1-1/+1
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French1-6/+7
2022-09-14cifs: add missing spinlock around tcon refcountPaulo Alcantara1-0/+3
2022-09-14cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher1-8/+3
2022-08-25cifs: Add helper function to check smb1+ serverZhang Xiaoxu1-5/+5
2022-08-25cifs: Use help macro to get the mid header sizeZhang Xiaoxu1-6/+3
2022-08-25cifs: Use help macro to get the header preamble sizeZhang Xiaoxu1-10/+10
2022-08-19cifs: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1