summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/sess.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: reduce warning log level for server not advertising interfacesShyam Prasad N2024-03-141-2/+2
* cifs: handle cases where multiple sessions share connectionShyam Prasad N2024-02-091-1/+0
* smb3: add missing null server pointer checkSteve French2024-02-081-1/+1
* cifs: failure to add channel on iface should bump up weightShyam Prasad N2024-02-011-0/+2
* cifs: do not search for channel if server is terminatingShyam Prasad N2024-02-011-0/+4
* cifs: remove unneeded return statementSteve French2024-01-081-2/+0
* cifs: make cifs_chan_update_iface() a void functionDan Carpenter2024-01-081-10/+7
* cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter2024-01-081-15/+11
* cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N2024-01-071-6/+8
* cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N2023-12-191-31/+19
* cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja2023-11-231-1/+1
* cifs: fix lock ordering while disabling multichannelShyam Prasad N2023-11-141-9/+13
* cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-101-8/+56
* smb3: minor cleanup of session handling codeSteve French2023-11-091-6/+12
* cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-091-6/+6
* cifs: account for primary channel in the interface listShyam Prasad N2023-11-091-0/+28
* cifs: distribute channels across interfaces based on speedShyam Prasad N2023-11-091-14/+70
* cifs: handle cases where a channel is closedShyam Prasad N2023-11-091-4/+24
* smb3: more minor cleanups for session handling routinesSteve French2023-11-091-10/+15
* cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N2023-11-021-1/+0
* cifs: Add client version details to NTLM authenticate messageMeetakshi Setiya2023-10-221-3/+9
* SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French2023-08-301-2/+2
* smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara2023-08-201-27/+41
* smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French2023-07-251-1/+3
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+1857