| Commit message (Expand) | Author | Age | Files | Lines |
* | cifs: reduce warning log level for server not advertising interfaces | Shyam Prasad N | 2024-03-14 | 1 | -2/+2 |
* | cifs: handle cases where multiple sessions share connection | Shyam Prasad N | 2024-02-09 | 1 | -1/+0 |
* | smb3: add missing null server pointer check | Steve French | 2024-02-08 | 1 | -1/+1 |
* | cifs: failure to add channel on iface should bump up weight | Shyam Prasad N | 2024-02-01 | 1 | -0/+2 |
* | cifs: do not search for channel if server is terminating | Shyam Prasad N | 2024-02-01 | 1 | -0/+4 |
* | cifs: remove unneeded return statement | Steve French | 2024-01-08 | 1 | -2/+0 |
* | cifs: make cifs_chan_update_iface() a void function | Dan Carpenter | 2024-01-08 | 1 | -10/+7 |
* | cifs: delete unnecessary NULL checks in cifs_chan_update_iface() | Dan Carpenter | 2024-01-08 | 1 | -15/+11 |
* | cifs: fix in logging in cifs_chan_update_iface | Shyam Prasad N | 2024-01-07 | 1 | -6/+8 |
* | cifs: do not let cifs_chan_update_iface deallocate channels | Shyam Prasad N | 2023-12-19 | 1 | -31/+19 |
* | cifs: fix use after free for iface while disabling secondary channels | Ritvik Budhiraja | 2023-11-23 | 1 | -1/+1 |
* | cifs: fix lock ordering while disabling multichannel | Shyam Prasad N | 2023-11-14 | 1 | -9/+13 |
* | cifs: handle when server stops supporting multichannel | Shyam Prasad N | 2023-11-10 | 1 | -8/+56 |
* | smb3: minor cleanup of session handling code | Steve French | 2023-11-09 | 1 | -6/+12 |
* | cifs: do not pass cifs_sb when trying to add channels | Shyam Prasad N | 2023-11-09 | 1 | -6/+6 |
* | cifs: account for primary channel in the interface list | Shyam Prasad N | 2023-11-09 | 1 | -0/+28 |
* | cifs: distribute channels across interfaces based on speed | Shyam Prasad N | 2023-11-09 | 1 | -14/+70 |
* | cifs: handle cases where a channel is closed | Shyam Prasad N | 2023-11-09 | 1 | -4/+24 |
* | smb3: more minor cleanups for session handling routines | Steve French | 2023-11-09 | 1 | -10/+15 |
* | cifs: do not reset chan_max if multichannel is not supported at mount | Shyam Prasad N | 2023-11-02 | 1 | -1/+0 |
* | cifs: Add client version details to NTLM authenticate message | Meetakshi Setiya | 2023-10-22 | 1 | -3/+9 |
* | SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion | Steve French | 2023-08-30 | 1 | -2/+2 |
* | smb: client: reduce stack usage in cifs_try_adding_channels() | Paulo Alcantara | 2023-08-20 | 1 | -27/+41 |
* | smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request | Steve French | 2023-07-25 | 1 | -1/+3 |
* | smb: move client and server files to common directory fs/smb | Steve French | 2023-05-24 | 1 | -0/+1857 |