summaryrefslogtreecommitdiff
path: root/fs/smb/client/transport.c
AgeCommit message (Expand)Author
2026-05-14smb: client: avoid integer overflow in SMB2 READ length checkJeremy Erazo
2026-02-22smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho
2026-02-08cifs: SMB1 split: Adjust #includesDavid Howells
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells
2025-12-05cifs: Fix specification of function pointersDavid Howells
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells
2025-12-05cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells
2025-11-09smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho
2025-10-01smb: client: transport: minor indentation style fixFiona Ebner
2025-10-01smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong
2025-08-06cifs: Move the SMB1 transport code out of transport.cSteve French
2025-08-05smb: client: smb: client: eliminate mid_flags fieldWang Zhaolong
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong
2025-06-03cifs: deal with the channel loading lag while picking channelsShyam Prasad N
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara
2024-09-24cifs: Fix reversion of the iter in cifs_readv_receive().David Howells
2024-09-15smb: client: insert compression check/call on write requestsEnzo Matsumiya
2024-08-08Fix spelling errors in Server Message BlockXiaxi Shen
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells
2024-05-01cifs: Cut over to using netfslibDavid Howells
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells
2024-04-25smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French
2024-04-25smb3: missing lock when picking channelSteve French
2024-02-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara
2024-01-23cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N
2024-01-23cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N
2023-10-31smb: client: fix potential deadlock when releasing midsPaulo Alcantara
2023-09-19cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu
2023-09-15smb3: fix some minor typos and repeated wordsSteve French
2023-08-20smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara
2023-06-28cifs: do all necessary checks for credits within or before lockingShyam Prasad N
2023-06-11smb: remove obsolete comment鑫华
2023-05-24smb: move client and server files to common directory fs/smbSteve French