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