summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2transport.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-14smb: client: leave only string and id in smb_version_valueshw24Enzo Matsumiya1-1/+1
2024-11-14smb: client: remove ->calc_signature opEnzo Matsumiya1-29/+26
2024-11-14smb: client: replace function pointers with smb{2,3}_* functionsEnzo Matsumiya1-2/+1
2024-11-14smb: client: replace function pointers of common operations for theHenrique Carvalho1-1/+1
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-0/+2
2024-03-31smb: client: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina1-3/+2
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N1-1/+7
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-2/+2
2023-07-12smb: client: fix missed ses refcountingPaulo Alcantara1-1/+1
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N1-0/+1
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N1-2/+2
2023-06-28cifs: fix session state check in smb2_find_smb_sesWinston Wen1-0/+7
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+934