aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smbdirect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25cifs: smbd: Avoid allocating iov on the stackLong Li1-24/+12
2018-04-20cifs: smbd: Dump SMB packet when configuredLong Li1-1/+5
2018-04-18cifs: smbd: Check for iov length on sending the last iovLong Li1-0/+2
2018-04-01cifs: smbd: disconnect transport on RDMA errorsLong Li1-1/+6
2018-04-01cifs: smbd: avoid reconnect lockupLong Li1-4/+8
2018-04-01CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Colin Ian King1-2/+2
2018-02-07address lock imbalance warnings in smbdirect.cSteve French1-7/+9
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French1-2/+3
2018-01-24CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann1-9/+6
2018-01-24CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot1-1/+1
2018-01-24CIFS: SMBD: Implement RDMA memory registrationLong Li1-0/+421
2018-01-24CIFS: SMBD: Implement function to send data via RDMA sendLong Li1-0/+246
2018-01-24CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li1-0/+228
2018-01-24CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li1-0/+16
2018-01-24CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li1-0/+36
2018-01-24CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li1-0/+17
2018-01-24CIFS: SMBD: Establish SMB Direct connectionLong Li1-0/+1571
2018-01-24CIFS: SMBD: Add SMB Direct protocol initial values and constantsLong Li1-0/+77