summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2010-09-08RDS: have sockets get transport module referencesZach Brown
2010-09-08RDS: remove old rs_transport commentZach Brown
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown
2010-09-08RDS/IB: protect the list of IB devicesZach Brown
2010-09-08RDS/IB: print IB event strings as well as their numberZach Brown
2010-09-08RDS: flush fmrs before allocating new onesChris Mason
2010-09-08RDS: properly use sg_init_tableChris Mason
2010-09-08RDS/IB: track signaled sendsZach Brown
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover
2010-09-08RDS/IB: always process recv completionsZach Brown
2010-09-08RDS: return to a single-threaded krdsdZach Brown
2010-09-08RDS/IB: create a work queue for FMR flushingZach Brown
2010-09-08RDS/IB: destroy connections on rmmodZach Brown
2010-09-08RDS/IB: wait for IB dev freeing work to finish during rmmodZach Brown
2010-09-08RDS/IB: Make ib_recv_refill return voidAndy Grover
2010-09-08RDS: Remove unused XLIST_PTR_TAIL and xlist_protect()Andy Grover
2010-09-08RDS: whitespaceAndy Grover
2010-09-08RDS: use delayed work for the FMR flushesChris Mason
2010-09-08rds: more FMRs are fasterChris Mason
2010-09-08rds: recycle FMRs through lockless listsChris Mason
2010-09-08rds: fix rds_send_xmit() serializationZach Brown
2010-09-08rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown
2010-09-08rds: remove unused rds_send_acked_before()Zach Brown
2010-09-08RDS: use friendly gfp masks for prefillChris Mason
2010-09-08RDS/IB: Add caching of frags and incsChris Mason
2010-09-08RDS/IB: Remove ib_recv_unmap_page()Andy Grover
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