summaryrefslogtreecommitdiff
path: root/fs/smb/client/transport.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01cifs: Cut over to using netfslibDavid Howells1-0/+3
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells1-2/+2
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells1-3/+3
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells1-2/+2
2024-04-25smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-04-25smb3: missing lock when picking channelSteve French1-1/+3
2024-02-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara1-2/+2
2024-01-24cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N1-2/+9
2024-01-24cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N1-0/+3
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N1-1/+1
2023-10-31smb: client: fix potential deadlock when releasing midsPaulo Alcantara1-10/+1
2023-09-20cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu1-11/+23
2023-09-15smb3: fix some minor typos and repeated wordsSteve French1-1/+1
2023-08-21smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara1-12/+17
2023-06-28cifs: do all necessary checks for credits within or before lockingShyam Prasad N1-10/+10
2023-06-12smb: remove obsolete comment鑫华1-1/+1
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+1810