aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/fld (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-18staging: lustre: space required after that close brace '}'Alberto Pires de Oliveira Neto1-1/+2
2015-03-18staging: lustre: void function return statements are not generally useful.Alberto Pires de Oliveira Neto1-1/+0
2015-03-18staging: lustre: space prohibited between function name and open parenthesis '('Alberto Pires de Oliveira Neto1-1/+1
2015-03-06staging: lustre: space prohibited between function name and open parenthesis '('Alberto Pires de Oliveira Neto1-1/+1
2015-03-01staging: lustre: fld_request.c: Remove else after return.Alberto Pires de Oliveira Neto1-3/+2
2015-02-07staging/lustre/fld: refer to MDT0 for fld lookup in some caseswang di1-0/+9
2015-01-25staging: lustre: fld: declare internal symbols as staticLuca Ceresoli2-4/+4
2015-01-25staging: lustre: remove kmalloc from fld_proc_hash_seq_writeTristan Lelong1-9/+4
2015-01-17staging: lustre: replace static value with defineTristan Lelong1-1/+1
2015-01-17staging: lustre: fix sparse warning on LPROC_SEQ_FOPS macrosTristan Lelong1-3/+16
2015-01-17staging: lustre: fld: fixed symbol was not declaredBrian Vandre1-1/+1
2014-09-11staging/lustre: use osc_reply_portal for OUT servicesMikhail Pershin1-0/+1
2014-08-30staging/lustre: remove md_object.hJohn L. Hammond3-3/+0
2014-08-30staging: lustre: fid,fld: expand the GOTO macroJulia Lawall1-6/+8
2014-08-17staging/lustre: get rid of seqno_t and mdsno_t typedefsOleg Drokin3-14/+13
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal1-1/+1
2014-07-12staging: lustre: use CONFIG_PROC_FSGreg Kroah-Hartman2-2/+2
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman1-3/+3
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman2-12/+11
2014-07-11staging: lustre: fld: remove ccflags from MakefileGreg Kroah-Hartman5-44/+41
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman4-4/+4
2014-06-19staging: lustre: lustre: fld: lproc_fld.c fixed warningAnil Belur1-1/+0
2014-06-19staging: lustre: lustre: fld: lproc_fld.c fixed warningAnil Belur1-1/+2
2014-03-17Staging: lustre: fld: fix split strings.Gary Rookard1-9/+6
2014-03-17Staging: lustre: fld: fix spacing issue.Gary Rookard1-1/+1
2014-03-17Staging: lustre: fld: fix split string.Gary Rookard1-2/+2
2014-03-08staging: lustre: Fix spelling typo in various part of lusterMasanari Iida1-1/+1
2013-12-17staging: lustre: Fix typo in lustre/lustre/fld and ldlmMasanari Iida1-1/+1
2013-12-04staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao2-4/+2
2013-12-04staging/lustre: fix undefined reference if CONFIG_PROC_FS is offPeng Tao2-2/+1
2013-11-11lustre/fld: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-4/+1
2013-10-26lustre/fld: remove fld_thread_keyPeng Tao1-5/+0
2013-10-14staging: lustre: Use parenthesis around sizeofJoe Perches1-1/+1
2013-08-04staging: lustre: remove proc_dir_entry_t typedefGreg Kroah-Hartman2-2/+2
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman3-33/+33
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman2-13/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman3-25/+1
2013-08-02staging/lustre: lloop depends on BLOCKXiong Zhou2-2/+0
2013-07-23staging/lustre/fld: prepare FLD module for client server splitLiu Xuezhao6-1113/+36
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao1-35/+43
2013-05-14staging: add Lustre file system client supportPeng Tao7-0/+2551