aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman5-8070/+0
2018-05-31staging: lustre: include linux/highmem.h when neededArnd Bergmann1-0/+1
2018-05-25staging: lustre: remove libcfs_all.h includes from lnet/klndNeilBrown1-1/+0
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown1-1/+1
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown1-0/+6
2018-05-14staging: lustre: o2iblnd: Fix crash in kiblnd_handle_early_rxs()Doug Oucharek1-2/+3
2018-05-08staging: lustre: o2iblnd: Enable Multiple OPA Endpoints between NodesDoug Oucharek3-11/+40
2018-05-06staging: lustre: o2iblnd: fix race at kiblnd_connect_peerDoug Oucahrek1-6/+12
2018-05-06staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5Doug Oucharek2-9/+5
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown2-4/+3
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown3-6/+6
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2-8/+8
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown2-11/+11
2018-02-22staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown1-6/+0
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown2-6/+6
2018-01-26staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin3-7/+8
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.NeilBrown3-24/+23
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman4-0/+4
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen1-1/+1
2017-08-22staging: lustre: ko2iblnd: add include path to MakefileJames Simmons2-2/+5
2017-08-22staging: lustre: lnet: delete lnet.hJames Simmons1-1/+0
2017-07-18staging: lustre: ko2iblnd: check copy_from_iter/copy_to_iter return codeArnd Bergmann1-4/+15
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-3/+3
2017-06-03lustre: ko2iblnd: removed forced u32 casts after htonlNikola Jelic1-2/+2
2017-03-12staging: lustre: Use min3 macroGargi Sharma1-3/+3
2017-03-06staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons1-3/+3
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons1-2/+2
2017-03-06staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons4-46/+52
2017-03-06staging: lustre: lnet: change lnd_t to proper structureJames Simmons1-2/+2
2017-03-06staging: lustre: lnet: change lnet_msg_t to proper structureJames Simmons2-9/+9
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 Oucharek4-93/+16
2017-02-03staging: lustre: libcfs: fix error messagesDmitry Eremin1-1/+1
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-8/+8
2017-01-23staging: lustre: lnet: change lnet_hdr_t to proper structureJames Simmons2-4/+4
2016-12-07staging/lustre/o2iblnd: Fix misspelled attemps->attemptsOleg Drokin1-1/+1
2016-12-07staging/lustre/o2iblnd: Fix misspelling intialized->intializedOleg Drokin1-2/+2
2016-12-07staging/lustre/o2iblnd: Add missing spaceOleg Drokin1-1/+1
2016-11-10staging: lustre: o2iblnd: use bool assignment to true/falseNicholas Hanley1-1/+1
2016-11-07staging: lustre: o2iblnd: replace space indentation with tabsNicholas Hanley2-12/+12
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-19staging: lustre: o2iblnd: Put back work queue check previously removedDoug Oucharek1-0/+10
2016-09-01staging/lustre/o2iblnd: handle mixed page size configurations.James Simmons3-41/+41
2016-08-21staging/lustre: Make alignment match open parenthesisOleg Drokin2-3/+4
2016-08-21lustre: introduce lnet_copy_{k, }iov2iter(), kill lnet_copy_{k, }iov2{k, }iov()Al Viro1-21/+16