summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown2018-02-221-6/+0
* staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-162-6/+6
* staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin2018-01-263-7/+8
* 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-093-24/+23
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-114-0/+4
* staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen2017-08-311-1/+1
* staging: lustre: ko2iblnd: add include path to MakefileJames Simmons2017-08-222-2/+5
* staging: lustre: lnet: delete lnet.hJames Simmons2017-08-221-1/+0
* staging: lustre: ko2iblnd: check copy_from_iter/copy_to_iter return codeArnd Bergmann2017-07-181-4/+15
* Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-031-2/+2
|\
| * lustre: ko2iblnd: removed forced u32 casts after htonlNikola Jelic2017-06-031-2/+2
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-3/+3
|/
* staging: lustre: Use min3 macroGargi Sharma2017-03-121-3/+3
* staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons2017-03-061-3/+3
* staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons2017-03-061-2/+2
* staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons2017-03-064-46/+52
* staging: lustre: lnet: change lnd_t to proper structureJames Simmons2017-03-061-2/+2
* staging: lustre: lnet: change lnet_msg_t to proper structureJames Simmons2017-03-062-9/+9
* 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-064-93/+16
* staging: lustre: libcfs: fix error messagesDmitry Eremin2017-02-031-1/+1
* staging: lustre: remove CLASSERT macroArnd Bergmann2017-02-021-8/+8
* staging: lustre: lnet: change lnet_hdr_t to proper structureJames Simmons2017-01-232-4/+4
* staging/lustre/o2iblnd: Fix misspelled attemps->attemptsOleg Drokin2016-12-071-1/+1
* staging/lustre/o2iblnd: Fix misspelling intialized->intializedOleg Drokin2016-12-071-2/+2
* staging/lustre/o2iblnd: Add missing spaceOleg Drokin2016-12-071-1/+1
* staging: lustre: o2iblnd: use bool assignment to true/falseNicholas Hanley2016-11-101-1/+1
* staging: lustre: o2iblnd: replace space indentation with tabsNicholas Hanley2016-11-072-12/+12
* 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: Put back work queue check previously removedDoug Oucharek2016-09-191-0/+10
* | staging/lustre/o2iblnd: handle mixed page size configurations.James Simmons2016-09-013-41/+41
* | staging/lustre: Make alignment match open parenthesisOleg Drokin2016-08-212-3/+4
* | lustre: introduce lnet_copy_{k, }iov2iter(), kill lnet_copy_{k, }iov2{k, }iov()Al Viro2016-08-211-21/+16
* | lustre: pass iov_iter to ->lnd_recv()Al Viro2016-08-212-17/+18
* | staging: lustre: lnet: Stop Infinite CON RACE ConditionDoug Oucharek2016-08-212-4/+22
* | staging: lustre: lnet: lock improvement for ko2iblndLiang Zhen2016-08-211-28/+18
* | staging: lustre: lnet: make connection more stable with packet lossAlexander Boyko2016-08-211-0/+6
* | staging: lustre: lnet: Correct position of lnet_ni_decref()Doug Oucharek2016-08-211-1/+1
* | lustre: don't reinvent struct bio_vecAl Viro2016-08-151-5/+5
|/
* 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