summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/console.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-051-2104/+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-3/+7
* staging: lustre: cfs_time_current() -> jiffies.NeilBrown2018-04-231-2/+2
* staging: lustre: more conversions to GFP_KERNEL allocations.NeilBrown2018-01-091-32/+25Star
* staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown2018-01-091-13/+13
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: lustre: lnet: selftest: add include path to MakefileJames Simmons2017-08-231-2/+2
* staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons2017-03-061-17/+18
* staging: lustre: lnet: change lnet_counter_t to proper structureJames Simmons2017-03-061-2/+2
* staging: lustre: lnet: change sfw_counter_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change srpc_counters_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lstcon_rpc_ent_t to proper structureJames Simmons2017-01-191-3/+3
* staging: lustre: lnet: change lstcon_test_batch_ent_t to proper structureJames Simmons2017-01-191-5/+5
* staging: lustre: lnet: change lstcon_ndlist_ent_t to proper structureJames Simmons2017-01-191-7/+7
* staging: lustre: lnet: change lstcon_node_ent_t to proper structureJames Simmons2017-01-191-3/+3
* staging: lustre: lnet: change lst_nid_t to proper structureJames Simmons2017-01-191-6/+6
* staging: lustre: lnet: fix improper return valuePan Bian2016-12-061-1/+1
* staging: lustre: lnet: memory corruption in selftestDan Carpenter2016-11-291-1/+1
* staging: lustre: lnet: cleanup some of the > 80 line issuesJames Simmons2016-11-181-7/+10
* staging: lustre: lnet: don't use bare unsignedJames Simmons2016-11-181-4/+6
* staging: lustre: clean function declaration in super25.c upBaoyou Xie2016-09-171-2/+0Star
* 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 wire protocol to use structJames Simmons2016-04-271-5/+5
* staging: lustre: selftest: convert lstcon_test_t to proper structJames Simmons2016-04-271-13/+13
* staging: lustre: selftest: convert srpc_msg_t to proper structJames Simmons2016-04-121-5/+5
* staging: lustre: selftest: convert lstcon_batch_t to proper structJames Simmons2016-04-121-23/+23
* staging: lustre: selftest: convert lstcon_tsb_hdr_t to proper structJames Simmons2016-04-121-1/+1
* staging: lustre: selftest: convert lstcon_group_t to proper structJames Simmons2016-04-121-40/+40
* staging: lustre: selftest: convert lstcon_ndlink_t to proper structJames Simmons2016-04-121-32/+32
* staging: lustre: selftest: convert lstcon_node_t to proper structJames Simmons2016-04-121-10/+10
* staging: lustre: selftest: convert lstcon_rpc_trans_t to proper structJames Simmons2016-04-121-10/+10
* staging: lustre: selftest: convert lstcon_rpc_t to proper structJames Simmons2016-04-121-1/+1
* staging: lustre: selftest: convert srpc_service_t to proper structJames Simmons2016-04-121-1/+2
* staging: lustre: cleanup comment style for lnet selftestJames Simmons2016-03-281-2/+3
* staging: lustre: realign some code in lnet selftest so its readableJames Simmons2016-03-281-1/+1
* staging: lustre: remove excess blank lines in lnet selftest codeJames Simmons2016-03-281-2/+0Star
* staging: lustre: add missing buffer overflow fix for console.cDmitry Eremin2016-03-281-1/+1
* staging: lustre: fix aligments in lnet selftestJames Simmons2016-03-121-3/+4
* staging: lustre: filter remaining extra spacing for lnet selftestJames Simmons2016-03-121-4/+4
* staging: lustre: remove extra spacing when setting variable for lnet selftestJames Simmons2016-03-121-39/+39
* staging: lustre: remove extra spacing of variable declartions for lnet selftestJames Simmons2016-03-121-15/+15
* staging: lustre: fix spacing issues checkpatch reported in lnet selftestJames Simmons2016-03-121-3/+3
* staging: lustre: fix 'copy into fixed size buffer' errorsSebastien Buisson2016-03-031-4/+19
* staging: lustre: make some lnet functions staticFrank Zago2016-02-231-3/+1Star
* staging: lustre: Dynamic LNet Configuration (DLC) IOCTL changesAmir Shehata2016-02-231-1/+1
* Staging: lustre: lnet: Remove and rename struct typedef lstcon_session_tBhumika Goyal2016-02-201-2/+2
* staging: lustre/lnet: Fix wrong typecasting warning generated by sparseNiranjan Dighe2016-02-151-4/+2Star