summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/conctl.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-051-801/+0Star
* staging: lustre: move all libcfs_all includes except in lustre/lnet/libcfs/NeilBrown2018-05-251-1/+0Star
* staging: lustre: start moving includes out of libcfs.hNeilBrown2018-05-251-1/+1
* staging: lustre: replace libcfs_register_ioctl with a blocking notifier_chainNeilBrown2018-05-251-12/+15
* staging: lustre: lnet/selftest: don't ignore status from lstcon_test_addNeilBrown2018-02-271-1/+1
* staging: lustre: selftest: freeing an error pointerDan Carpenter2018-02-221-4/+2Star
* staging: lustre: use memdup_user to allocate memory and copy from userDafna Hirschfeld2018-02-201-6/+4Star
* staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown2018-01-091-6/+5Star
* staging: lustre: lnet: selftest: don't allocate small strings.NeilBrown2018-01-091-151/+29Star
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: lustre: lnet: selftest: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-0/+1
* staging: lustre: lnet: selftest: add include path to MakefileJames Simmons2017-08-231-3/+3
* staging: lustre: lnet: migrate headers to lnet uapi directoryJames Simmons2017-08-231-1/+1
* staging: lustre: lnet: fix incorrect arguments order calling lstcon_session_newColin Ian King2017-07-301-1/+1
* staging: lustre: lnet: change lstio_test_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_stat_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_batch_info_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_batch_list_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_batch_query_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_batch_stop_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_batch_run_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_batch_add_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_group_info_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_group_list_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_group_nodes_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_group_update_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_group_del_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_group_add_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_debug_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_session_end_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_session_info_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstio_session_new_args_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstcon_trans_stat_t to proper structureJames Simmons2017-01-191-2/+2
* staging/lustre/lnetselftest: Fix potential integer overflowOleg Drokin2016-12-071-0/+4
* staging: lustre: lnet: don't use bare unsignedJames Simmons2016-11-181-1/+1
* staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin2016-06-181-1/+1
* staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin2016-06-181-4/+0Star
* staging: lustre: selftest: convert lstcon_test_t to proper structJames Simmons2016-04-271-1/+1
* Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman2016-04-111-2/+2
|\
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* | staging: lustre: cleanup comment style for lnet selftestJames Simmons2016-03-281-25/+25
|/
* staging: lustre: fix aligments in lnet selftestJames Simmons2016-03-121-5/+5
* staging: lustre: filter remaining extra spacing for lnet selftestJames Simmons2016-03-121-5/+5
* staging: lustre: remove extra spacing of variable declartions for lnet selftestJames Simmons2016-03-121-18/+18
* staging: lustre: fix 'NULL pointer dereference' errorsSebastien Buisson2016-03-081-24/+25
* staging: lustre: fix conctl.c issues found by Klocwork Insight toolDmitry Eremin2016-03-031-3/+6
* staging: lustre: Dynamic LNet Configuration (DLC) IOCTL changesAmir Shehata2016-02-231-2/+7
* staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons2016-02-151-6/+6
* staging: lustre: fix all NULL comparisons in LNet layerJames Simmons2016-02-151-79/+78Star
* staging: lustre: align all code properly for LNet coreJames Simmons2016-02-151-48/+37Star