summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2pdu.c
AgeCommit message (Expand)Author
2025-07-05Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells
2025-07-01smb: client: set missing retry flag in smb2_writev_callback()Paulo Alcantara
2025-06-30smb: client: fix warning when reconnecting channelPaulo Alcantara
2025-06-03cifs: do not disable interface polling on failureShyam Prasad N
2025-06-03cifs: serialize other channels when query server interfaces is pendingShyam Prasad N
2025-06-03smb: client: make use of common smbdirect.hStefan Metzmacher
2025-06-03Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-01smb: client: add ParentLeaseKey supportHenrique Carvalho
2025-05-28smb: client: Remove an unused function and variableDr. David Alan Gilbert
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-05-14smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara
2025-04-30smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson
2025-04-09smb: client: fix UAF in decryption with multichannelPaulo Alcantara
2025-03-31smb: client: Update IO sizes after reconnectionWang Zhaolong
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya
2025-02-05smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara
2025-01-31smb3: add support for IAKerbSteve French
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells
2024-12-19smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM
2024-12-19smb: use macros instead of constants for leasekey size and default cifsattrs ...Bharath SM
2024-11-26smb: client: allow reconnect when sending ioctlPaulo Alcantara
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara
2024-11-25smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara
2024-11-21smb: client: get rid of bounds check in SMB2_ioctl_init()Paulo Alcantara
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme
2024-10-16smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan
2024-09-26smb: client: allocate crypto only for primary serverEnzo Matsumiya
2024-09-26smb: client: fix UAF in async decryptionEnzo Matsumiya
2024-09-24cifs: Make the write_{enter,done,err} tracepoints display netfs infoDavid Howells
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-16cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells
2024-09-15smb: client: insert compression check/call on write requestsEnzo Matsumiya
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-08-28netfs, cifs: Fix handling of short DIO readDavid Howells
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells
2024-08-25smb/client: fix rdma usage in smb2_async_writev()Stefan Metzmacher