aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lov (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-17staging: lustre: fix sparse warning on LPROC_SEQ_FOPS macrosTristan Lelong1-8/+12
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches2-21/+16
2014-10-20drivers: staging: lustre: Fix "else should follow close brace '}'" errorsGreg Donald1-2/+1
2014-10-20Staging: lustre: lustre: lov: Remove variable that is not very useful.Heena Sirwani1-2/+1
2014-09-11staging: lustre: lov: expand the GOTO macroJulia Lawall6-118/+217
2014-09-08staging/lustre: annotate lock/unlock in lov_stripe_lock / lov_stripe_unlockMostyn Bramley-Moore1-0/+2
2014-09-08staging/lustre: remove obd_ost.hJohn L. Hammond2-2/+0
2014-09-08staging/lustre/lov: remove unused OBD methodsJohn L. Hammond5-1557/+0
2014-09-02drivers: staging: lustre: Fix return is not a function, parentheses are not required errorsGreg Donald2-2/+2
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald2-2/+3
2014-08-17staging/lustre: get rid of obd_* typedefsOleg Drokin12-93/+92
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal1-1/+1
2014-07-27staging: lustre: lov: Fix sparse warning using plain integer as NULL pointerMarc Fite1-3/+3
2014-07-21staging: lustre: lov: Add a space before open braces '{' in lov_request.cRiccardo Lucchese1-3/+3
2014-07-21staging: lustre: lov: Add a blank line after declarations in lov_request.cRiccardo Lucchese1-2/+5
2014-07-21staging: lustre: lov: Cleanup lov_check_set() in lov_request.cRiccardo Lucchese1-6/+6
2014-07-12staging: lustre: use CONFIG_PROC_FSGreg Kroah-Hartman3-5/+5
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman2-3/+3
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman6-26/+23
2014-07-12staging: lustre: remove LPD64 defineGreg Kroah-Hartman1-1/+1
2014-07-11staging: lustre: lov: remove ccflags from MakefileGreg Kroah-Hartman12-38/+34
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman7-7/+7
2014-06-26staging/lustre: fix frong ldlm flags type usedDmitry Eremin2-8/+4
2014-05-23staging: lustre: lustre: lov: lov_obd.c: Fix for possible null pointer dereferenceRickard Strandqvist1-5/+5
2014-04-27staging/lustre/llite: prevent buffer overflow in fiemapBobi Jam1-1/+2
2014-04-27staging/lustre: remove assertion of spin_is_locked()Li Xi1-2/+2
2014-04-27staging/lustre/lov: to not hold sub locks at initializationJinshan Xiong1-35/+1
2014-04-27staging/lustre/obdclass: remove uses of lov_stripe_mdJohn L. Hammond8-18/+51
2014-04-27staging/lustre/lov: remove unused lov llog codeJohn L. Hammond4-284/+3
2014-04-27staging/lustre: restore __GFP_WAIT flag to memalloc callsAnn Koehler7-11/+11
2014-03-19staging/lustre/libcfs: remove waitq_waitPeng Tao1-1/+1
2014-03-19staging/lustre/libcfs: remove init_waitqueue_entry_currentPeng Tao1-1/+1
2014-03-18staging:lustre: Removed assignments from if statements.Chi Pham1-1/+2
2014-03-16staging:lustre: Fix sparse warning of plain integer as NULLHimangi Saraogi1-1/+1
2014-03-08staging: lustre: storage class should be before const qualifierTobias Klauser1-1/+1
2014-03-06staging:lustre: Fix sparse warnings of Using plain integer as NULL pointerHimangi Saraogi1-3/+3
2014-03-06Staging : lustre/lustre/lov: Fix Statements terminations use 1 semicolon in lov_ea.cMonam Agarwal1-1/+1
2014-02-28lustre/clio: honor O_NOATIMEJohn L. Hammond1-0/+1
2014-02-11lustre/lov: avoid subobj's coh_parent raceBobi Jam2-3/+11
2013-12-17staging: lustre: Fix typo in lustre/lustre/lovMasanari Iida5-11/+11
2013-12-04staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao3-5/+4
2013-12-03staging/lustre/hsm: Add hsm_release feature.Jinshan Xiong2-10/+41
2013-11-21staging/lustre/llite: Access to released file triggers a restoreJC Lafoucriere1-3/+12
2013-11-15staging/lustre/lov: convert magic to host-endian in lov_dump_lmm()John L. Hammond1-11/+9
2013-11-10staging:lustre: Fix plain integer as NULL pointer warningDulshani Gunawardhana1-18/+18
2013-10-26staging: lustre: Remove typedef and update cfs_hash structLisa Nguyen1-3/+3
2013-10-21staging:lustre: replace foo* with foo *Dulshani Gunawardhana3-10/+10
2013-10-21staging:lustre: Fix externs should be avoided in .c files warningDulshani Gunawardhana3-2/+4
2013-10-21staging:lustre: Fix space before open parenthesisDulshani Gunawardhana6-6/+6
2013-10-21staging:lustre: Replace max() with max_t()Dulshani Gunawardhana1-1/+1