aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass/obd_config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-31Staging: lustre: Replace kzalloc followed by memcpy with kmemdupNiranjan Dighe1-6/+3
2015-05-31staging/lustre/obd: Remove nid_stats trackingOleg Drokin1-80/+0
2015-05-08staging: lustre: obdclass: obd_config: remove unneeded null test before freeJulia Lawall1-14/+10
2015-05-08staging: lustre: obdclass: Use kzalloc and kfreeJulia Lawall1-25/+25
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-6/+3
2014-10-29drivers: staging: lustre: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald1-1/+1
2014-09-11staging/lustre: remove portals_compat25.hJames Simmons1-1/+1
2014-09-08staging: lustre: obdclass: expand the GOTO macroJulia Lawall1-45/+75
2014-09-08staging: lustre: obdclass: expand the GOTO macro + breakJulia Lawall1-8/+8
2014-08-30staging: lustre: adjust spacing within pointer castsJulia Lawall1-1/+1
2014-08-30drivers: staging: lustre: Fix space required before the open parenthesis '(' errorsGreg Donald1-2/+2
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal1-3/+3
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman1-4/+4
2014-07-11staging: lustre: obdclass: remove ccflags from MakefileGreg Kroah-Hartman1-4/+4
2014-03-18staging:lustre: Removed assignments from if statements.Chi Pham1-1/+2
2014-02-14staging:lustre: Fix typo in comment and printk within lustre/obdclassMasanari Iida1-2/+2
2014-02-07staging/lustre/mgs: set_param -P option that sets value permanentlyArtem Blagodarenko1-2/+45
2013-10-26staging: lustre: Remove typedef and update cfs_hash structLisa Nguyen1-8/+8
2013-10-14staging: lustre: Use parenthesis around sizeofJoe Perches1-3/+3
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-56/+56
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-2/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-23/+0
2013-07-23staging/lustre/obdclass: be more careful processing server nameNathaniel Clark1-4/+7
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao1-3/+8
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+1899