aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_rdma.c
Commit message (Expand)AuthorAgeFilesLines
* rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-011-24/+3
* rds: make local functions/variables staticstephen hemminger2010-10-211-1/+1
* rds: spin_lock_irq() is not nestableDan Carpenter2010-09-191-2/+2
* RDS/IB: protect the list of IB devicesZach Brown2010-09-081-3/+5
* RDS: flush fmrs before allocating new onesChris Mason2010-09-081-2/+5
* RDS: remove __init and __exit annotationZach Brown2010-09-081-2/+2
* RDS/IB: create a work queue for FMR flushingZach Brown2010-09-081-2/+23
* RDS/IB: destroy connections on rmmodZach Brown2010-09-081-5/+4
* RDS: whitespaceAndy Grover2010-09-081-1/+0
* RDS: use delayed work for the FMR flushesChris Mason2010-09-081-6/+6
* rds: recycle FMRs through lockless listsChris Mason2010-09-081-42/+172
* RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown2010-09-081-2/+12
* rds: Use RCU for the bind lookup searchesChris Mason2010-09-081-0/+2
* RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover2010-09-081-2/+3
* 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-081-8/+16
* RDS: Implement atomic operationsAndy Grover2010-09-081-1/+3
* RDS: fold rdma.h into rds.hAndy Grover2010-09-081-1/+0
* RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2010-09-081-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | RDS: Do not call set_page_dirty() with irqs offAndy Grover2010-03-161-0/+1
* | RDS: Workaround for in-use MRs on close causing crashAndy Grover2010-03-161-2/+2
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
* RDS: Fix panic on unloadAndy Grover2009-10-301-4/+1
* RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover2009-07-201-6/+6
* RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover2009-04-021-22/+21
* RDS/IB: Implement RDMA ops using FMRsAndy Grover2009-02-261-0/+641