aboutsummaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2010-09-08RDS: Assume recv->r_frag is always NULL in refill_one()Andy Grover
2010-09-08RDS: Use page_remainder_alloc() for recv bufsAndy Grover
2010-09-08RDS/IB: disconnect when IB devices are removedZach Brown
2010-09-08RDS: introduce rds_conn_connect_if_down()Zach Brown
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown
2010-09-08RDS/IB: get the xmit max_sge from the RDS IB device on the connectionZach Brown
2010-09-08RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lockZach Brown
2010-09-08rds: Fix reference counting on the for xmit_atomic and xmit_rdmaChris Mason
2010-09-08rds: use RCU to protect the connection hashChris Mason
2010-09-08RDS: use locking on the connection hash listChris Mason
2010-09-08rds: Fix RDMA message reference countingChris Mason
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason
2010-09-08rds: Use RCU for the bind lookup searchesChris Mason
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover
2010-09-08RDS/IB: Remove unused variable in ib_remove_addr()Andy Grover
2010-09-08rds: rcu-ize rds_ib_get_device()Chris Mason
2010-09-08rds: per-rm flush_wait waitqChris Mason
2010-09-08rds: switch to rwlock on bind_lockChris Mason
2010-09-08RDS: Update comments in rds_send_xmit()Andy Grover
2010-09-08RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason
2010-09-08RDS: Get pong working againAndy Grover
2010-09-08RDS: Do wait_event_interruptible instead of wait_eventAndy Grover
2010-09-08RDS: Remove send_quota from send_xmit()Andy Grover
2010-09-08RDS: Move atomic stats from general to ib-specific areaAndy Grover
2010-09-08RDS: rds_message_unmapped() doesn't need to check if queue activeAndy Grover
2010-09-08RDS: Fix locking in send on m_rs_lockAndy Grover
2010-09-08RDS: Use NOWAIT in message_map_pages()Andy Grover
2010-09-08RDS: Bypass workqueue when queueing cong updatesAndy Grover
2010-09-08RDS: Call rds_send_xmit() directly from sendmsg()Andy Grover
2010-09-08RDS: rds_send_xmit() locking/irq fixesAndy Grover
2010-09-08RDS: Change send lock from a mutex to a spinlockAndy Grover
2010-09-08RDS: Refill recv ring directly from taskletAndy Grover
2010-09-08RDS: Stop supporting old cong map sending methodAndy Grover
2010-09-08RDS/IB: Do not wait for send ring to be empty on conn shutdownAndy Grover
2010-09-08RDS: Perform unmapping ops in stagesAndy Grover
2010-09-08RDS: Make sure cmsgs aren't used in improper waysAndy Grover
2010-09-08RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover
2010-09-08RDS: Move some variables around for consistencyAndy Grover
2010-09-08RDS: queue failure notifications for dropped atomic opsAndy Grover
2010-09-08RDS: Add a warning if trying to allocate 0 sgsAndy Grover
2010-09-08RDS: Do not set op_active in r_m_copy_from_user().Andy Grover
2010-09-08RDS: Rewrite rds_send_xmitAndy Grover
2010-09-08RDS: Rename data op members prefix from m_ to op_Andy Grover
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover
2010-09-08RDS: purge atomic resources too in rds_message_purge()Andy Grover
2010-09-08RDS: Inline rdma_prepare into cmsg_rdma_argsAndy Grover
2010-09-08RDS: Implement silent atomicsAndy Grover
2010-09-08RDS: Move loop-only function to loop.cAndy Grover
2010-09-08RDS/IB: Make all flow control code conditional on i_flowctlAndy Grover
2010-09-08RDS: Remove unsignaled_bytes sysctlAndy Grover