summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-051-4/+4
* cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-051-0/+53
* cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang2022-08-011-1/+1
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-95/+121
* cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya2022-08-011-4/+1
* smb2: small refactor in smb2_check_message()Enzo Matsumiya2022-08-011-7/+6
* cifs: remove some camelCase and also some static build warningsSteve French2022-08-011-1/+1
* cifs: remove unnecessary type castingsYu Zhe2022-08-011-1/+1
* cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N2022-07-121-2/+0
* cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara2022-06-241-1/+7
* cifs: avoid deadlocks while updating ifaceShyam Prasad N2022-06-241-3/+12
* cifs: periodically query network interfaces from serverShyam Prasad N2022-06-221-0/+28
* cifs: during reconnect, update interface if necessaryShyam Prasad N2022-06-221-0/+4
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-221-2/+4
* cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-101-0/+4
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-13/+13
* cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya2022-05-311-1/+0
* cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-251-18/+4
* cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-241-7/+20
* cifs: use new enum for ses_statusShyam Prasad N2022-05-241-17/+17