Age | Commit message (Expand) | Author | Files | Lines |
2019-11-25 | cifs: smbd: Only queue work for error recovery on memory registration | Long Li | 1 | -11/+15 |
2019-11-25 | cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state | Long Li | 1 | -1/+1 |
2019-11-25 | cifs: smbd: Add messages on RDMA session destroy and reconnection | Long Li | 1 | -2/+4 |
2019-11-25 | cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE | Long Li | 1 | -1/+1 |
2019-08-05 | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors | Chuck Lever | 1 | -4/+6 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
2019-05-14 | cifs:smbd Use the correct DMA direction when sending data | Long Li | 1 | -3/+5 |
2019-05-07 | cifs: smbd: take an array of reqeusts when sending upper layer data | Long Li | 1 | -27/+28 |
2019-05-07 | cifs: smbd: Indicate to retry on transport sending failure | Long Li | 1 | -2/+3 |
2019-05-07 | cifs: smbd: Return EINTR when interrupted | Long Li | 1 | -1/+1 |
2019-05-07 | cifs: smbd: Don't destroy transport on RDMA disconnect | Long Li | 1 | -113/+7 |
2019-05-07 | smbd: Make upper layer decide when to destroy the transport | Long Li | 1 | -20/+94 |
2019-03-04 | cifs: replace snprintf with scnprintf | Ronnie Sahlberg | 1 | -3/+3 |
2018-12-12 | RDMA: Start use ib_device_ops | Kamal Heib | 1 | -1/+1 |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -4/+13 |
2018-10-23 | CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration | Long Li | 1 | -19/+19 |
2018-10-24 | iov_iter: Use accessor function | David Howells | 1 | -4/+13 |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe | 1 | -15/+7 |
2018-07-24 | fs/cifs: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche | 1 | -10/+9 |
2018-07-05 | cifs: fix SMB1 breakage | Ronnie Sahlberg | 1 | -2/+3 |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 1 | -3/+10 |
2018-06-15 | cifs: Use correct packet length in SMB2_TRANSFORM header | Paulo Alcantara | 1 | -14/+5 |
2018-06-05 | CIFS: SMBD: Support page offset in memory registration | Long Li | 1 | -31/+45 |
2018-06-05 | CIFS: SMBD: Support page offset in RDMA recv | Long Li | 1 | -7/+11 |
2018-06-05 | CIFS: SMBD: Support page offset in RDMA send | Long Li | 1 | -8/+19 |
2018-04-25 | cifs: smbd: Avoid allocating iov on the stack | Long Li | 1 | -24/+12 |
2018-04-20 | cifs: smbd: Dump SMB packet when configured | Long Li | 1 | -1/+5 |
2018-04-18 | cifs: smbd: Check for iov length on sending the last iov | Long Li | 1 | -0/+2 |
2018-04-01 | cifs: smbd: disconnect transport on RDMA errors | Long Li | 1 | -1/+6 |
2018-04-01 | cifs: smbd: avoid reconnect lockup | Long Li | 1 | -4/+8 |
2018-04-01 | CIFS: SMBD: fix spelling mistake: "faield" and "legnth" | Colin Ian King | 1 | -2/+2 |
2018-02-07 | address lock imbalance warnings in smbdirect.c | Steve French | 1 | -7/+9 |
2018-01-26 | Cleanup some minor endian issues in smb3 rdma | Steve French | 1 | -2/+3 |
2018-01-24 | CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -9/+6 |
2018-01-24 | CIFS: SMBD: _smbd_get_connection() can be static | kbuild test robot | 1 | -1/+1 |
2018-01-24 | CIFS: SMBD: Implement RDMA memory registration | Long Li | 1 | -0/+421 |
2018-01-24 | CIFS: SMBD: Implement function to send data via RDMA send | Long Li | 1 | -0/+246 |
2018-01-24 | CIFS: SMBD: Implement function to receive data via RDMA receive | Long Li | 1 | -0/+228 |
2018-01-24 | CIFS: SMBD: Implement function to destroy a SMB Direct connection | Long Li | 1 | -0/+16 |
2018-01-24 | CIFS: SMBD: Implement function to reconnect to a SMB Direct transport | Long Li | 1 | -0/+36 |
2018-01-24 | CIFS: SMBD: Implement function to create a SMB Direct connection | Long Li | 1 | -0/+17 |
2018-01-24 | CIFS: SMBD: Establish SMB Direct connection | Long Li | 1 | -0/+1571 |
2018-01-24 | CIFS: SMBD: Add SMB Direct protocol initial values and constants | Long Li | 1 | -0/+77 |