aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05smb: client: Add tracepoint for krb5 authPaulo Alcantara1-2/+0
2025-12-05smb: client: relax session and tcon reconnect attemptsPaulo Alcantara1-3/+3
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells1-1/+1
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal1-14/+46
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-2/+3
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-69/+108
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-15/+11
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-1/+1
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong1-3/+3
2025-11-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong1-12/+11
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong1-1/+1
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong1-7/+7
2025-11-07smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-10-09cifs: Add comments for DeletePending assignments in open functionsPali Rohár1-1/+1
2025-09-29smb: client: add tcon information to smb2_reconnect() debug messagesHenrique Carvalho1-9/+9
2025-09-28smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server...Stefan Metzmacher1-1/+1
2025-09-02smb: 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-03cifs: do not disable interface polling on failureShyam Prasad N1-4/+5
2025-06-03cifs: serialize other channels when query server interfaces is pendingShyam Prasad N1-6/+18
2025-06-03smb: client: make use of common smbdirect.hStefan Metzmacher1-8/+9
2025-06-03Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-68/+10
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-06-01smb: 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-14smb: 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-03-31smb: 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-17smb: 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-05smb: 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-20netfs: Change the read result collector to only use one work itemDavid Howells1-2/+3
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-9/+1
2024-12-20netfs: 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-26smb: client: allow reconnect when sending ioctlPaulo Alcantara1-5/+2
2024-11-26smb: 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