summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/framework.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-11staging: lustre: fix aligments in lnet selftestJames Simmons1-3/+2
2016-03-11staging: lustre: report minimum of two buffers for LNet selftest load testJames Simmons1-1/+1
2016-03-11staging: lustre: filter remaining extra spacing for lnet selftestJames Simmons1-43/+43
2016-03-11staging: lustre: remove extra spacing when setting variable for lnet selftestJames Simmons1-30/+30
2016-03-11staging: lustre: remove returns in void function for lnet selftestJames Simmons1-14/+0
2016-03-11Staging: lustre: lnet: Use list_first_entry_or_nullBhumika Goyal1-4/+3
2016-03-07staging: lustre: Correct missing newlineJames Nunez1-3/+3
2016-03-07staging: lustre: fix 'data race condition' issue in framework.cSebastien Buisson1-2/+1
2016-03-02Staging: lustre: lnet: Remove and rename struct typedefsBhumika Goyal1-2/+2
2016-03-02staging: lustre: fix framework.c issues found by Klocwork Insight toolDmitry Eremin1-3/+11
2016-02-22staging: lustre: make some lnet functions staticFrank Zago1-10/+0
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-40/+39
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-54/+54
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons1-33/+31
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-10/+20
2015-11-15Staging: lustre: lnet: Remove typedef srpc_server_rpc_tShraddha Barke1-4/+4
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-3/+0
2015-09-29staging/lustre: use 64-bit time for selftestArnd Bergmann1-2/+1
2015-09-29staging/lustre: use jiffies_to_*() instead of cfs_duration_usecArnd Bergmann1-5/+1
2015-08-08Staging: lustre/lnet/selftest: framework.c: Fixed coding style issuesDaniel Machon1-4/+8
2015-05-31staging: lustre: lnet: selftest: code cleanup - variable spacing, indentationMike Shuey1-80/+80
2015-02-26Staging: lustre: Deleted space prohibited between function name and open pare...Melike Yurtoglu1-110/+110
2015-01-17staging: lustre: selftest: fix sfw_deactivate_session context imbalanceJeremiah Mahler1-1/+1
2015-01-17staging: lustre: selftest: fix "not declared" by declaring staticJeremiah Mahler1-1/+1
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-16/+9
2014-10-29staging:lustre:lnet:selftest: fix sparse warningsAnton Saraev1-25/+25
2014-08-30drivers: staging: lustre: Fix that open brace { should be on the previous lin...Greg Donald1-2/+1
2014-08-30drivers: staging: lustre: Fix space required before the open parenthesis '(' ...Greg Donald1-1/+1
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-4/+4
2014-07-12staging: lustre: remove cfs_time_current_sec wrapperGreg Kroah-Hartman1-1/+1
2014-06-18staging: lustre: remove memset(0) after LIBCFS_ALLOCVitaly Osipov1-2/+0
2013-11-25staging/lustre: remove CFS_MODULE_PARMPeng Tao1-4/+4
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+1814