summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2016-06-201-3/+4
|\
| * staging: lustre: lnet: Don't access NULL NI on failure pathDoug Oucharek2016-06-091-3/+4
* | staging/lustre: Remove unnecessary space after a castOleg Drokin2016-06-182-2/+2
* | staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin2016-06-174-4/+4
* | staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin2016-06-174-16/+0
* | staging: lustre: o2iblnd: remove typedefsJames Simmons2016-06-174-504/+504
* | staging: lustre: ko2iblnd: fix memory corruption with fragmentsJames Simmons2016-06-072-4/+13
* | staging: lustre: o2iblnd: make rdma_create_id() support containersLi Dongyang2016-06-071-1/+1
|/
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-204-219/+557
|\
| * staging: lustre: o2iblnd: properly set ibr_whyAmir Shehata2016-05-091-1/+1
| * staging: lustre: o2iblnd: remove last of kiblnd_tunables_finiAmir Shehata2016-05-091-1/+0
| * staging: lustre: o2iblnd: per NI map-on-demand valueAmir Shehata2016-05-094-73/+125
| * staging: lustre: o2iblnd: use data in lnet_ni_t instead of kiblnd_tunablesAmir Shehata2016-05-093-34/+34
| * staging: lustre: o2iblnd: create default o2iblnd tunable settingsAmir Shehata2016-05-093-8/+20
| * staging: lustre: o2iblnd: convert macros to inline functionsAmir Shehata2016-05-094-35/+61
| * staging: lustre: o2iblnd: Add Fast Reg memory registration supportDmitry Eremin2016-05-093-55/+257
| * staging: lustre: o2iblnd: add IBLND_WID_MRDmitry Eremin2016-05-091-1/+2
| * staging: lustre: o2iblnd: handle unmapping of FMR in kiblnd_fmr_pool_unmapDmitry Eremin2016-05-092-7/+11
| * staging: lustre: o2iblnd: cache FMR key in kib_fmr_tDmitry Eremin2016-05-093-10/+14
| * staging: lustre: o2iblnd: break up kiblnd_create_fmr_poolDmitry Eremin2016-05-091-14/+41
| * staging: lustre: o2iblnd: create union to contain FMRDmitry Eremin2016-05-092-9/+13
| * staging: lustre: o2iblnd: Use list_for_each_entry_safe in kiblnd_destroy_fmr_...Dmitry Eremin2016-05-091-3/+2
| * staging: lustre: o2iblnd: rename kib_fmr_pool_tDmitry Eremin2016-05-091-11/+11
| * staging: lustre: lnet: revert commit 4671a0266James Simmons2016-03-281-3/+11
| * Staging: lustre: o2iblnd: Use sizeof type *pointer instead of sizeof type.Sandhya Bankar2016-03-281-2/+2
| * staging: lustre: lnet: Replace sg++ with sg = sg_next(sg)Amitoj Kaur Chawla2016-03-281-2/+2
|/
* staging: lustre: lnet: o2iblnd: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-111-2/+2
* staging: lustre: do less intense allocating retry for ko2iblndLiang Zhen2016-03-021-4/+16
* staging: lustre: avoid intensive reconnecting for ko2iblndLiang Zhen2016-03-023-116/+258
* staging: lustre: check wr_id returned by ib_poll_cqLiang Zhen2016-03-022-6/+24
* staging: lustre: Change connect peer failed cleanup orderDoug Oucharek2016-03-021-0/+2
* staging: lustre: take extra refcount in kiblnd_connreq_doneLiang Zhen2016-03-021-4/+12
* staging: lustre: make ko2iblnd connect parameters persistentAmir Shehata2016-03-023-21/+37
* staging: lustre: Support different ko2iblnd configs between systemsJeremy Filizetti2016-03-023-97/+146
* staging: lustre: change ibh_mrs from array to pointerAmir Shehata2016-03-023-97/+13
* staging: lustre: corrected some typos and grammar errorsFrank Zago2016-03-021-1/+1
* staging: lustre: make o2iblnd_cb.c local functions staticFrank Zago2016-03-022-18/+17
* staging: lustre: make o2iblnd local functions staticFrank Zago2016-03-022-20/+16
* staging: lustre: reverse LNet and infinband header orderJames Simmons2016-03-021-5/+5
* staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu2016-03-022-3/+6
* staging: lustre: lnet: Use list_entry() rather than container_of()Janani Ravichandran2016-03-011-1/+1
* staging: lustre: make module_init/exit naming consistentAndreas Dilger2016-03-011-4/+4
* staging: lustre: update the MODULE_DESCRIPTION for all lustre modulesAndreas Dilger2016-03-011-1/+1
* staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons2016-03-011-0/+1
* staging: lustre: do not memset after LIBCFS_ALLOCFrank Zago2016-02-201-2/+0
* staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons2016-02-144-170/+169
* staging: lustre: fix all NULL comparisons in LNet layerJames Simmons2016-02-142-175/+175
* staging: lustre: balance braces properly in LNet layerJames Simmons2016-02-141-1/+2
* staging: lustre: remove space in LNet function declarationsJames Simmons2016-02-141-1/+1
* staging: lustre: don't set more than one variable per line in LNet layerJames Simmons2016-02-142-8/+8
OpenPOWER on IntegriCloud