summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-051-3763/+0
* staging: lustre: include linux/highmem.h when neededArnd Bergmann2018-05-311-0/+1
* staging: lustre: o2iblnd: Fix crash in kiblnd_handle_early_rxs()Doug Oucharek2018-05-141-2/+3
* staging: lustre: o2iblnd: Enable Multiple OPA Endpoints between NodesDoug Oucharek2018-05-081-8/+17
* staging: lustre: o2iblnd: fix race at kiblnd_connect_peerDoug Oucahrek2018-05-061-6/+12
* staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5Doug Oucharek2018-05-061-8/+4
* staging: lustre: discard cfs_duration_sec()NeilBrown2018-04-231-3/+2
* staging: lustre: libcfs: discard cfs_time_after()NeilBrown2018-04-231-1/+1
* staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2018-04-231-2/+2
* staging: lustre: cfs_time_current() -> jiffies.NeilBrown2018-04-231-4/+4
* staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown2018-02-221-6/+0
* staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-161-2/+2
* staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin2018-01-261-2/+4
* staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown2018-01-091-2/+2
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: lustre: ko2iblnd: check copy_from_iter/copy_to_iter return codeArnd Bergmann2017-07-181-4/+15
* 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-061-25/+28
* staging: lustre: lnet: change lnet_msg_t to proper structureJames Simmons2017-03-061-5/+5
* staging: lustre: ko2iblnd: Adapt to the removal of ib_get_dma_mr()Doug Oucharek2017-03-061-15/+2
* staging: lustre: libcfs: fix error messagesDmitry Eremin2017-02-031-1/+1
* staging: lustre: lnet: change lnet_hdr_t to proper structureJames Simmons2017-01-231-1/+1
* staging/lustre/o2iblnd: Fix misspelled attemps->attemptsOleg Drokin2016-12-071-1/+1
* staging/lustre/o2iblnd: Add missing spaceOleg Drokin2016-12-071-1/+1
* staging: lustre: o2iblnd: replace space indentation with tabsNicholas Hanley2016-11-071-11/+11
* 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-011-29/+26
* staging/lustre: Make alignment match open parenthesisOleg Drokin2016-08-211-2/+3
* 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-211-15/+17
* staging: lustre: lnet: Stop Infinite CON RACE ConditionDoug Oucharek2016-08-211-4/+20
* 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-181-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-184/+184
* | staging: lustre: ko2iblnd: fix memory corruption with fragmentsJames Simmons2016-06-071-0/+8
|/
* staging: lustre: o2iblnd: properly set ibr_whyAmir Shehata2016-05-091-1/+1
* staging: lustre: o2iblnd: per NI map-on-demand valueAmir Shehata2016-05-091-5/+8
* staging: lustre: o2iblnd: convert macros to inline functionsAmir Shehata2016-05-091-10/+11
* staging: lustre: o2iblnd: Add Fast Reg memory registration supportDmitry Eremin2016-05-091-23/+27
* staging: lustre: o2iblnd: handle unmapping of FMR in kiblnd_fmr_pool_unmapDmitry Eremin2016-05-091-3/+1