1. c21ce58 cifs: smbd: Only queue work for error recovery on memory registration by Long Li · 5 years ago
  2. acd4680 cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state by Long Li · 5 years ago
  3. d63cdba cifs: smbd: Add messages on RDMA session destroy and reconnection by Long Li · 5 years ago
  4. 37941ea cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE by Long Li · 5 years ago
  5. 20cf4e0 rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors by Chuck Lever · 5 years ago
  6. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  7. 7f46d23 cifs:smbd Use the correct DMA direction when sending data by Long Li · 6 years ago
  8. 4739f23 cifs: smbd: take an array of reqeusts when sending upper layer data by Long Li · 6 years ago
  9. 62fdf67 cifs: smbd: Indicate to retry on transport sending failure by Long Li · 6 years ago
  10. 98e0d40 cifs: smbd: Return EINTR when interrupted by Long Li · 6 years ago
  11. e8b3bfe cifs: smbd: Don't destroy transport on RDMA disconnect by Long Li · 6 years ago
  12. 050b8c3 smbd: Make upper layer decide when to destroy the transport by Long Li · 6 years ago
  13. 74ea5f9 cifs: replace snprintf with scnprintf by Ronnie Sahlberg · 6 years ago
  14. 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 6 years ago
  15. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  16. ff526d8 CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration by Long Li · 6 years ago
  17. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  18. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  19. 7393059 fs/cifs: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
  20. 81f39f9 cifs: fix SMB1 breakage by Ronnie Sahlberg · 7 years ago
  21. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  22. 35e2cc1 cifs: Use correct packet length in SMB2_TRANSFORM header by Paulo Alcantara · 7 years ago
  23. 7cf20bc CIFS: SMBD: Support page offset in memory registration by Long Li · 7 years ago
  24. 6509f50 CIFS: SMBD: Support page offset in RDMA recv by Long Li · 7 years ago
  25. b6903bc CIFS: SMBD: Support page offset in RDMA send by Long Li · 7 years ago
  26. 8bcda1d cifs: smbd: Avoid allocating iov on the stack by Long Li · 7 years ago
  27. ff30b89 cifs: smbd: Dump SMB packet when configured by Long Li · 7 years ago
  28. ab60ee7 cifs: smbd: Check for iov length on sending the last iov by Long Li · 7 years ago
  29. 21a4e14 cifs: smbd: disconnect transport on RDMA errors by Long Li · 7 years ago
  30. 48f238a cifs: smbd: avoid reconnect lockup by Long Li · 7 years ago
  31. ac65cb6 CIFS: SMBD: fix spelling mistake: "faield" and "legnth" by Colin Ian King · 7 years ago
  32. f9de151 address lock imbalance warnings in smbdirect.c by Steve French · 7 years ago
  33. 2026b06 Cleanup some minor endian issues in smb3 rdma by Steve French · 7 years ago
  34. e36c048 CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  35. 9084432 CIFS: SMBD: _smbd_get_connection() can be static by kbuild test robot · 7 years ago
  36. c739858 CIFS: SMBD: Implement RDMA memory registration by Long Li · 7 years ago
  37. d649e1b CIFS: SMBD: Implement function to send data via RDMA send by Long Li · 7 years ago
  38. f64b78f CIFS: SMBD: Implement function to receive data via RDMA receive by Long Li · 7 years ago
  39. 8ef130f CIFS: SMBD: Implement function to destroy a SMB Direct connection by Long Li · 7 years ago
  40. ad57b8e CIFS: SMBD: Implement function to reconnect to a SMB Direct transport by Long Li · 7 years ago
  41. 399f953 CIFS: SMBD: Implement function to create a SMB Direct connection by Long Li · 7 years ago
  42. f198186 CIFS: SMBD: Establish SMB Direct connection by Long Li · 7 years ago
  43. 03bee01 CIFS: SMBD: Add SMB Direct protocol initial values and constants by Long Li · 7 years ago