1. 7dba920 net/rds: Use ERR_PTR for rds_message_alloc_sgs() by Jason Gunthorpe · 4 years, 9 months ago
  2. e228a5d net/rds: Replace struct rds_mr's r_refcount with struct kref by Ka-Cheong Poon · 4 years, 9 months ago
  3. eeb2c4f rds: use DIV_ROUND_UP instead of ceil by Jacob Wen · 6 years ago
  4. c75ab8a net/rds: remove user triggered WARN_ON in rds_sendmsg by shamir rabinovitch · 6 years ago
  5. 1cb1d97 rds: remove trailing whitespace and blank lines by Stephen Hemminger · 6 years ago
  6. bdf08fc rds: remove redundant variable 'sg_off' by Colin Ian King · 7 years ago
  7. 571e677 rds: rds_info_from_znotifier() can be static by kbuild test robot · 7 years ago
  8. 496c7f3 rds: rds_message_zcopy_from_user() can be static by kbuild test robot · 7 years ago
  9. 9426bbc rds: use list structure to track information for zerocopy completion notification by Sowmini Varadhan · 7 years ago
  10. d40a126b rds: refactor zcopy code into rds_message_zcopy_from_user by Sowmini Varadhan · 7 years ago
  11. 401910d rds: deliver zerocopy completion notification with data by Sowmini Varadhan · 7 years ago
  12. 0cebacc rds: zerocopy Tx support. by Sowmini Varadhan · 7 years ago
  13. 01883ed rds: support for zcopy completion notification by Sowmini Varadhan · 7 years ago
  14. ea8994c rds: hold a sock ref from rds_message to the rds_sock by Sowmini Varadhan · 7 years ago
  15. 6c5a1c4 net, rds: convert rds_message.m_refcount from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  16. 905dd41 RDS: TCP: Track peer's connection generation number by Sowmini Varadhan · 8 years ago
  17. 5916e2c RDS: TCP: Enable multipath RDS for TCP by Sowmini Varadhan · 8 years ago
  18. d0a47d3 rds: Make rds_message_copy_from_user() return 0 on success. by Sowmini Varadhan · 10 years ago
  19. 6ff4a8a rds: Fix min() warning in rds_message_inc_copy_to_user() by Geert Uytterhoeven · 10 years ago
  20. 083735f rds: switch rds_message_copy_from_user() to iov_iter by Al Viro · 10 years ago
  21. c310e72 rds: switch ->inc_copy_to_user() to passing iov_iter by Al Viro · 10 years ago
  22. 7dac1b5 rds: simplify a warning message by Cong Wang · 12 years ago
  23. ece6b0a rds: limit the size allocated by rds_message_alloc() by Cong Wang · 12 years ago
  24. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  25. aa58163 rds: Fix rds message leak in rds_message_map_pages by Pavel Emelyanov · 14 years ago
  26. d139ff0 RDS: Let rds_message_alloc_sgs() return NULL by Andy Grover · 14 years ago
  27. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  28. 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 15 years ago
  29. c83188d rds: per-rm flush_wait waitq by Chris Mason · 15 years ago
  30. a40aa92 RDS: Do wait_event_interruptible instead of wait_event by Andy Grover · 15 years ago
  31. ab1a692 RDS: rds_message_unmapped() doesn't need to check if queue active by Andy Grover · 15 years ago
  32. f2ec76f RDS: Use NOWAIT in message_map_pages() by Andy Grover · 15 years ago
  33. ee4c7b4 RDS: Add a warning if trying to allocate 0 sgs by Andy Grover · 15 years ago
  34. 372cd7d RDS: Do not set op_active in r_m_copy_from_user(). by Andy Grover · 15 years ago
  35. 6c7cc6e RDS: Rename data op members prefix from m_ to op_ by Andy Grover · 15 years ago
  36. f8b3aaf RDS: Remove struct rds_rdma_op by Andy Grover · 15 years ago
  37. d0ab25a RDS: purge atomic resources too in rds_message_purge() by Andy Grover · 15 years ago
  38. 241eef3 RDS: Implement silent atomics by Andy Grover · 15 years ago
  39. d37c935 RDS: Move loop-only function to loop.c by Andy Grover · 15 years ago
  40. 809fa14 RDS: inc_purge() transport function unused - remove it by Andy Grover · 15 years ago
  41. f4dd96f7 RDS: make sure all sgs alloced are initialized by Andy Grover · 15 years ago
  42. ff87e97 RDS: make m_rdma_op a member of rds_message by Andy Grover · 15 years ago
  43. 21f79af RDS: fold rdma.h into rds.h by Andy Grover · 15 years ago
  44. fc44508 RDS: Explicitly allocate rm in sendmsg() by Andy Grover · 15 years ago
  45. e779137 RDS: break out rdma and data ops into nested structs in rds_message by Andy Grover · 15 years ago
  46. 8690bfa RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons by Andy Grover · 15 years ago
  47. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  48. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  49. 616b757 RDS: Export symbols from core RDS by Andy Grover · 15 years ago
  50. 7875e18 RDS: Message parsing by Andy Grover · 16 years ago