aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smbdirect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-14cifs:smbd Use the correct DMA direction when sending dataLong Li1-3/+5
2019-05-07cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li1-27/+28
2019-05-07cifs: smbd: Indicate to retry on transport sending failureLong Li1-2/+3
2019-05-07cifs: smbd: Return EINTR when interruptedLong Li1-1/+1
2019-05-07cifs: smbd: Don't destroy transport on RDMA disconnectLong Li1-113/+7
2019-05-07smbd: Make upper layer decide when to destroy the transportLong Li1-20/+94
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg1-3/+3
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+13
2018-10-23CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li1-19/+19
2018-10-24iov_iter: Use accessor functionDavid Howells1-4/+13
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-15/+7
2018-07-24fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-10/+9
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg1-2/+3
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-3/+10
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara1-14/+5
2018-06-05CIFS: SMBD: Support page offset in memory registrationLong Li1-31/+45
2018-06-05CIFS: SMBD: Support page offset in RDMA recvLong Li1-7/+11
2018-06-05CIFS: SMBD: Support page offset in RDMA sendLong Li1-8/+19
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