aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/lproc_llite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-18Staging: lustre: Fix spelling mistakesHaneen Mohammed1-6/+6
2015-03-01staging: lustre: Convert uses of "int rc = seq_printf(...)"Joe Perches1-1/+3
2015-03-01staging: lustre: Convert remaining uses of "= seq_printf(...)"Joe Perches1-10/+14
2015-03-01staging: lustre: Convert "return seq_printf(...)" usesJoe Perches1-39/+49
2015-03-01staging: lustre: llite: remove unused variableAya Mahfouz1-4/+1
2015-02-07staging/lustre/llite: to configure max_cached_mb correctlyJinshan Xiong1-3/+5
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-17/+12
2014-10-29Staging: lustre: llite: fix some sparse warnings about userspace pointerAnh Le1-23/+33
2014-10-23Staging: lustre: llite: Remove C99 '//' commentsTina Ruchandani1-2/+2
2014-08-30staging: lustre: llite: expand the GOTO macroJulia Lawall1-15/+24
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald1-1/+1
2014-08-30drivers: staging: lustre: Fix space required before the open parenthesis '(' errorsGreg Donald1-9/+9
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal1-1/+1
2014-07-18staging/lustre: fix misuse of current->parent.NeilBrown1-1/+1
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-5/+5
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman1-3/+3
2014-06-29drivers/staging/lustre/lustre/llite: sparse warning correctionsSami Laine1-29/+30
2014-04-27staging/lustre: Fix unsafe userspace access in many proc filesOleg Drokin1-18/+73
2014-04-27staging/lustre/llite: remove dead codeJohn L. Hammond1-2/+2
2014-04-27staging/lustre: Limit reply buffer sizeBrian Behlendorf1-3/+51
2014-04-25Staging: lustre: ops structs should be declared staticFabio Falzoi1-3/+3
2013-12-04staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao1-4/+0
2013-12-03staging/lustre/llite: extended attribute cacheAndrew Perepechko1-0/+37
2013-10-26staging/lustre: fix tv_usec build warning on pariscPeng Tao1-3/+3
2013-08-04staging: lustre: remove proc_dir_entry_t typedefGreg Kroah-Hartman1-1/+1
2013-08-04staging: lustre: remove wrappers for two atomic functionsGreg Kroah-Hartman1-1/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-5/+5
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-2/+0
2013-07-24staging: lustre: Remove version.h header inclusion in lproc_llite.cSachin Kamat1-1/+0
2013-07-23staging/lustre/llite: use READ, WRITE around ll_rw_stats_tally()John L. Hammond1-4/+6
2013-07-23staging/lustre: fix build when CONFIG_UIDGID_STRICT_TYPE_CHECKS is onPeng Tao1-1/+2
2013-07-23staging/lustre: replace num_physpages with totalram_pagesPeng Tao1-4/+4
2013-06-03staging/lustre: Revert "LU-2139 osc: Track and limit "unstable" pages"Oleg Drokin1-18/+0
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao1-212/+203
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+1397