summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smbdirect.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* cifs:smbd Use the correct DMA direction when sending dataLong Li2019-05-141-3/+5
* cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-05-081-27/+28
* cifs: smbd: Indicate to retry on transport sending failureLong Li2019-05-081-2/+3
* cifs: smbd: Return EINTR when interruptedLong Li2019-05-081-1/+1
* cifs: smbd: Don't destroy transport on RDMA disconnectLong Li2019-05-081-113/+7Star
* smbd: Make upper layer decide when to destroy the transportLong Li2019-05-081-20/+94
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-051-3/+3
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-4/+13
|\
| * iov_iter: Use accessor functionDavid Howells2018-10-241-4/+13
* | CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li2018-10-241-19/+19
|/
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-15/+7Star
|\
| * cifs: fix SMB1 breakageRonnie Sahlberg2018-07-051-2/+3
| * cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-161-14/+5Star
* | fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-10/+9Star
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-3/+10
|/
* CIFS: SMBD: Support page offset in memory registrationLong Li2018-06-061-31/+45
* CIFS: SMBD: Support page offset in RDMA recvLong Li2018-06-061-7/+11
* CIFS: SMBD: Support page offset in RDMA sendLong Li2018-06-061-8/+19
* cifs: smbd: Avoid allocating iov on the stackLong Li2018-04-251-24/+12Star
* 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-191-0/+2
* cifs: smbd: disconnect transport on RDMA errorsLong Li2018-04-021-1/+6
* cifs: smbd: avoid reconnect lockupLong Li2018-04-021-4/+8
* CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Colin Ian King2018-04-021-2/+2
* address lock imbalance warnings in smbdirect.cSteve French2018-02-071-7/+9
* Cleanup some minor endian issues in smb3 rdmaSteve French2018-01-271-2/+3
* CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann2018-01-251-9/+6Star
* CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot2018-01-251-1/+1
* CIFS: SMBD: Implement RDMA memory registrationLong Li2018-01-251-0/+421
* CIFS: SMBD: Implement function to send data via RDMA sendLong Li2018-01-251-0/+246
* CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li2018-01-251-0/+228
* CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li2018-01-251-0/+16
* CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li2018-01-251-0/+36
* CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li2018-01-251-0/+17
* CIFS: SMBD: Establish SMB Direct connectionLong Li2018-01-251-0/+1571
* CIFS: SMBD: Add SMB Direct protocol initial values and constantsLong Li2018-01-251-0/+77