summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smbdirect.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: SMBD: Support page offset in memory registrationLong Li2018-06-051-31/+45
* CIFS: SMBD: Support page offset in RDMA recvLong Li2018-06-051-7/+11
* CIFS: SMBD: Support page offset in RDMA sendLong Li2018-06-051-8/+19
* cifs: smbd: Avoid allocating iov on the stackLong Li2018-04-251-24/+12
* cifs: smbd: Dump SMB packet when configuredLong Li2018-04-201-1/+5
* cifs: smbd: Check for iov length on sending the last iovLong Li2018-04-181-0/+2
* cifs: smbd: disconnect transport on RDMA errorsLong Li2018-04-011-1/+6
* cifs: smbd: avoid reconnect lockupLong Li2018-04-011-4/+8
* CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Colin Ian King2018-04-011-2/+2
* address lock imbalance warnings in smbdirect.cSteve French2018-02-071-7/+9
* Cleanup some minor endian issues in smb3 rdmaSteve French2018-01-261-2/+3
* CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann2018-01-241-9/+6
* CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot2018-01-241-1/+1
* CIFS: SMBD: Implement RDMA memory registrationLong Li2018-01-241-0/+421
* CIFS: SMBD: Implement function to send data via RDMA sendLong Li2018-01-241-0/+246
* CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li2018-01-241-0/+228
* CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li2018-01-241-0/+16
* CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li2018-01-241-0/+36
* CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li2018-01-241-0/+17
* CIFS: SMBD: Establish SMB Direct connectionLong Li2018-01-241-0/+1571
* CIFS: SMBD: Add SMB Direct protocol initial values and constantsLong Li2018-01-241-0/+77
OpenPOWER on IntegriCloud