summaryrefslogtreecommitdiff
path: root/fs/smb/client/transport.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-13smb: client: replace function pointers of common operations for thehw24-hc-wipHenrique Carvalho1-12/+12
2024-11-12smb: client: remove big chunk of SMB1-only codeEnzo Matsumiya1-530/+4
2024-11-12smb: client: remove support for SMB 1.0 and 2.0 mountsEnzo Matsumiya1-15/+11
2024-08-08Fix spelling errors in Server Message BlockXiaxi Shen1-1/+1
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells1-4/+4
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-23cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N1-2/+9
2024-01-23cifs: 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-19cifs: 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-20smb: 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-11smb: remove obsolete comment鑫华1-1/+1
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+1810