aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-03lustre: ko2iblnd: removed forced u32 casts after htonlNikola Jelic1-2/+2
2017-03-06staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons1-12/+14
2017-03-06staging: lustre: lnet: change lnd_t to proper structureJames Simmons1-2/+2
2017-03-06staging: lustre: Using macro DIV_ROUND_UPsimran singhal1-1/+1
2017-03-06staging: lustre: ko2iblnd: Adapt to the removal of ib_get_dma_mr()Doug Oucharek1-71/+6
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-8/+8
2016-12-07staging/lustre/o2iblnd: Fix misspelling intialized->intializedOleg Drokin1-2/+2
2016-11-10staging: lustre: o2iblnd: use bool assignment to true/falseNicholas Hanley1-1/+1
2016-11-07staging: lustre: o2iblnd: replace space indentation with tabsNicholas Hanley1-1/+1
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-09-01staging/lustre/o2iblnd: handle mixed page size configurations.James Simmons1-6/+8
2016-08-21staging/lustre: Make alignment match open parenthesisOleg Drokin1-1/+1
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-06-17staging: lustre: o2iblnd: remove typedefsJames Simmons1-169/+170
2016-06-07staging: lustre: ko2iblnd: fix memory corruption with fragmentsJames Simmons1-4/+5
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-84/+321
2016-05-09staging: lustre: o2iblnd: per NI map-on-demand valueAmir Shehata1-25/+41
2016-05-09staging: lustre: o2iblnd: use data in lnet_ni_t instead of kiblnd_tunablesAmir Shehata1-6/+2
2016-05-09staging: lustre: o2iblnd: create default o2iblnd tunable settingsAmir Shehata1-5/+4
2016-05-09staging: lustre: o2iblnd: convert macros to inline functionsAmir Shehata1-1/+1
2016-05-09staging: lustre: o2iblnd: Add Fast Reg memory registration supportDmitry Eremin1-27/+210
2016-05-09staging: lustre: o2iblnd: handle unmapping of FMR in kiblnd_fmr_pool_unmapDmitry Eremin1-4/+10
2016-05-09staging: lustre: o2iblnd: cache FMR key in kib_fmr_tDmitry Eremin1-4/+7
2016-05-09staging: lustre: o2iblnd: break up kiblnd_create_fmr_poolDmitry Eremin1-14/+41
2016-05-09staging: lustre: o2iblnd: create union to contain FMRDmitry Eremin1-7/+7
2016-05-09staging: lustre: o2iblnd: Use list_for_each_entry_safe in kiblnd_destroy_fmr_pool_listDmitry Eremin1-3/+2
2016-05-09staging: lustre: o2iblnd: rename kib_fmr_pool_tDmitry Eremin1-11/+11
2016-03-28staging: lustre: lnet: revert commit 4671a0266James Simmons1-3/+11
2016-03-28Staging: lustre: o2iblnd: Use sizeof type *pointer instead of sizeof type.Sandhya Bankar1-2/+2
2016-03-02staging: lustre: do less intense allocating retry for ko2iblndLiang Zhen1-4/+16
2016-03-02staging: lustre: avoid intensive reconnecting for ko2iblndLiang Zhen1-26/+14
2016-03-02staging: lustre: make ko2iblnd connect parameters persistentAmir Shehata1-9/+5
2016-03-02staging: lustre: Support different ko2iblnd configs between systemsJeremy Filizetti1-20/+31
2016-03-02staging: lustre: change ibh_mrs from array to pointerAmir Shehata1-86/+9
2016-03-02staging: lustre: corrected some typos and grammar errorsFrank Zago1-1/+1
2016-03-02staging: lustre: make o2iblnd local functions staticFrank Zago1-14/+16
2016-03-01staging: lustre: make module_init/exit naming consistentAndreas Dilger1-4/+4
2016-03-01staging: lustre: update the MODULE_DESCRIPTION for all lustre modulesAndreas Dilger1-1/+1
2016-03-01staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons1-0/+1
2016-02-20staging: lustre: do not memset after LIBCFS_ALLOCFrank Zago1-2/+0
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-69/+68
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-104/+104
2016-02-14staging: lustre: don't set more than one variable per line in LNet layerJames Simmons1-4/+6
2016-02-14staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons1-1/+1
2016-02-14staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons1-6/+0
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons1-26/+23
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-30/+60
2016-02-11staging: lustre: Modify arguments of sizeof() to pointer variablesJanani Ravichandran1-7/+7