aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/conrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: lustre: lnet: selftest: add include path to MakefileJames Simmons1-2/+2
2017-07-16staging: lustre: fix sparse error: incompatible types in comparison expressionRui Teng1-3/+2
2017-03-06staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons1-2/+2
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons1-1/+1
2017-03-06staging: lustre: Using macro DIV_ROUND_UPsimran singhal1-7/+4
2017-01-23staging: lustre: lnet: change lnet_process_id_packed_t to proper structureJames Simmons1-5/+5
2017-01-19staging: lustre: lnet: change lst_test_ping_param_t to proper structureJames Simmons1-2/+2
2017-01-19staging: lustre: lnet: change lst_test_bulk_param_t to proper structureJames Simmons1-4/+4
2017-01-19staging: lustre: lnet: change lstcon_trans_stat_t to proper structureJames Simmons1-4/+4
2017-01-19staging: lustre: lnet: change lstcon_rpc_ent_t to proper structureJames Simmons1-2/+2
2017-01-19staging: lustre: lnet: change lst_nid_t to proper structureJames Simmons1-1/+1
2016-11-18staging: lustre: lnet: cleanup some of the > 80 line issuesJames Simmons1-4/+6
2016-11-18staging: lustre: lnet: don't use bare unsignedJames Simmons1-8/+10
2016-11-14staging: lustre: lnet: add offset for selftest brwLiang Zhen1-3/+5
2016-08-15lustre: don't reinvent struct bio_vecAl Viro1-8/+7
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-04-26staging: lustre: selftest: convert wire protocol to use structJames Simmons1-22/+22
2016-04-26staging: lustre: selftest: convert lstcon_test_t to proper structJames Simmons1-2/+3
2016-04-11staging: lustre: selftest: convert srpc_msg_t to proper structJames Simmons1-7/+7
2016-04-11staging: lustre: selftest: convert lstcon_batch_t to proper structJames Simmons1-2/+2
2016-04-11staging: lustre: selftest: convert lstcon_tsb_hdr_t to proper structJames Simmons1-2/+3
2016-04-11staging: lustre: selftest: convert lstcon_group_t to proper structJames Simmons1-3/+3
2016-04-11staging: lustre: selftest: convert lstcon_ndlink_t to proper structJames Simmons1-3/+3
2016-04-11staging: lustre: selftest: convert lstcon_node_t to proper structJames Simmons1-16/+16
2016-04-11staging: lustre: selftest: convert lstcon_rpc_trans_t to proper structJames Simmons1-18/+18
2016-04-11staging: lustre: selftest: convert lstcon_rpc_t to proper structJames Simmons1-25/+25
2016-04-11staging: lustre: selftest: convert srpc_client_rpc_t to proper structJames Simmons1-4/+4
2016-04-11staging: lustre: selftest: convert srpc_bulk_t to proper structJames Simmons1-2/+2
2016-04-11Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman1-5/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-5/+5
2016-03-28staging: lustre: cleanup comment style for lnet selftestJames Simmons1-8/+9
2016-03-28staging: lustre: remove excess blank lines in lnet selftest codeJames Simmons1-2/+0
2016-03-11staging: lustre: fix aligments in lnet selftestJames Simmons1-6/+5
2016-03-11staging: lustre: test for proper errno code in lstcon_rpc_trans_abortJames Simmons1-1/+1
2016-03-11staging: lustre: remove extra spacing when setting variable for lnet selftestJames Simmons1-34/+34
2016-03-11staging: lustre: remove extra spacing of variable declartions for lnet selftestJames Simmons1-20/+20
2016-03-11staging: lustre: remove returns in void function for lnet selftestJames Simmons1-6/+0
2016-03-11staging: lustre: lnet: conrpc: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-03-11Staging: lustre: lnet: Use list_first_entry_or_nullBhumika Goyal1-4/+3
2016-03-07staging: lustre: fix 'data race condition' issue in conrpc.cSebastien Buisson1-2/+6
2016-03-02Staging: lustre: lnet: Remove and rename struct typedefsBhumika Goyal1-2/+2
2016-03-02staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu1-1/+1
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-51/+51
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-18/+18
2016-02-14staging: lustre: don't set more than one variable per line in LNet layerJames Simmons1-1/+2
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons1-16/+15
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-7/+12
2016-02-03staging/lustre: Add __user annotations in lnetselftest codeFrank Zago1-2/+2