summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-25smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
2026-03-25smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
2026-03-25smb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
2026-03-04cifs: some missing initializations on replayShyam Prasad N1-0/+1
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N1-0/+2
2025-11-24smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-08-15smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2025-07-10smb: client: fix warning when reconnecting channelPaulo Alcantara1-6/+4
2025-06-27cifs: do not disable interface polling on failureShyam Prasad N1-4/+5
2025-06-27cifs: serialize other channels when query server interfaces is pendingShyam Prasad N1-6/+18
2025-05-22smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson1-1/+1
2025-05-09smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson1-0/+1
2025-03-22smb3: add support for IAKerbSteve French1-1/+1
2025-03-22smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara1-1/+1
2025-02-17smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya1-1/+1
2025-01-09fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme1-1/+1
2025-01-09smb/client: rename cifs_ace to smb_aceChenXiaoSong1-4/+4
2025-01-09smb/client: rename cifs_sid to smb_sidChenXiaoSong1-1/+1
2025-01-09smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong1-1/+1
2024-12-09smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2024-11-01smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-10-17smb: client: fix UAF in async decryptionEnzo Matsumiya1-0/+6
2024-09-04smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher1-1/+1
2024-08-14smb3: fix setting SecurityFlags when encryption is requiredSteve French1-0/+3
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-3/+5
2024-05-25smb: client: negotiate compression algorithmsEnzo Matsumiya1-5/+15
2024-05-25smb: client: add support for WSL reparse pointsPaulo Alcantara1-0/+12
2024-05-25cifs: update the same create_guid on replaySteve French1-2/+8
2024-05-25cifs: set replay flag for retries of write commandShyam Prasad N1-1/+3
2024-05-25cifs: commands that are retried should have replay flag setShyam Prasad N1-26/+234
2024-05-25cifs: pick channel for tcon and tdisShyam Prasad N1-6/+4
2024-05-25cifs: remove redundant variable tcon_existColin Ian King1-3/+3
2024-05-25cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells1-3/+3
2024-05-17smb3: fix broken reconnect when password changing on the server by allowing p...Steve French1-0/+11
2024-04-10smb3: retrying on failed server closeRitvik Budhiraja1-1/+1
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N1-2/+3
2024-04-03cifs: allow changing password during remountSteve French1-0/+5
2024-03-01smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara1-0/+6
2024-03-01cifs: do not search for channel if server is terminatingShyam Prasad N1-1/+1
2024-03-01cifs: make sure that channel scaling is done only onceShyam Prasad N1-1/+17
2024-02-16cifs: avoid redundant calls to disable multichannelShyam Prasad N1-1/+1
2024-02-01cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N1-1/+0
2024-02-01cifs: fix a pending undercount of srv_countShyam Prasad N1-2/+1
2024-02-01cifs: handle servers that still advertise multichannel after disablingShyam Prasad N1-39/+68
2024-02-01cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N1-14/+15
2024-02-01Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N1-13/+10
2024-02-01cifs: handle when server stops supporting multichannelShyam Prasad N1-1/+75
2024-02-01cifs: handle when server starts supporting multichannelShyam Prasad N1-2/+30
2024-02-01cifs: reconnect work should have reference on server structShyam Prasad N1-10/+13
2024-02-01smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1