summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-2958/+0
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown1-0/+6
2018-05-06staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5Doug Oucharek1-1/+1
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown1-1/+1
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown1-2/+2
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown1-6/+6
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown1-7/+7
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown1-4/+4
2018-01-26staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin1-4/+3
2018-01-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown1-62/+37
2018-01-09staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown1-7/+4
2018-01-09staging: lustre: lnet: switch to cpumask_var_tNeilBrown1-3/+3
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown1-20/+19
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen1-1/+1
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/dledfo...Linus 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/...Linus 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_...Dmitry 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