summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smbdirect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-131-0/+1
* cifs: Standardize logging outputJoe Perches2020-06-011-99/+66
* cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2020-04-071-51/+10
* cifs: smbd: Properly process errors on ib_post_sendLong Li2020-04-071-123/+97
* cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li2020-04-071-7/+18
* cifs: smbd: Check send queue size before posting a sendLong Li2020-04-071-1/+10
* cifs: smbd: Merge code to track pending packetsLong Li2020-04-071-30/+10
* cifs: smbd: Check and extend sender credits in interrupt contextLong Li2020-03-291-23/+15
* cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li2020-03-291-2/+1
* cifs: smbd: Only queue work for error recovery on memory registrationLong Li2019-11-251-11/+15
* cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li2019-11-251-1/+1
* cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li2019-11-251-2/+4
* cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li2019-11-251-1/+1
* rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-4/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* 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-071-27/+28
* cifs: smbd: Indicate to retry on transport sending failureLong Li2019-05-071-2/+3
* cifs: smbd: Return EINTR when interruptedLong Li2019-05-071-1/+1
* cifs: smbd: Don't destroy transport on RDMA disconnectLong Li2019-05-071-113/+7
* smbd: Make upper layer decide when to destroy the transportLong Li2019-05-071-20/+94
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-041-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-011-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-231-19/+19
|/
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-15/+7
|\
| * cifs: fix SMB1 breakageRonnie Sahlberg2018-07-051-2/+3
| * cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-151-14/+5
* | fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-10/+9
* | 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-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