summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
...
* | RDS/IB: disconnect when IB devices are removedZach Brown2010-09-081-1/+24
* | RDS: introduce rds_conn_connect_if_down()Zach Brown2010-09-083-14/+15
* | RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown2010-09-084-55/+125
* | RDS/IB: get the xmit max_sge from the RDS IB device on the connectionZach Brown2010-09-081-7/+5
* | RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lockZach Brown2010-09-081-9/+6
* | rds: Fix reference counting on the for xmit_atomic and xmit_rdmaChris Mason2010-09-082-9/+11
* | rds: use RCU to protect the connection hashChris Mason2010-09-081-22/+22
* | RDS: use locking on the connection hash listChris Mason2010-09-081-0/+3
* | rds: Fix RDMA message reference countingChris Mason2010-09-082-8/+14
* | rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-085-16/+26
* | rds: Use RCU for the bind lookup searchesChris Mason2010-09-084-45/+57
* | RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover2010-09-084-5/+14
* | RDS/IB: Remove unused variable in ib_remove_addr()Andy Grover2010-09-081-1/+1
* | rds: rcu-ize rds_ib_get_device()Chris Mason2010-09-082-8/+17
* | rds: per-rm flush_wait waitqChris Mason2010-09-082-4/+5
* | rds: switch to rwlock on bind_lockChris Mason2010-09-081-7/+7
* | RDS: Update comments in rds_send_xmit()Andy Grover2010-09-081-3/+2
* | RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason2010-09-083-4/+9
* | RDS: Get pong working againAndy Grover2010-09-081-1/+4
* | RDS: Do wait_event_interruptible instead of wait_eventAndy Grover2010-09-081-2/+2
* | RDS: Remove send_quota from send_xmit()Andy Grover2010-09-081-15/+15
* | RDS: Move atomic stats from general to ib-specific areaAndy Grover2010-09-085-6/+6
* | RDS: rds_message_unmapped() doesn't need to check if queue activeAndy Grover2010-09-081-2/+1
* | RDS: Fix locking in send on m_rs_lockAndy Grover2010-09-081-2/+3
* | RDS: Use NOWAIT in message_map_pages()Andy Grover2010-09-081-1/+1
* | RDS: Bypass workqueue when queueing cong updatesAndy Grover2010-09-081-1/+1
* | RDS: Call rds_send_xmit() directly from sendmsg()Andy Grover2010-09-081-1/+1
* | RDS: rds_send_xmit() locking/irq fixesAndy Grover2010-09-081-9/+12
* | RDS: Change send lock from a mutex to a spinlockAndy Grover2010-09-084-29/+18
* | RDS: Refill recv ring directly from taskletAndy Grover2010-09-083-17/+10
* | RDS: Stop supporting old cong map sending methodAndy Grover2010-09-088-106/+13
* | RDS/IB: Do not wait for send ring to be empty on conn shutdownAndy Grover2010-09-081-1/+4
* | RDS: Perform unmapping ops in stagesAndy Grover2010-09-085-126/+142
* | RDS: Make sure cmsgs aren't used in improper waysAndy Grover2010-09-081-0/+9
* | RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover2010-09-083-24/+35
* | RDS: Move some variables around for consistencyAndy Grover2010-09-082-4/+7
* | RDS: queue failure notifications for dropped atomic opsAndy Grover2010-09-081-2/+10
* | RDS: Add a warning if trying to allocate 0 sgsAndy Grover2010-09-081-0/+1
* | RDS: Do not set op_active in r_m_copy_from_user().Andy Grover2010-09-082-7/+8
* | RDS: Rewrite rds_send_xmitAndy Grover2010-09-082-63/+73
* | RDS: Rename data op members prefix from m_ to op_Andy Grover2010-09-086-51/+51
* | RDS: Remove struct rds_rdma_opAndy Grover2010-09-088-148/+145
* | RDS: purge atomic resources too in rds_message_purge()Andy Grover2010-09-083-0/+22
* | RDS: Inline rdma_prepare into cmsg_rdma_argsAndy Grover2010-09-081-26/+12
* | RDS: Implement silent atomicsAndy Grover2010-09-085-35/+45
* | RDS: Move loop-only function to loop.cAndy Grover2010-09-082-8/+13
* | RDS/IB: Make all flow control code conditional on i_flowctlAndy Grover2010-09-081-6/+8
* | RDS: Remove unsignaled_bytes sysctlAndy Grover2010-09-083-21/+0
* | RDS: rewrite rds_ib_xmitAndy Grover2010-09-081-78/+45
* | RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover2010-09-083-55/+23
OpenPOWER on IntegriCloud