aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-13staging/lustre: Get rid of remaining /proc/sys/lustre plumbingOleg Drokin1-30/+0
2015-07-13staging/lustre/obdclass: Move AT controls from sysctl to sysfsOleg Drokin1-35/+10
2015-07-13staging/lustre/obdclass: move debug controls to sysfsOleg Drokin1-21/+7
2015-07-13staging/lustre/obdclass: move max_dirty_mb from sysctl to sysfsOleg Drokin1-43/+31
2015-07-13staging/lustre/obdclass: move sysctl timeout to sysfsOleg Drokin1-13/+53
2015-07-13staging/lustre: Remove unneeded ldlm_timeout controlOleg Drokin1-9/+0
2015-07-13staging/lustre: Remove now obsolete memory tracking sysctlsOleg Drokin1-124/+0
2015-07-13staging/lustre: remove alloc_fail_rate sysctlOleg Drokin1-38/+0
2015-05-31staging/lustre/obd: final removal of procfs stuffDmitry Eremin1-1/+0
2015-05-31staging/lustre/obdclass: remove unused sysctl enum definitionDmitry Eremin1-24/+0
2015-03-15Staging: lustre: Remove parentheses around right side an assignmentHaneen Mohammed1-1/+1
2015-03-01staging: lustre: Move proc_*() functions inside #ifdef CONFIG_SYSCTLGeert Uytterhoeven1-1/+1
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-3/+2
2014-07-24staging: lustre: obdclass: fix sparse warnings about static declarationAndrey Skvortsov1-12/+12
2014-07-12staging: lustre: remove proc function wrappersGreg Kroah-Hartman1-36/+6
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-4/+4
2014-07-12staging: lustre: remove LL_PROC_PROTO macroGreg Kroah-Hartman1-12/+28
2014-07-11staging: lustre: remove ctl_table typedefsGreg Kroah-Hartman1-3/+3
2014-07-11staging: lustre: remove unneeded DECLARE_LL_PROC_PPOS_DECL macroGreg Kroah-Hartman1-6/+0
2014-07-11staging: lustre: obdclass: remove ccflags from MakefileGreg Kroah-Hartman1-2/+2
2014-06-19staging: lustre: obdclass: linux-sysctl.c: fix unnecessary spaces coding style issueAndrey Skvortsov1-4/+4
2014-06-19staging: lustre: obdclass: linux-sysctl.c: fix checkpatch warnings about included headersAndrey Skvortsov1-2/+2
2014-06-19staging: lustre: obdclass: linux-sysctl.c: fix pointer coding style issueAndrey Skvortsov1-4/+4
2013-11-25staging/lustre/obdclass: add empty tailing member to ctl_tablePeng Tao1-2/+4
2013-11-19staging/lustre: remove INIT_CTL_NAMEPeng Tao1-21/+2
2013-08-03staging: lustre: remove cfs_register_sysctl_table macroGreg Kroah-Hartman1-1/+1
2013-07-25staging: lustre: obdclass: Remove duplicate header file inclusionSachin Kamat1-1/+0
2013-07-24staging: lustre: Remove version.h header inclusion in linux-sysctl.cSachin Kamat1-1/+0
2013-07-23staging/lustre: replace num_physpages with totalram_pagesPeng Tao1-3/+3
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+445