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