summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-19smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
2026-03-12smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
2026-03-12smb: 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-12-18cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells1-1/+1
2025-11-07smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-10-10cifs: Add comments for DeletePending assignments in open functionsPali Rohár1-1/+1
2025-09-30smb: client: add tcon information to smb2_reconnect() debug messagesHenrique Carvalho1-9/+9
2025-09-29smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server...Stefan Metzmacher1-1/+1
2025-09-03smb: client: add new tracepoint to trace lease break notificationBharath SM1-2/+2
2025-07-05Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-6/+4
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells1-4/+22
2025-07-01smb: client: set missing retry flag in smb2_writev_callback()Paulo Alcantara1-0/+1
2025-06-30smb: client: fix warning when reconnecting channelPaulo Alcantara1-6/+4
2025-06-04cifs: do not disable interface polling on failureShyam Prasad N1-4/+5
2025-06-04cifs: serialize other channels when query server interfaces is pendingShyam Prasad N1-6/+18
2025-06-04smb: client: make use of common smbdirect.hStefan Metzmacher1-8/+9
2025-06-04Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-68/+10
2025-06-03Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-06-02smb: client: add ParentLeaseKey supportHenrique Carvalho1-3/+10
2025-05-28smb: client: Remove an unused function and variableDr. David Alan Gilbert1-65/+0
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-2/+2
2025-05-15smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson1-1/+1
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara1-6/+2
2025-04-30smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson1-0/+1
2025-04-09smb: client: fix UAF in decryption with multichannelPaulo Alcantara1-9/+2
2025-04-01smb: client: Update IO sizes after reconnectionWang Zhaolong1-2/+22
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár1-3/+1
2025-03-18smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara1-54/+42
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya1-1/+1
2025-02-06smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara1-1/+1
2025-01-31smb3: add support for IAKerbSteve French1-1/+1
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+4
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+6
2024-12-21netfs: Change the read result collector to only use one work itemDavid Howells1-2/+3
2024-12-21netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-9/+1
2024-12-21netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-3/+6
2024-12-19smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM1-0/+3
2024-12-19smb: use macros instead of constants for leasekey size and default cifsattrs ...Bharath SM1-1/+1
2024-11-27smb: client: allow reconnect when sending ioctlPaulo Alcantara1-5/+2
2024-11-27smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara1-6/+3
2024-11-25smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2024-11-21smb: client: get rid of bounds check in SMB2_ioctl_init()Paulo Alcantara1-9/+0
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme1-1/+1
2024-10-16smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-10-03smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2024-09-27smb: client: allocate crypto only for primary serverEnzo Matsumiya1-3/+7
2024-09-27smb: client: fix UAF in async decryptionEnzo Matsumiya1-0/+6
2024-09-25cifs: Make the write_{enter,done,err} tracepoints display netfs infoDavid Howells1-7/+15