1. fbf4d7e RDS: Remove unused XLIST_PTR_TAIL and xlist_protect() by Andy Grover · 14 years ago
  2. c9455d9 RDS: whitespace by Andy Grover · 14 years ago
  3. 7a0ff5d RDS: use delayed work for the FMR flushes by Chris Mason · 14 years ago
  4. eabb732 rds: more FMRs are faster by Chris Mason · 14 years ago
  5. 6fa70da rds: recycle FMRs through lockless lists by Chris Mason · 14 years ago
  6. 0f4b1c7 rds: fix rds_send_xmit() serialization by Zach Brown · 14 years ago
  7. 501dccc rds: block ints when acquiring c_lock in rds_conn_message_info() by Zach Brown · 14 years ago
  8. 671202f rds: remove unused rds_send_acked_before() by Zach Brown · 14 years ago
  9. 037f18a3 RDS: use friendly gfp masks for prefill by Chris Mason · 14 years ago
  10. 3324412 RDS/IB: Add caching of frags and incs by Chris Mason · 14 years ago
  11. fc24f78 RDS/IB: Remove ib_recv_unmap_page() by Andy Grover · 14 years ago
  12. 3427e85 RDS: Assume recv->r_frag is always NULL in refill_one() by Andy Grover · 14 years ago
  13. 0b088e0 RDS: Use page_remainder_alloc() for recv bufs by Andy Grover · 14 years ago
  14. fc19de3 RDS/IB: disconnect when IB devices are removed by Zach Brown · 14 years ago
  15. f3c6808 RDS: introduce rds_conn_connect_if_down() by Zach Brown · 14 years ago
  16. 3e0249f RDS/IB: add refcount tracking to struct rds_ib_device by Zach Brown · 14 years ago
  17. 89bf9d4 RDS/IB: get the xmit max_sge from the RDS IB device on the connection by Zach Brown · 14 years ago
  18. a46ca94 RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lock by Zach Brown · 14 years ago
  19. 1cc2228 rds: Fix reference counting on the for xmit_atomic and xmit_rdma by Chris Mason · 14 years ago
  20. bcf50ef rds: use RCU to protect the connection hash by Chris Mason · 14 years ago
  21. abf4543 RDS: use locking on the connection hash list by Chris Mason · 14 years ago
  22. c9e6538 rds: Fix RDMA message reference counting by Chris Mason · 14 years ago
  23. 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 14 years ago
  24. 38a4e5e rds: Use RCU for the bind lookup searches by Chris Mason · 14 years ago
  25. e4c52c9 RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node() by Andy Grover · 14 years ago
  26. 4a81802 RDS/IB: Remove unused variable in ib_remove_addr() by Andy Grover · 14 years ago
  27. 764f2dd rds: rcu-ize rds_ib_get_device() by Chris Mason · 14 years ago
  28. c83188d rds: per-rm flush_wait waitq by Chris Mason · 14 years ago
  29. 976673e rds: switch to rwlock on bind_lock by Chris Mason · 14 years ago
  30. ce47f52 RDS: Update comments in rds_send_xmit() by Andy Grover · 14 years ago
  31. 9e29db0 RDS: Use a generation counter to avoid rds_send_xmit loop by Chris Mason · 14 years ago
  32. acfcd4d RDS: Get pong working again by Andy Grover · 14 years ago
  33. a40aa92 RDS: Do wait_event_interruptible instead of wait_event by Andy Grover · 14 years ago
  34. fcc5450 RDS: Remove send_quota from send_xmit() by Andy Grover · 14 years ago
  35. 51e2cba RDS: Move atomic stats from general to ib-specific area by Andy Grover · 14 years ago
  36. ab1a692 RDS: rds_message_unmapped() doesn't need to check if queue active by Andy Grover · 14 years ago
  37. cf4b738 RDS: Fix locking in send on m_rs_lock by Andy Grover · 14 years ago
  38. f2ec76f RDS: Use NOWAIT in message_map_pages() by Andy Grover · 14 years ago
  39. 2fa5712 RDS: Bypass workqueue when queueing cong updates by Andy Grover · 14 years ago
  40. a7d3a28 RDS: Call rds_send_xmit() directly from sendmsg() by Andy Grover · 14 years ago
  41. 2ad8099 RDS: rds_send_xmit() locking/irq fixes by Andy Grover · 14 years ago
  42. 049ee3f RDS: Change send lock from a mutex to a spinlock by Andy Grover · 14 years ago
  43. f17a1a5 RDS: Refill recv ring directly from tasklet by Andy Grover · 14 years ago
  44. 77dd550 RDS: Stop supporting old cong map sending method by Andy Grover · 14 years ago
  45. e32b4a7 RDS/IB: Do not wait for send ring to be empty on conn shutdown by Andy Grover · 14 years ago
  46. ff3d7d3 RDS: Perform unmapping ops in stages by Andy Grover · 14 years ago
  47. aa0a4ef RDS: Make sure cmsgs aren't used in improper ways by Andy Grover · 14 years ago
  48. 2c3a5f9 RDS: Add flag for silent ops. Do atomic op before RDMA by Andy Grover · 14 years ago
  49. 7e3bd65 RDS: Move some variables around for consistency by Andy Grover · 14 years ago
  50. 940786e RDS: queue failure notifications for dropped atomic ops by Andy Grover · 14 years ago
  51. ee4c7b4 RDS: Add a warning if trying to allocate 0 sgs by Andy Grover · 15 years ago
  52. 372cd7d RDS: Do not set op_active in r_m_copy_from_user(). by Andy Grover · 15 years ago
  53. 5b2366b RDS: Rewrite rds_send_xmit by Andy Grover · 15 years ago
  54. 6c7cc6e RDS: Rename data op members prefix from m_ to op_ by Andy Grover · 15 years ago
  55. f8b3aaf RDS: Remove struct rds_rdma_op by Andy Grover · 14 years ago
  56. d0ab25a RDS: purge atomic resources too in rds_message_purge() by Andy Grover · 15 years ago
  57. 4324879 RDS: Inline rdma_prepare into cmsg_rdma_args by Andy Grover · 15 years ago
  58. 241eef3 RDS: Implement silent atomics by Andy Grover · 15 years ago
  59. d37c935 RDS: Move loop-only function to loop.c by Andy Grover · 15 years ago
  60. c8de3f1 RDS/IB: Make all flow control code conditional on i_flowctl by Andy Grover · 15 years ago
  61. 1d34f17 RDS: Remove unsignaled_bytes sysctl by Andy Grover · 15 years ago
  62. da5a06c RDS: rewrite rds_ib_xmit by Andy Grover · 15 years ago
  63. 919ced4 RDS/IB: Remove ib_[header/data]_sge() functions by Andy Grover · 15 years ago
  64. 6f3d05d RDS/IB: Remove dead code by Andy Grover · 15 years ago
  65. f147dd9 RDS/IB: Disallow connections less than RDS 3.1 by Andy Grover · 15 years ago
  66. 9c03039 RDS/IB: eliminate duplicate code by Andy Grover · 15 years ago
  67. 809fa14 RDS: inc_purge() transport function unused - remove it by Andy Grover · 15 years ago
  68. 6200ed7 RDS: Whitespace by Andy Grover · 15 years ago
  69. d22faec RDS: Do not mask address when pinning pages by Andy Grover · 15 years ago
  70. 40589e7 RDS: Base init_depth and responder_resources on hw values by Andy Grover · 15 years ago
  71. 15133f6 RDS: Implement atomic operations by Andy Grover · 15 years ago
  72. a63273d RDS: Clear up some confusing code in send_remove_from_sock by Andy Grover · 15 years ago
  73. f4dd96f7 RDS: make sure all sgs alloced are initialized by Andy Grover · 15 years ago
  74. ff87e97 RDS: make m_rdma_op a member of rds_message by Andy Grover · 15 years ago
  75. 21f79af RDS: fold rdma.h into rds.h by Andy Grover · 15 years ago
  76. fc44508 RDS: Explicitly allocate rm in sendmsg() by Andy Grover · 15 years ago
  77. 3ef13f3 RDS: cleanup/fix rds_rdma_unuse by Andy Grover · 15 years ago
  78. e779137 RDS: break out rdma and data ops into nested structs in rds_message by Andy Grover · 15 years ago
  79. 8690bfa RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons by Andy Grover · 15 years ago
  80. 2dc3935 RDS: move rds_shutdown_worker impl. to rds_conn_shutdown by Andy Grover · 14 years ago
  81. 9de0864 RDS: Fix locking in send on m_rs_lock by Andy Grover · 14 years ago
  82. 7c82eaf RDS: Rewrite rds_send_drop_to() for clarity by Andy Grover · 14 years ago
  83. 35b52c7 RDS: Fix corrupted rds_mrs by Tina Yang · 14 years ago
  84. 9e2effb RDS: Fix BUG_ONs to not fire when in a tasklet by Andy Grover · 14 years ago
  85. f037590 rds: fix a leak of kernel memory by Eric Dumazet · 14 years ago
  86. 5daf47b net/rds: Add missing mutex_unlock by Julia Lawall · 14 years ago
  87. ccbd6a5 net: Remove unnecessary semicolons after switch statements by Joe Perches · 14 years ago
  88. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  89. 24acc68 rdma: potential ERR_PTR dereference by Dan Carpenter · 14 years ago
  90. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  91. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  92. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  93. 18062ca rds: cleanup: remove unneeded variable by Dan Carpenter · 14 years ago
  94. 768bbed RDS: Enable per-cpu workqueue threads by Tina Yang · 14 years ago
  95. 561c7df RDS: Do not call set_page_dirty() with irqs off by Andy Grover · 14 years ago
  96. 450d06c RDS: Properly unmap when getting a remote access error by Sherman Pun · 14 years ago
  97. b98ba52 RDS: only put sockets that have seen congestion on the poll_waitq by Andy Grover · 14 years ago
  98. 550a800 RDS: Fix locking in rds_send_drop_to() by Tina Yang · 14 years ago
  99. 9706978 RDS: Turn down alarming reconnect messages by Andy Grover · 14 years ago
  100. 571c02f RDS: Workaround for in-use MRs on close causing crash by Andy Grover · 14 years ago