aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-11staging: lustre: selftest: convert srpc_bulk_t to proper structJames Simmons5-27/+28
2016-04-11staging: lustre: selftest: convert srpc_event_t to proper structJames Simmons2-17/+17
2016-04-11staging: lustre: selftest: convert srpc_event_type to proper enumJames Simmons1-3/+3
2016-04-11Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman6-22/+22
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov6-20/+20
2016-03-30staging/lustre: Get rid of CFS_PAGE_MASKOleg Drokin1-1/+1
2016-03-29staging: lustre: libcfs: remove cfs_workitem_t typedefsJames Simmons1-2/+2
2016-03-28Staging: lustre: rpc: Use sizeof type *pointer instead of sizeof type.Sandhya Bankar1-1/+1
2016-03-28staging: lustre: cleanup comment style for lnet selftestJames Simmons8-48/+50
2016-03-28staging: lustre: realign some code in lnet selftest so its readableJames Simmons2-3/+3
2016-03-28staging: lustre: remove excess blank lines in lnet selftest codeJames Simmons3-6/+0
2016-03-28staging: lustre: handle error returned from wait_event_timeout seltest timerJames Simmons1-4/+6
2016-03-28staging: lustre: add missing buffer overflow fix for console.cDmitry Eremin1-1/+1
2016-03-28staging: lustre: Correct missing newline for CERROR call in sfw_handle_server_rpcJames Nunez1-1/+1
2016-03-11staging: lustre: fix aligments in lnet selftestJames Simmons5-19/+17
2016-03-11staging: lustre: report minimum of two buffers for LNet selftest load testJames Simmons1-1/+1
2016-03-11staging: lustre: test for proper errno code in lstcon_rpc_trans_abortJames Simmons1-1/+1
2016-03-11staging: lustre: filter remaining extra spacing for lnet selftestJames Simmons13-370/+370
2016-03-11staging: lustre: remove extra spacing when setting variable for lnet selftestJames Simmons7-174/+174
2016-03-11staging: lustre: remove extra spacing of variable declartions for lnet selftestJames Simmons6-72/+72
2016-03-11staging: lustre: fix spacing issues checkpatch reported in lnet selftestJames Simmons4-8/+8
2016-03-11staging: lustre: remove returns in void function for lnet selftestJames Simmons6-38/+3
2016-03-11staging: lustre: fix bogus lst errors for lnet selftestIsaac Huang1-1/+8
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 Goyal2-8/+6
2016-03-07staging: lustre: Correct missing newlineJames Nunez2-4/+4
2016-03-07staging: lustre: fix 'data race condition' issue in framework.cSebastien Buisson1-2/+1
2016-03-07staging: lustre: fix 'NULL pointer dereference' errorsSebastien Buisson1-24/+25
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 Goyal8-20/+21
2016-03-02staging: lustre: fix framework.c issues found by Klocwork Insight toolDmitry Eremin1-3/+11
2016-03-02staging: lustre: fix conctl.c issues found by Klocwork Insight toolDmitry Eremin1-3/+6
2016-03-02staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu1-1/+1
2016-03-02staging: lustre: fix 'copy into fixed size buffer' errorsSebastien Buisson1-4/+19
2016-03-01staging: lustre: make module_init/exit naming consistentAndreas Dilger1-3/+3
2016-03-01staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons1-1/+1
2016-03-01staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleAndreas Dilger1-0/+1
2016-02-22staging: lustre: make some lnet functions staticFrank Zago4-17/+3
2016-02-22staging: lustre: remove LUSTRE_{,SRV_}LNET_PIDJohn L. Hammond1-1/+1
2016-02-22staging: lustre: Dynamic LNet Configuration (DLC) IOCTL changesAmir Shehata3-4/+8
2016-02-20Staging: lustre: lnet: Remove and rename struct typedef lstcon_session_tBhumika Goyal2-5/+5
2016-02-14staging: lustre/lnet: Fix wrong typecasting warning generated by sparseNiranjan Dighe1-4/+2
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons10-281/+280
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons10-227/+225
2016-02-14staging: lustre: balance braces properly in LNet layerJames Simmons2-7/+4
2016-02-14staging: lustre: remove space in LNet function declarationsJames Simmons2-14/+14
2016-02-14staging: lustre: don't set more than one variable per line in LNet layerJames Simmons2-3/+4
2016-02-14staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons2-2/+0
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons7-181/+163