summaryrefslogtreecommitdiffstats
path: root/net/rds/ib_rdma.c
Commit message (Expand)AuthorAgeFilesLines
* RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-141-0/+1
* RDS: IB: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-101-1/+1
* RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka2016-03-021-3/+14
* RDS: IB: add mr reused statssantosh.shilimkar@oracle.com2016-03-021-1/+6
* RDS: IB: move FMR code to its own filesantosh.shilimkar@oracle.com2016-03-021-57/+51
* RDS: IB: create struct rds_ib_fmrsantosh.shilimkar@oracle.com2016-03-021-4/+10
* RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com2016-03-021-306/+73
* RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar2015-10-051-30/+71
* RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar2015-10-051-1/+1
* RDS: IB: use already available pool handle from ibmrSantosh Shilimkar2015-10-051-3/+2
* RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar2015-10-051-1/+1
* RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar2015-09-301-4/+2
* RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com2015-08-251-2/+0
* RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com2015-08-251-1/+1
* RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com2015-08-251-3/+24
* RDS: fix fmr pool dirty_countWengang Wang2015-08-251-6/+9
* RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2015-08-251-1/+1
* RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com2015-08-251-2/+7
* rds: rds_ib_device.refcount overflowWengang Wang2015-07-141-1/+3
* net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* net, rds, Replace xlist in net/rds/xlist.h with llistHuang Ying2011-09-151-61/+51
* 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