summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: remove initialisation of static variableTeodora Baluta2013-11-101-1/+1
* staging: lustre: place EXPORT_SYMBOL after its functionTeodora Baluta2013-11-101-14/+12
* staging: lustre: remove space between function name and open parenthesisTeodora Baluta2013-11-101-3/+3
* staging:lustre: Fix plain integer as NULL pointer warningDulshani Gunawardhana2013-11-101-18/+18
* staging: lustre: lnet: Rewrite return statement in socklnd.cLisa Nguyen2013-10-271-1/+4
* Staging: lustre: Fix no use of assignment in if conditionRashika Kheria2013-10-271-2/+4
* Staging: lustre: Replace __FUNCTION__ with __func__Rashika Kheria2013-10-261-4/+4
* Staging: lustre: Fix paranthesis not required around returnRashika Kheria2013-10-261-1/+1
* Staging: lustre: Fix space required after ','Rashika Kheria2013-10-261-1/+1
* Staging: lustre: Fix no spaces at the start of the lineRashika Kheria2013-10-261-2/+2
* Staging: lustre: Fix code indentation for conditional statementsRashika Kheria2013-10-261-4/+4
* Staging: lustre: Fix initialisation of statics to NULL or 0Rashika Kheria2013-10-261-1/+1
* Staging; lustre: Fix quoted string split across linesRashika Kheria2013-10-261-14/+14
* Staging: lustre: Fix space prohibited between function and open paranthesisRashika Kheria2013-10-261-36/+36
* staging: lustre: replaced C99 comment style by C89 styleNandini Hanumanthagowda2013-10-261-1/+1
* staging: lustre: added space before the open parenthesisNandini Hanumanthagowda2013-10-261-3/+3
* Staging: lustre: Fix indentation of labelsRashika Kheria2013-10-261-1/+1
* Staging: lustre: Fix initialisation of statics to 0 or NULLRashika Kheria2013-10-261-1/+1
* Staging: lustre: Fix quoted strings split across linesRashika Kheria2013-10-261-43/+23
* Staging: lustre: Fix EXPORT_SYMBOL should immediately follow its function/var...Rashika Kheria2013-10-261-3/+1
* Staging: lustre: Fix space prohibited between function name and open paranthesisRashika Kheria2013-10-261-9/+9
* drivers/staging/lustre/lustre/osc/osc_io.c : remove space prohibited warningHimangi Saraogi2013-10-261-1/+1
* staging: lustre: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZEROValentina Manea2013-10-261-3/+1
* staging: lustre: lnet: Reformat pointer variable in lib-lnet.hLisa Nguyen2013-10-261-1/+1
* staging: lustre: lnet: Remove unnecessary () from return statementsLisa Nguyen2013-10-261-6/+6
* staging: lustre: lnet: Remove unnecessary spaces in lib-lnet.hLisa Nguyen2013-10-261-39/+39
* staging: lustre: Remove typedef and update cfs_hash structLisa Nguyen2013-10-2621-249/+249
* staging: lustre: Remove typedef and update cfs_hash_bd structLisa Nguyen2013-10-269-124/+124
* staging: lustre: Remove typedef and update cfs_debug_limit_state structLisa Nguyen2013-10-264-7/+7
* staging/lustre: fix tv_usec build warning on pariscPeng Tao2013-10-263-6/+6
* staging/lustre/llite: fix mkdir endless loopPeng Tao2013-10-261-1/+5
* lustre/fld: remove fld_thread_keyPeng Tao2013-10-261-5/+0
* staging: lustre: Remove typedef and update cfs_hash_bucket structLisa Nguyen2013-10-262-17/+17
* staging: lustre: Remove typedef and update cfs_hash_lock unionLisa Nguyen2013-10-212-14/+14
* staging:lustre: replace foo* with foo *Dulshani Gunawardhana2013-10-213-10/+10
* staging:lustre: Fix externs should be avoided in .c files warningDulshani Gunawardhana2013-10-213-2/+4
* staging:lustre: Fix space before open parenthesisDulshani Gunawardhana2013-10-216-6/+6
* staging:lustre: Replace max() with max_t()Dulshani Gunawardhana2013-10-211-1/+1
* staging:lustre: Fix C99 style commentsDulshani Gunawardhana2013-10-211-1/+1
* staging:lustre: Remove space between function name and open parenthesisDulshani Gunawardhana2013-10-214-38/+38
* staging: lustre: libcfs: Remove bitmap.h fileLisa Nguyen2013-10-211-110/+0
* staging/lustre/lnet: Remove unnecessary spaces in router_proc.cLisa Nguyen2013-10-191-10/+10
* staging/lustre/lnet: Fix static initialization error in router_proc.cLisa Nguyen2013-10-191-1/+1
* staging/lustre/lnet: Reformat pointer variable in lib-move.cLisa Nguyen2013-10-191-1/+1
* staging/lustre/lnet: Remove () from return statements in lib-move.cLisa Nguyen2013-10-191-13/+13
* staging/lustre/lnet: Adjust lines to meet 80 column limit in lib-move.cLisa Nguyen2013-10-191-11/+17
* staging/lustre/lnet: Move open braces to previous lines in lib-move.cLisa Nguyen2013-10-191-8/+4
* staging/lustre/lnet: Remove unnecessary whitespace in lib-move.cLisa Nguyen2013-10-191-147/+147
* staging/lustre/lnet/selftest: Remove unnecessary spaces in brw_test.cLisa Nguyen2013-10-191-32/+32
* staging/lustre/lnet/selftest: Fix trailing statements in brw_test.cLisa Nguyen2013-10-191-9/+18
OpenPOWER on IntegriCloud