summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/conrpc.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-051-1396/+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: libcfs: discard cfs_time_after()NeilBrown2018-04-231-2/+2
* staging: lustre: libcfs: discard cfs_time_add/subNeilBrown2018-04-231-2/+2
* staging: lustre: cfs_time_current() -> jiffies.NeilBrown2018-04-231-3/+3
* staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-161-2/+2
* staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown2018-01-091-5/+5
* 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: fix sparse error: incompatible types in comparison expressionRui Teng2017-07-161-3/+2Star
* staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons2017-03-061-2/+2
* staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons2017-03-061-1/+1
* staging: lustre: Using macro DIV_ROUND_UPsimran singhal2017-03-061-7/+4Star
* staging: lustre: lnet: change lnet_process_id_packed_t to proper structureJames Simmons2017-01-231-5/+5
* staging: lustre: lnet: change lst_test_ping_param_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lst_test_bulk_param_t to proper structureJames Simmons2017-01-191-4/+4
* staging: lustre: lnet: change lstcon_trans_stat_t to proper structureJames Simmons2017-01-191-4/+4
* staging: lustre: lnet: change lstcon_rpc_ent_t to proper structureJames Simmons2017-01-191-2/+2
* staging: lustre: lnet: change lst_nid_t to proper structureJames Simmons2017-01-191-1/+1
* staging: lustre: lnet: cleanup some of the > 80 line issuesJames Simmons2016-11-181-4/+6
* staging: lustre: lnet: don't use bare unsignedJames Simmons2016-11-181-8/+10
* staging: lustre: lnet: add offset for selftest brwLiang Zhen2016-11-141-3/+5
* lustre: don't reinvent struct bio_vecAl Viro2016-08-151-8/+7Star
* 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-22/+22
* staging: lustre: selftest: convert lstcon_test_t to proper structJames Simmons2016-04-271-2/+3
* staging: lustre: selftest: convert srpc_msg_t to proper structJames Simmons2016-04-121-7/+7
* staging: lustre: selftest: convert lstcon_batch_t to proper structJames Simmons2016-04-121-2/+2
* staging: lustre: selftest: convert lstcon_tsb_hdr_t to proper structJames Simmons2016-04-121-2/+3
* staging: lustre: selftest: convert lstcon_group_t to proper structJames Simmons2016-04-121-3/+3
* staging: lustre: selftest: convert lstcon_ndlink_t to proper structJames Simmons2016-04-121-3/+3
* staging: lustre: selftest: convert lstcon_node_t to proper structJames Simmons2016-04-121-16/+16
* staging: lustre: selftest: convert lstcon_rpc_trans_t to proper structJames Simmons2016-04-121-18/+18
* staging: lustre: selftest: convert lstcon_rpc_t to proper structJames Simmons2016-04-121-25/+25
* staging: lustre: selftest: convert srpc_client_rpc_t to proper structJames Simmons2016-04-121-4/+4
* staging: lustre: selftest: convert srpc_bulk_t to proper structJames Simmons2016-04-121-2/+2
* Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman2016-04-111-5/+5
|\
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-5/+5
* | staging: lustre: cleanup comment style for lnet selftestJames Simmons2016-03-281-8/+9
* | staging: lustre: remove excess blank lines in lnet selftest codeJames Simmons2016-03-281-2/+0Star
|/
* staging: lustre: fix aligments in lnet selftestJames Simmons2016-03-121-6/+5Star
* staging: lustre: test for proper errno code in lstcon_rpc_trans_abortJames Simmons2016-03-121-1/+1
* staging: lustre: remove extra spacing when setting variable for lnet selftestJames Simmons2016-03-121-34/+34
* staging: lustre: remove extra spacing of variable declartions for lnet selftestJames Simmons2016-03-121-20/+20
* staging: lustre: remove returns in void function for lnet selftestJames Simmons2016-03-121-6/+0Star
* staging: lustre: lnet: conrpc: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2Star
* Staging: lustre: lnet: Use list_first_entry_or_nullBhumika Goyal2016-03-121-4/+3Star
* staging: lustre: fix 'data race condition' issue in conrpc.cSebastien Buisson2016-03-081-2/+6