summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifstransport.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-02smb/client: fix memory leak in SendReceive()ChenXiaoSong1-1/+3
2025-12-06cifs: Add a tracepoint to log EIO errorsDavid Howells1-4/+4
2025-12-06cifs: Remove the server pointer from smb_messageDavid Howells1-8/+7
2025-12-06cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells1-194/+5
2025-12-06cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells1-18/+2
2025-12-06cifs: Make smb1's SendReceive() wrap cifs_send_recv()David Howells1-72/+10
2025-12-06cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-121/+87
2025-12-01smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong1-4/+4
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong1-10/+9
2025-08-06cifs: Move the SMB1 transport code out of transport.cSteve French1-0/+566