aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-05staging: lustre: orthography & coding styleAmaury.Bouchra.Pilet@ENS.fr1-2/+2
2015-04-05staging: lustre: lnet: lnet: fix error return codeJulia Lawall1-2/+6
2015-04-03Merge lustre patches based on 4.0-rc5 into staging-testingGreg Kroah-Hartman24-778/+785
2015-04-03Staging: lustre: o2iblnd.c: Finished cleaning code styleGuillaume Matheron1-22/+31
2015-04-03Staging: lustre: o2iblnd_cb.c: Removed the rest of unnecessary spaces before parenthesisGuillaume Matheron1-161/+161
2015-04-03Staging: lustre: o2iblnd.c: Started fixing coding styleGuillaume Matheron1-259/+186
2015-04-03Staging: lustre: o2iblnd_modparam.c: remove unneeded spaceGwendoline Chouasne-Guillon1-1/+1
2015-04-03Staging: lustre: o2iblnd_cb.c: Removed a bunch of spaces before parenthesisGuillaume Matheron1-40/+40
2015-04-03Staging: lustre: config.c: fix a "do not add new typedefs" warning reported by checkpatch.plRafaël Bocquet1-26/+28
2015-04-03Staging: lustre: config.c: fix lines exceeding 80 characters reported by checkpatch.plRafaël Bocquet1-3/+7
2015-04-03Staging: lustre: lib-md.c format line too longMartin Vassor1-1/+1
2015-04-03Staging: lustre: lnet: selftest: lconctl.c: fixed indentation of the switchThéotime Grohens1-56/+56
2015-04-03Staging: lustre: module.c: remove unneeded return statementGreg Kroah-Hartman1-1/+0
2015-04-03staging: lustre: prevent underflows in lnet_parse_reply()Dan Carpenter1-1/+1
2015-04-03Staging: lustre: brw_test.c: remove unneeded return statementAchille Aknin1-1/+0
2015-04-02staging: lustre: ping_test.c : remove space after function namesAuguste Olivry1-15/+15
2015-04-01Staging: lustre: Add function prototypes in console.hDarshana Padmadas1-0/+3
2015-03-19Staging: lustre: lnet: lnet: router.c: fix useless returns and elsesRedha Gouicem1-12/+5
2015-03-19Staging: lustre: lnet: lnet: router.c: fix 80 char line limitRedha Gouicem1-2/+5
2015-03-18staging/lustre/o2iblnd: Don't use cpus_weightOleg Drokin1-2/+2
2015-03-15Staging: lustre: Iterate list using list_for_each_entrySomya Anand2-12/+8
2015-03-15Staging: lustre: Remove parentheses around right side an assignmentHaneen Mohammed3-5/+5
2015-03-06staging: lustre: remove extra parentheses around left bit shift operationsAya Mahfouz1-3/+3
2015-03-01drivers: staging: lustre: Fix "space prohibited between function name and open parenthesis" errorsAdrien Descamps1-65/+65
2015-03-01staging: lustre: lnet: lnet: Remove unneeded braces in lib-eq.cEdward Lipinsky1-2/+1
2015-03-01staging: lustre: use linux headersAsaf Vertz2-2/+2
2015-03-01Staging: lustre:lnet: klnds: socklnd: Remove space after the name of that functionHatice ERTÜRK1-20/+20
2015-03-01Staging: lustre: lnet: klnds: o2iblnd: Remove space after the name of that functionHatice ERTÜRK1-191/+191
2015-03-01Staging: lustre: lnet: klnds: socklnd: Remove space after the name of that functionHatice ERTÜRK1-52/+52
2015-03-01Staging: lustre: lnet: klnds: socklnd: Remove space after the name of that functionHatice ERTÜRK1-224/+224
2015-03-01Staging: lustre: lnet: lnet: Remove space after the name of that functionHatice ERTÜRK1-37/+37
2015-03-01Staging: lustre: lnet: selftest: Trailing statementsHatice ERTÜRK1-9/+18
2015-03-01Staging: lustre: lnet: selftest: Remove space after the name of that functionHatice ERTÜRK1-68/+68
2015-03-01Staging: lustre: lnet: selftest: Remove space after the name of that functionHatice ERTÜRK1-40/+40
2015-02-26Staging: lustre: Deleted space prohibited between function name and open parenthesisMelike Yurtoglu1-110/+110
2015-02-26staging: lustre: lnet: klnds: o2iblnd: Removed useless return keywords.Gulsah Kose1-2/+0
2015-02-26staging: lustre: lnet: klnds: o2iblnd: Added missing blank line.Gulsah Kose1-0/+1
2015-02-26staging: lustre: lnet: klnds: o2iblnd: Removed unnecessary spaces.Gulsah Kose1-104/+104
2015-02-26Staging: lustre: lnet: klnds: o2iblnd: Deleted space prohibited between function name and open parenthesisMelike Yurtoglu1-1/+1
2015-02-26Staging: lustre: lnet: klnds: o2iblnd: Remove intialization of static to 0Melike Yurtoglu1-8/+8
2015-02-26Staging: lustre: lnet: add spaces around '||'aybuke ozdemir1-1/+1
2015-02-07staging/lustre/lnet: portal spreading rotor should be unsignedLiang Zhen1-4/+4
2015-02-07staging/lustre/lnet: peer aliveness status and NI statusLiang Zhen2-1/+29
2015-02-07staging: lustre: lnet: fix space prohibited before that '++'Asaf Vertz1-14/+14
2015-01-25staging: lustre: lnet: declare internal symbols as staticLuca Ceresoli4-4/+4
2015-01-25staging: lustre: fix min() comparison types lacks cast build warningJeremiah Mahler1-1/+2
2015-01-17staging: lustre: lnet: lnet: trailing statements should be on next lineBalavasu1-3/+6
2015-01-17staging: lustre: lnet: Removed spaces before increments and decrementsIgor Ishchenko1-7/+7
2015-01-17staging: lustre: lnet: lnet: do not initialise statics to 0 or NULLBalavasu1-5/+5
2015-01-17staging: lustre: selftest: fix _recycle_buffer context imbalanceJeremiah Mahler1-0/+1