summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/selftest/module.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-169/+0
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown1-1/+5
2018-01-23staging: lustre: lnet/selftest: fix compile error on UP buildNeilBrown1-9/+8
2018-01-16staging: lustre: lnet: avoid uninitialized return valueArnd Bergmann1-2/+5
2018-01-16staging: lustre: lnet: fix build warning in module.cGreg Kroah-Hartman1-1/+1
2018-01-15staging: lustre: lnet: convert selftest to use workqueuesNeilBrown1-16/+23
2018-01-09staging: lustre: more conversions to GFP_KERNEL allocations.NeilBrown1-4/+3
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-10-18staging: lustre: lnet: selftest: mark expected switch fall-throughsGustavo A. R. Silva1-1/+4
2017-02-03staging: lustre: libcfs: fix error messagesDmitry Eremin1-1/+2
2016-06-18staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-18staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-03-12staging: lustre: fix aligments in lnet selftestJames Simmons1-2/+1
2016-03-12staging: lustre: filter remaining extra spacing for lnet selftestJames Simmons1-1/+1
2016-03-02staging: lustre: make module_init/exit naming consistentAndreas Dilger1-3/+3
2016-03-02staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons1-1/+1
2016-03-02staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleAndreas Dilger1-0/+1
2016-02-23staging: lustre: make some lnet functions staticFrank Zago1-3/+1
2016-02-15staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-5/+5
2016-02-15staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-2/+2
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-1/+0
2015-05-31staging: lustre: lnet: selftest: code cleanup - variable spacing, indentationMike Shuey1-5/+5
2015-04-03Staging: lustre: module.c: remove unneeded return statementGreg Kroah-Hartman1-1/+0
2015-01-18staging: lustre: cleanup align switch and casesamuel kihahu1-25/+25
2014-11-24staging: lustre: Coalesce string fragmentsJoe Perches1-2/+2
2014-10-30staging:lustre:lnet:selftest: remove unused functionAnton Saraev1-11/+0
2014-10-30staging:lustre:lnet:selftest: fix sparse warningsAnton Saraev1-2/+2
2013-08-04staging: lustre: remove cfs_module() macroGreg Kroah-Hartman1-1/+3
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+169