aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | RDS/IB: Remove dead codeAndy Grover2010-09-081-14/+0
* | RDS/IB: Disallow connections less than RDS 3.1Andy Grover2010-09-082-47/+16
* | RDS/IB: eliminate duplicate codeAndy Grover2010-09-081-19/+11
* | RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-0812-18/+3
* | RDS: WhitespaceAndy Grover2010-09-083-4/+3
* | RDS: Do not mask address when pinning pagesAndy Grover2010-09-081-2/+2
* | RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-084-11/+24
* | RDS: Implement atomic operationsAndy Grover2010-09-088-23/+302
* | RDS: Clear up some confusing code in send_remove_from_sockAndy Grover2010-09-081-1/+1