aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass/genops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23Staging: lustre: Fix Sparse warnings for static declarationsHaneen Mohammed1-6/+6
2015-03-23Stagin: lustre: Fix externs should be avoided in .cHaneen Mohammed1-1/+0
2015-03-15Staging: lustre: Remove parentheses around right side an assignmentHaneen Mohammed1-1/+1
2015-03-06staging: lustre: remove initialization of static intsSupriya Karanth1-1/+1
2015-02-07staging/lustre/obdclass: fix a race in recoveryHongchao Zhang1-4/+6
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-11/+7
2014-10-29drivers: staging: lustre: Fix "spaces required around that '='" errorsGreg Donald1-1/+1
2014-10-29drivers: staging: lustre: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald1-4/+4
2014-09-08staging: lustre: obdclass: expand the GOTO macroJulia Lawall1-18/+27
2014-09-08staging/lustre: remove obd_ost.hJohn L. Hammond1-1/+0
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald1-1/+2
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman1-3/+3
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-1/+1
2014-07-12staging: lustre: remove cfs_time_current_sec wrapperGreg Kroah-Hartman1-1/+1
2014-07-11staging: lustre: obdclass: remove ccflags from MakefileGreg Kroah-Hartman1-3/+3
2014-04-27staging/lustre: restore __GFP_WAIT flag to memalloc callsAnn Koehler1-1/+1
2014-04-16staging: lustre: use __func__ instead of __FUNCTION__Christoph Jaeger1-2/+2
2014-03-19staging/lustre/libcfs: remove schedule_timeout_and_set_statePeng Tao1-2/+2
2014-02-28lustre/recovery: free open/close request promptlyHongchao Zhang1-0/+2
2014-02-14staging:lustre: Fix typo in comment and printk within lustre/obdclassMasanari Iida1-3/+3
2013-12-03staging/lustre/obdclass: lprocfs_{alloc_stats,register} always definedPeng Tao1-2/+1
2013-10-26staging: lustre: Remove typedef and update cfs_hash structLisa Nguyen1-3/+3
2013-08-04staging: lustre: remove task_t typedefGreg Kroah-Hartman1-1/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-24/+24
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-8/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-19/+0
2013-07-23staging: lustre: Fix typo in printkMasanari Iida1-1/+1
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao1-5/+3
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+1855