summaryrefslogtreecommitdiff
path: root/fs/smb/client/smbdirect.c
AgeCommit message (Expand)AuthorFilesLines
33 hourssmb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...Stefan Metzmacher1-1/+0
33 hourssmb: client: don't wait for info->send_pending == 0 on errorStefan Metzmacher1-5/+5
33 hourssmb: client: let send_done() cleanup before calling smbd_disconnect_rdma_conn...Stefan Metzmacher1-6/+8
7 dayssmb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher1-2/+4
7 dayssmb: client: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-14/+11
7 dayssmb: client: let recv_done() cleanup before notifying the callers.Stefan Metzmacher1-6/+8
7 dayssmb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
7 dayssmb: client: remove separate empty_packet_queueStefan Metzmacher1-57/+5
2025-07-24smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...Stefan Metzmacher1-4/+27
2025-07-24cifs: Fix reading into an ITER_FOLIOQ from the smbdirect codeDavid Howells1-95/+17
2025-07-24cifs: Fix the smbd_response slab to allow usercopyDavid Howells1-5/+13
2025-07-24smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher1-38/+53
2025-07-24smb: client: make use of common smbdirect_socketStefan Metzmacher1-117/+141
2025-07-24smb: client: make use of common smbdirect_pdu.hStefan Metzmacher1-21/+19
2025-06-27smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher1-2/+3
2024-10-03smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds1-4/+2
2024-09-15smb: client: Use min() macroShen Lichuan1-4/+2
2024-09-12cifs: Don't support ITER_XARRAYDavid Howells1-49/+0
2024-09-12cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEsDavid Howells1-3/+68
2024-08-08Fix spelling errors in Server Message BlockXiaxi Shen1-4/+4
2024-01-08smb3: Improve exception handling in allocate_mr_list()Markus Elfring1-2/+2
2023-09-19smb3: Add dynamic trace points for RDMA (smbdirect) reconnectSteve French1-3/+6
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells1-1/+1
2023-05-31Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-1/+1
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+2611