summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
AgeCommit message (Expand)Author
2014-08-17staging: lustre: lustre: libcfs: pr_warn instead printkHema Prathaban
2014-08-17staging: lustre: lustre: libcfs: do not use assignment in if conditionHema Prathaban
2014-08-17staging/lustre: get rid of obd_* typedefsOleg Drokin
2014-08-17staging/lustre: get rid of seqno_t and mdsno_t typedefsOleg Drokin
2014-08-17staging/lustre/llite: Fix integer overflow in ll_fid2pathOleg Drokin
2014-08-17staging/lustre/llite: optimize ll_fid2path()Frank Zago
2014-08-17staging/lustre/llite: hold inode mutex around ll_setattr_raw()John L. Hammond
2014-08-17staging/lustre/clio: reorder initialization in cl_req_alloc()John L. Hammond
2014-08-17staging/lustre/ldlm: drop redundant ibits lock interoperability checkFan Yong
2014-08-17staging/lustre/llite: Make sure ft_flags is validPaul Cassella
2014-08-17staging/lustre/mdc: cleanup intent if mdc_finish_enqueue() failsJohn L. Hammond
2014-08-17staging/lustre/llite: check for integer overflow in hsm user requestNathaniel Clark
2014-08-16staging: lustre: lustre: ptlrpc: Donot initialise nullHema Prathaban
2014-08-16staging: lustre: lustre: ptlrpc: Fix pointer declarationHema Prathaban
2014-08-16staging: lustre: lustre: ptlrpc: Fix requires spaceHema Prathaban
2014-08-16staging/lustre/lnet: Fix potential uninitialized variable warningOleg Drokin
2014-08-16staging: lustre: Cleanup variable declarations in mdc_enqueue()Srikrishan Malik
2014-08-16staging: lustre: remove parentheses usage with returnSrikrishan Malik
2014-08-16staging: lustre: move else on the same line as closing braceSrikrishan Malik
2014-08-16staging: lustre: Fix misplaced opening brace warningsSrikrishan Malik
2014-08-16staging: lustre: Added space between type name and *Srikrishan Malik
2014-08-16] staging: lustre: fix multi line stringsSrikrishan Malik
2014-08-16staging: lustre: add blank lines after declarationsSrikrishan Malik
2014-08-16staging: lustre: replace c99 style comments with C89Srikrishan Malik
2014-08-16staging: lustre: Add missing spaces around operators and braces.Srikrishan Malik
2014-08-16staging: lustre: fix lines over 80 charsSrikrishan Malik
2014-08-16staging: lustre: move open brace to next line after functionsSrikrishan Malik
2014-08-16staging: lustre: remove spaces from start of lineSrikrishan Malik
2014-08-16staging: lustre: remove space between function name and and open parenthesisSrikrishan Malik
2014-08-16staging: lustre: fix coding style issue: missing space after 'if'Junien Fridrick
2014-08-16drivers: staging: lustre: fix sparse warnings / delete unused functionBenedict Boerger
2014-08-16Staging: lustre: checkpatch: remove blank spacesTom Wales
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-08-01staging: lustre: bitwise vs logical typoDan Carpenter
2014-08-01staging: lustre: ptlrpc: lproc_ptlrpc.c - fix dereferenceing user space bufferAnil Belur
2014-08-01staging: lustre: ldlm: ldlm_resource.c - fix dereferenceing user space bufferAnil Belur
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal
2014-07-30Staging: lustre: linux-module: add const modifier to file_operationsJessica Yu
2014-07-30Staging: lustre: linux-module: remove extraneous parensJessica Yu
2014-07-30Staging: lustre: linux-module: remove unnecessary spacesJessica Yu
2014-07-30Staging: lustre: linux-module: fix pointer style issueJessica Yu
2014-07-27staging: lustre: lov: Fix sparse warning using plain integer as NULL pointerMarc Fite
2014-07-27staging/lustre: Fix sparse error (signature mismatch)L. Alberto Giménez
2014-07-24staging: lustre: obdclass: fix sparse warnings about static declarationAndrey Skvortsov
2014-07-22staging: lustre: Fix sparse warningsMatt Kurz
2014-07-22staging: lustre: llite: rw.c: remove gfp_maskGuillaume Morin
2014-07-21staging: lustre: lov: Add a space before open braces '{' in lov_request.cRiccardo Lucchese
2014-07-21staging: lustre: lov: Add a blank line after declarations in lov_request.cRiccardo Lucchese
2014-07-21staging: lustre: lov: Cleanup lov_check_set() in lov_request.cRiccardo Lucchese
2014-07-18staging/lustre: fix misuse of current->parent.NeilBrown