summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-051-2958/+0
* staging: lustre: refactor libcfs initialization.NeilBrown2018-05-251-0/+6
* staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5Doug Oucharek2018-05-061-1/+1
* staging: lustre: discard cfs_duration_sec()NeilBrown2018-04-231-1/+1
* staging: lustre: libcfs: discard cfs_time_after()NeilBrown2018-04-231-2/+2
* staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2018-04-231-6/+6
* staging: lustre: cfs_time_current() -> jiffies.NeilBrown2018-04-231-7/+7
* staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-161-4/+4
* staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin2018-01-261-4/+3
* staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown2018-01-091-62/+37
* staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown2018-01-091-7/+4
* staging: lustre: lnet: switch to cpumask_var_tNeilBrown2018-01-091-3/+3
* staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown2018-01-091-20/+19
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen2017-08-311-1/+1
* lustre: ko2iblnd: removed forced u32 casts after htonlNikola Jelic2017-06-031-2/+2
* staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons2017-03-061-12/+14
* staging: lustre: lnet: change lnd_t to proper structureJames Simmons2017-03-061-2/+2
* staging: lustre: Using macro DIV_ROUND_UPsimran singhal2017-03-061-1/+1
* staging: lustre: ko2iblnd: Adapt to the removal of ib_get_dma_mr()Doug Oucharek2017-03-061-71/+6
* staging: lustre: remove CLASSERT macroArnd Bergmann2017-02-021-8/+8
* staging/lustre/o2iblnd: Fix misspelling intialized->intializedOleg Drokin2016-12-071-2/+2
* staging: lustre: o2iblnd: use bool assignment to true/falseNicholas Hanley2016-11-101-1/+1
* staging: lustre: o2iblnd: replace space indentation with tabsNicholas Hanley2016-11-071-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-1/+1
|\
| * IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* | staging/lustre/o2iblnd: handle mixed page size configurations.James Simmons2016-09-011-6/+8
* | staging/lustre: Make alignment match open parenthesisOleg Drokin2016-08-211-1/+1
|/
* staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin2016-06-171-1/+1
* staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin2016-06-171-4/+0
* staging: lustre: o2iblnd: remove typedefsJames Simmons2016-06-171-169/+170
* staging: lustre: ko2iblnd: fix memory corruption with fragmentsJames Simmons2016-06-071-4/+5
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-201-84/+321
|\
| * staging: lustre: o2iblnd: per NI map-on-demand valueAmir Shehata2016-05-091-25/+41
| * staging: lustre: o2iblnd: use data in lnet_ni_t instead of kiblnd_tunablesAmir Shehata2016-05-091-6/+2
| * staging: lustre: o2iblnd: create default o2iblnd tunable settingsAmir Shehata2016-05-091-5/+4
| * staging: lustre: o2iblnd: convert macros to inline functionsAmir Shehata2016-05-091-1/+1
| * staging: lustre: o2iblnd: Add Fast Reg memory registration supportDmitry Eremin2016-05-091-27/+210
| * staging: lustre: o2iblnd: handle unmapping of FMR in kiblnd_fmr_pool_unmapDmitry Eremin2016-05-091-4/+10
| * staging: lustre: o2iblnd: cache FMR key in kib_fmr_tDmitry Eremin2016-05-091-4/+7
| * staging: lustre: o2iblnd: break up kiblnd_create_fmr_poolDmitry Eremin2016-05-091-14/+41
| * staging: lustre: o2iblnd: create union to contain FMRDmitry Eremin2016-05-091-7/+7
| * 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: do less intense allocating retry for ko2iblndLiang Zhen2016-03-021-4/+16
* staging: lustre: avoid intensive reconnecting for ko2iblndLiang Zhen2016-03-021-26/+14
* staging: lustre: make ko2iblnd connect parameters persistentAmir Shehata2016-03-021-9/+5
* staging: lustre: Support different ko2iblnd configs between systemsJeremy Filizetti2016-03-021-20/+31