summaryrefslogtreecommitdiff
path: root/fs/smb/client/transport.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-12smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho1-11/+10
2025-11-10smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho1-1/+1
2025-10-02smb: client: transport: minor indentation style fixFiona Ebner1-2/+1
2025-10-02smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong1-4/+3
2025-08-06cifs: Move the SMB1 transport code out of transport.cSteve French1-552/+6
2025-08-05smb: client: smb: client: eliminate mid_flags fieldWang Zhaolong1-6/+6
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong1-6/+6
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong1-18/+18
2025-06-04cifs: deal with the channel loading lag while picking channelsShyam Prasad N1-7/+7
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár1-0/+3
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár1-1/+1
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara1-27/+13
2024-09-25cifs: Fix reversion of the iter in cifs_readv_receive().David Howells1-3/+0
2024-09-15smb: client: insert compression check/call on write requestsEnzo Matsumiya1-0/+4
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-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