aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/mdc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Staging: lustre: Include header file that declares lprocfs_mdc_init_varsDarshana Padmadas1-0/+1
2015-03-26staging/lustre/mdc: Handle empty but non-zero acl xattrChristopher J. Morrone1-0/+3
2015-03-01staging: lustre: Convert uses of "int rc = seq_printf(...)"Joe Perches1-3/+3
2015-03-01staging: lustre: mdc: remove unused variableAya Mahfouz1-3/+1
2015-02-07staging/lustre/mdc: Initialize req in mdc_enqueue for !it caseOleg Drokin1-0/+1
2015-01-28staging: lustre: lustre: mdc: lproc_mdc.c: Fix for potential NULL pointer dereferenceKumar Amit Mehta1-0/+2
2015-01-25staging: lustre: mdc: declare internal symbols as staticLuca Ceresoli1-27/+27
2015-01-17staging: lustre: potential underflow in mdc_iocontrol()Dan Carpenter1-4/+4
2015-01-17staging: lustre: lustre: mdc: mdc_lib.c: Removed an unnecessary NULL checkRickard Strandqvist1-4/+3
2015-01-17staging: lustre: fix sparse warning on LPROC_SEQ_FOPS macrosTristan Lelong1-3/+4
2014-12-02staging: lustre: fixed sparse warnings related to static declarationsJanet Liu1-6/+6
2014-11-22staging: lustre: mdc: use __FMODE_EXEC macroJuston Li2-6/+2
2014-09-14Staging: lustre: lustre: mdc: mdc_request: Removed useless variableTina Johnson1-3/+1
2014-09-08staging/lustre/mdc: inline llog methodsJohn L. Hammond1-38/+29
2014-09-08staging/lustre/mdc: remove unused OBD methodsJohn L. Hammond1-90/+0
2014-09-02staging: lustre: lustre: mdc: mdc_reint: fix coding style issueSun Wang1-2/+2
2014-08-30staging/lustre/mdc: remove obsolete llog ioctl handlersJohn L. Hammond1-15/+0
2014-08-30staging/lustre: move lustre_intent.h to ..John L. Hammond1-1/+1
2014-08-30staging: lustre: mdc: expand the GOTO macroJulia Lawall2-119/+196
2014-08-17staging/lustre: get rid of obd_* typedefsOleg Drokin3-9/+9
2014-08-17staging/lustre/mdc: cleanup intent if mdc_finish_enqueue() failsJohn L. Hammond1-0/+5
2014-08-16staging: lustre: Cleanup variable declarations in mdc_enqueue()Srikrishan Malik1-9/+9
2014-08-16staging: lustre: remove parentheses usage with returnSrikrishan Malik1-1/+1
2014-08-16staging: lustre: move else on the same line as closing braceSrikrishan Malik1-2/+1
2014-08-16staging: lustre: Fix misplaced opening brace warningsSrikrishan Malik3-11/+17
2014-08-16staging: lustre: Added space between type name and *Srikrishan Malik1-1/+1
2014-08-16] staging: lustre: fix multi line stringsSrikrishan Malik3-25/+23
2014-08-16staging: lustre: add blank lines after declarationsSrikrishan Malik3-0/+9
2014-08-16staging: lustre: replace c99 style comments with C89Srikrishan Malik1-3/+3
2014-08-16staging: lustre: Add missing spaces around operators and braces.Srikrishan Malik4-18/+21
2014-08-16staging: lustre: fix lines over 80 charsSrikrishan Malik4-10/+18
2014-08-16staging: lustre: move open brace to next line after functionsSrikrishan Malik2-2/+4
2014-08-16staging: lustre: remove spaces from start of lineSrikrishan Malik1-2/+2
2014-08-16staging: lustre: remove space between function name and and open parenthesisSrikrishan Malik4-11/+11
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal2-25/+25
2014-07-12staging: lustre: use CONFIG_PROC_FSGreg Kroah-Hartman1-1/+1
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman1-1/+1
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-6/+6
2014-07-12staging: lustre: remove cfs_time_current_sec wrapperGreg Kroah-Hartman3-3/+3
2014-07-11staging: lustre: mdc: remove ccflags from MakefileGreg Kroah-Hartman7-25/+22
2014-04-27staging/lustre/mdc: use cl_max_mds_md to pack getattr RPCwang di1-4/+8
2014-04-27staging/lustre/mdc: fix issue found by Klocwork Insight toolDmitry Eremin1-1/+2
2014-04-27staging/lustre: Limit reply buffer sizeBrian Behlendorf3-16/+51
2014-04-27staging/lustre: quiet console permission error messagesAndreas Dilger1-1/+4
2014-03-19Staging: lustre: Fix space required before the open parenthesisTugce Sirin1-2/+2
2014-03-18staging:lustre: Removed assignments from if statements.Chi Pham1-6/+11
2014-03-08staging: lustre: Fix spelling typo in various part of lusterMasanari Iida1-1/+1
2014-02-28lustre/ldlm: set l_lvb_type coherent when layout is returnedBruno Faccini1-0/+1
2014-02-28lustre/llite: simplify dentry revalidateLai Siyao1-35/+17
2014-02-28lustre/recovery: free open/close request promptlyHongchao Zhang4-3/+29