summaryrefslogtreecommitdiff
path: root/fs/smb/client/sess.c
AgeCommit message (Expand)Author
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N
2024-02-08smb3: add missing null server pointer checkSteve French
2024-02-01cifs: failure to add channel on iface should bump up weightShyam Prasad N
2024-02-01cifs: do not search for channel if server is terminatingShyam Prasad N
2024-01-08cifs: remove unneeded return statementSteve French
2024-01-08cifs: make cifs_chan_update_iface() a void functionDan Carpenter
2024-01-08cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter
2024-01-07cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N
2023-12-19cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N
2023-11-23cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N
2023-11-09smb3: minor cleanup of session handling codeSteve French
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N
2023-11-09smb3: more minor cleanups for session handling routinesSteve French
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N
2023-10-22cifs: Add client version details to NTLM authenticate messageMeetakshi Setiya
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French
2023-08-20smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French
2023-05-24smb: move client and server files to common directory fs/smbSteve French