summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French2022-02-161-5/+6
* cifs: fix workstation_name for multiuser mountsRyan Bair2022-02-031-1/+5
* smb3: send NTLMSSP version informationSteve French2022-01-191-0/+70
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-191-15/+0
* cifs: make status checks in version independent callersShyam Prasad N2022-01-191-9/+0
* cifs: protect all accesses to chan_* with chan_lockShyam Prasad N2022-01-191-3/+7
* cifs: fix the connection state transitions with multichannelShyam Prasad N2022-01-191-1/+0
* cifs: clean up an inconsistent indentingYang Li2022-01-171-1/+1
* cifs: free ntlmsspblob allocated in negotiateShyam Prasad N2022-01-171-5/+8
* cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-071-3/+5
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-4/+4
* cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N2022-01-021-0/+5
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-64/+59
* cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-021-2/+65
* cifs: fix ntlmssp auth when there is no key exchangePaulo Alcantara2021-12-081-18/+36
* cifs: populate server_hostname for extra channelsShyam Prasad N2021-11-231-0/+1
* cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-161-0/+13
* cifs: move debug print out of spinlockSteve French2021-11-161-1/+1
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-121-5/+1
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-121-12/+38
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-081-70/+118
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-254/+1
* cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-08-251-1/+1
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: fix ipv6 formating in cifs_ses_add_channelAurelien Aptel2021-06-201-1/+1
* smb3: do not attempt multichannel to server which does not support itSteve French2021-05-081-0/+6
* cifs: fix credit accounting for extra channelAurelien Aptel2021-03-061-0/+1
* cifs: change confusing field serverName (to ip_addr)Steve French2021-02-221-1/+1
* cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg2020-12-141-12/+11
* cifs: switch to new mount apiRonnie Sahlberg2020-12-131-1/+1
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-25/+26
* cifs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-131-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* cifs: convert to use be32_add_cpu()Qinglang Miao2020-08-021-2/+1
* cifs: Remove the superfluous breakLiao Pingfang2020-08-021-1/+0
* cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel2020-06-041-0/+16
* cifs: multichannel: use pointer for binding channelAurelien Aptel2020-06-041-1/+2
* cifs: fix minor typos in comments and log messagesSteve French2020-06-021-4/+4
* cifs: Standardize logging outputJoe Perches2020-06-011-14/+14
* cifs: make multichannel warning more visibleAurelien Aptel2020-02-061-1/+1
* cifs: fix possible uninitialized access and race on iface_listAurelien Aptel2019-12-041-3/+26
* cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-041-0/+3
* cifs: try harder to open new channelsAurelien Aptel2019-11-251-10/+22
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-0/+213
* cifs: switch servers depending on binding stateAurelien Aptel2019-11-251-2/+3
* fs/cifs/sess.c: Remove set but not used variable 'capabilities'zhengbin2019-09-231-2/+1
* cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-271-9/+17
* cifs: remove set but not used variable 'smb_buf'YueHaibing2018-12-231-2/+0
* cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva2018-12-231-1/+1