summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/transport_rdma.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus 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