summaryrefslogtreecommitdiff
path: root/fs/smb/client/transport.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho1-1/+1
2025-11-13smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-06-27cifs: deal with the channel loading lag while picking channelsShyam Prasad N1-7/+7
2025-05-29cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár1-1/+1
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