summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/transport.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Cut over to using netfslibDavid Howells2024-05-011-0/+3
* cifs: Make wait_mtu_credits take size_t argsDavid Howells2024-05-011-2/+2
* cifs: Use more fields from netfs_io_subrequestDavid Howells2024-05-011-3/+3
* cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-2/+2
* smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French2024-04-251-0/+3
* smb3: missing lock when picking channelSteve French2024-04-251-1/+3
* smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2024-02-011-2/+2
* cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N2024-01-231-2/+9
* cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N2024-01-231-0/+3
* cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-101-1/+1
* smb: client: fix potential deadlock when releasing midsPaulo Alcantara2023-10-311-10/+1
* cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2023-09-191-11/+23
* smb3: fix some minor typos and repeated wordsSteve French2023-09-151-1/+1
* smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara2023-08-201-12/+17
* cifs: do all necessary checks for credits within or before lockingShyam Prasad N2023-06-281-10/+10
* smb: remove obsolete comment鑫华2023-06-111-1/+1
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+1810