summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/transport_rdma.c
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: call ib_drain_qp when disconnectedNamjae Jeon2022-10-051-0/+2
* ksmbd: reduce server smbdirect max send/receive segment sizesTom Talpey2022-10-051-2/+2
* ksmbd: decrease the number of SMB3 smbdirect server SGEsTom Talpey2022-10-051-1/+1
* ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is alre...Christophe JAILLET2022-06-111-10/+0
* ksmbd: smbd: relax the count of sges requiredHyunchul Lee2022-05-271-8/+5
* ksmbd: smbd: fix connection dropped issueHyunchul Lee2022-05-211-0/+1
* ksmbd: fix wrong smbd max read/write size checkNamjae Jeon2022-05-211-0/+5
* ksmbd: add smbd max io size parameterNamjae Jeon2022-05-211-1/+7
* ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee2022-05-211-58/+106
* ksmbd: smbd: change the return value of get_sg_listHyunchul Lee2022-05-211-2/+2
* ksmbd: smbd: simplify tracking pending packetsHyunchul Lee2022-05-211-27/+7
* ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee2022-05-211-49/+71
* ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee2022-05-211-13/+17
* Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\
| * treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* | ksmbd: reduce smb direct max read/write sizeNamjae Jeon2022-02-041-1/+1
|/
* ksmbd: add smb-direct shutdownYufan Chen2022-01-101-0/+10
* ksmbd: smbd: change the default maximum read/write, receive sizeHyunchul Lee2022-01-101-2/+4
* ksmbd: smbd: create MR poolHyunchul Lee2022-01-101-1/+22
* ksmbd: smbd: call rdma_accept() under CM handlerHyunchul Lee2022-01-101-43/+59
* ksmbd: set 445 port to smbdirect port by defaultNamjae Jeon2022-01-101-3/+12
* ksmbd: register ksmbd ib client with ib_register_client()Hyunchul Lee2022-01-101-10/+97
* ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-111-1/+1
* ksmbd: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-061-1/+0
* ksmbd: add buffer validation for smb directHyunchul Lee2021-10-151-2/+19
* ksmbd: transport_rdma: Don't include rwlock.h directlyMike Galbraith2021-09-171-1/+0
* ksmbd: smbd: fix dma mapping error in smb_direct_post_send_dataHyunchul Lee2021-09-031-1/+1
* ksmbd: smbd: fix kernel oops during server shutdownHyunchul Lee2021-08-131-2/+3
* ksmbd: fix typo of MS-SMBDNamjae Jeon2021-07-221-1/+1
* ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFOHyunchul Lee2021-07-131-0/+14
* ksmbd: fix read on the uninitialized send_ctxNamjae Jeon2021-07-081-4/+2
* ksmbd: replace SMB_DIRECT_TRANS macro with inline functionNamjae Jeon2021-06-291-8/+12
* ksmbd: replace BUFFER_NR_PAGES with inline functionHyunchul Lee2021-06-291-6/+8
* ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-281-0/+2039