summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-10cifs: 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-19Treewide: 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-15cifs: 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-27cifs: 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-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya1-3/+3
2022-10-05smb3: 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-13cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher1-8/+3
2022-08-24cifs: Add helper function to check smb1+ serverZhang Xiaoxu1-5/+5
2022-08-24cifs: Use help macro to get the mid header sizeZhang Xiaoxu1-6/+3
2022-08-24cifs: 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
2022-08-11smb3: allow deferred close timeout to be configurableSteve French1-0/+2
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya1-4/+4
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French1-0/+53
2022-08-01cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang1-1/+1
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-95/+121
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya1-4/+1
2022-08-01smb2: small refactor in smb2_check_message()Enzo Matsumiya1-7/+6
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French1-1/+1
2022-08-01cifs: remove unnecessary type castingsYu Zhe1-1/+1
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N1-2/+0
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara1-1/+7
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N1-3/+12
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N1-0/+28
2022-06-22cifs: during reconnect, update interface if necessaryShyam Prasad N1-0/+4
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N1-2/+4
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N1-0/+4
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch1-13/+13
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya1-1/+0
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara1-18/+4
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N1-7/+20
2022-05-24cifs: use new enum for ses_statusShyam Prasad N1-17/+17