aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/transport_rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05ksmbd: call ib_drain_qp when disconnectedNamjae Jeon1-0/+2
2022-10-05ksmbd: reduce server smbdirect max send/receive segment sizesTom Talpey1-2/+2
2022-10-05ksmbd: decrease the number of SMB3 smbdirect server SGEsTom Talpey1-1/+1
2022-06-11ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already usedChristophe JAILLET1-10/+0
2022-05-27ksmbd: smbd: relax the count of sges requiredHyunchul Lee1-8/+5
2022-05-21ksmbd: smbd: fix connection dropped issueHyunchul Lee1-0/+1
2022-05-21ksmbd: fix wrong smbd max read/write size checkNamjae Jeon1-0/+5
2022-05-21ksmbd: add smbd max io size parameterNamjae Jeon1-1/+7
2022-05-21ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee1-58/+106
2022-05-21ksmbd: smbd: change the return value of get_sg_listHyunchul Lee1-2/+2
2022-05-21ksmbd: smbd: simplify tracking pending packetsHyunchul Lee1-27/+7
2022-05-21ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee1-49/+71
2022-05-21ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee1-13/+17
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-04ksmbd: reduce smb direct max read/write sizeNamjae Jeon1-1/+1
2022-01-10ksmbd: add smb-direct shutdownYufan Chen1-0/+10
2022-01-10ksmbd: smbd: change the default maximum read/write, receive sizeHyunchul Lee1-2/+4
2022-01-10ksmbd: smbd: create MR poolHyunchul Lee1-1/+22
2022-01-10ksmbd: smbd: call rdma_accept() under CM handlerHyunchul Lee1-43/+59
2022-01-10ksmbd: set 445 port to smbdirect port by defaultNamjae Jeon1-3/+12
2022-01-10ksmbd: register ksmbd ib client with ib_register_client()Hyunchul Lee1-10/+97
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon1-1/+1
2021-11-06ksmbd: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-15ksmbd: add buffer validation for smb directHyunchul Lee1-2/+19
2021-09-17ksmbd: transport_rdma: Don't include rwlock.h directlyMike Galbraith1-1/+0
2021-09-03ksmbd: smbd: fix dma mapping error in smb_direct_post_send_dataHyunchul Lee1-1/+1
2021-08-13ksmbd: smbd: fix kernel oops during server shutdownHyunchul Lee1-2/+3
2021-07-22ksmbd: fix typo of MS-SMBDNamjae Jeon1-1/+1
2021-07-13ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFOHyunchul Lee1-0/+14
2021-07-08ksmbd: fix read on the uninitialized send_ctxNamjae Jeon1-4/+2
2021-06-29ksmbd: replace SMB_DIRECT_TRANS macro with inline functionNamjae Jeon1-8/+12
2021-06-29ksmbd: replace BUFFER_NR_PAGES with inline functionHyunchul Lee1-6/+8
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon1-0/+2039