summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: fix problem remounting a share after shutdownSteve French2023-05-091-0/+7
* cifs: fix sharing of DFS connectionsPaulo Alcantara2023-05-041-56/+58
* cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara2023-05-031-1/+6
* cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara2023-05-031-4/+6
* cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara2023-05-021-3/+7
* cifs: missing lock when updating session statusSteve French2023-04-281-2/+6
* smb3: fix unusable share after force unmount failureSteve French2023-03-241-0/+1
* cifs: avoid race conditions with parallel reconnectsShyam Prasad N2023-03-241-12/+36
* cifs: lock chan_lock outside match_sessionShyam Prasad N2023-03-221-6/+7
* cifs: check only tcon status on tcon related functionsShyam Prasad N2023-03-171-3/+7
* cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara2023-03-141-6/+3
* cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara2023-03-141-0/+1
* cifs: reuse cifs_match_ipaddr for comparison of dstaddr tooShyam Prasad N2023-03-011-26/+2
* cifs: match even the scope id for ipv6 addressesShyam Prasad N2023-03-011-1/+2
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-113/+66
|\
| * cifs: update ip_addr for ses only for primary chan setupShyam Prasad N2023-02-211-7/+11
| * cifs: Add a function to read into an iter from a socketDavid Howells2023-02-201-0/+14
| * cifs: get rid of dns resolve workerPaulo Alcantara2023-02-201-47/+6
| * cifs: fix mount on old smb serversPaulo Alcantara2023-02-201-59/+35
* | cifs: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-2/+3
|/
* cifs: do not query ifaces on smb1 mountsPaulo Alcantara2023-01-101-3/+6
* Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-211-755/+144
|\
| * cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara2022-12-191-1/+3
| * cifs: fix source pathname comparison of dfs supersPaulo Alcantara2022-12-191-1/+15
| * cifs: fix confusing debug messagePaulo Alcantara2022-12-191-1/+3
| * cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara2022-12-191-262/+2
| * cifs: fix refresh of cached referralsPaulo Alcantara2022-12-191-2/+3
| * cifs: share dfs connections and supersPaulo Alcantara2022-12-191-353/+64
| * cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara2022-12-191-39/+62
| * cifs: set resolved ip in sockaddrPaulo Alcantara2022-12-191-16/+12
| * cifs: get rid of mount options string parsingPaulo Alcantara2022-12-191-94/+6
| * cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara2022-12-191-16/+0
| * cifs: set correct ipc status after initial tree connectPaulo Alcantara2022-12-161-2/+5
| * cifs: set correct tcon status after initial tree connectPaulo Alcantara2022-12-151-0/+1
* | Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
|/
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
* cifs: Fix connections leak when tlink setup failedZhang Xiaoxu2022-11-111-3/+11
* cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng2022-10-271-0/+1
* cifs: use ALIGN() and round_up() macrosEnzo Matsumiya2022-10-131-2/+9
* cifs: fix regression in very old smb1 mountsRonnie Sahlberg2022-10-131-6/+5
* cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-071-3/+3
* smb3: do not log confusing message when server returns no network interfacesSteve French2022-10-051-1/+1
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-6/+7
* cifs: add missing spinlock around tcon refcountPaulo Alcantara2022-09-141-0/+3
* cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2022-09-131-8/+3
* cifs: Add helper function to check smb1+ serverZhang Xiaoxu2022-08-241-5/+5
* cifs: Use help macro to get the mid header sizeZhang Xiaoxu2022-08-241-6/+3
* cifs: Use help macro to get the header preamble sizeZhang Xiaoxu2022-08-241-10/+10
* cifs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* smb3: allow deferred close timeout to be configurableSteve French2022-08-111-0/+2