summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/obdclass/linux
AgeCommit message (Expand)Author
2015-06-11lustre: obdclass: linux: Replace uses of OBD_{ALLOC, FREE}_LARGEJulia Lawall
2015-05-31staging/lustre/obd: final removal of procfs stuffDmitry Eremin
2015-05-31staging/lustre/obd: remove unused proc_lustre_rootDmitry Eremin
2015-05-31staging/lustre/obdclass: remove unused sysctl enum definitionDmitry Eremin
2015-05-31staging/lustre: move /proc/fs/lustre/devices to debugfsOleg Drokin
2015-05-31staging/lustre: Add debugfs rootOleg Drokin
2015-05-31staging/lustre: Move /proc/fs/lustre root level files to sysfsOleg Drokin
2015-04-01Staging: lustre: Make obd_proc_version_seq_show staticDarshana Padmadas
2015-03-15Staging: lustre: Remove parentheses around right side an assignmentHaneen Mohammed
2015-03-01staging: lustre: Move proc_*() functions inside #ifdef CONFIG_SYSCTLGeert Uytterhoeven
2015-03-01staging: lustre: Convert "return seq_printf(...)" usesJoe Perches
2015-01-17Staging: lustre: error handling tweaks in obd_ioctl_getdata()Dan Carpenter
2015-01-17staging: lustre: fix sparse warning on LPROC_SEQ_FOPS macrosTristan Lelong
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches
2014-10-29drivers: staging: lustre: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald
2014-10-02staging: lustre: lustre: obdclass: linux: include <linux/*.h> instead of <asm...Tapasweni Pathak
2014-09-11drivers: staging: lustre: Fix "space prohibited after that open parenthesis '...Greg Donald
2014-08-17staging/lustre: get rid of obd_* typedefsOleg Drokin
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal
2014-07-24staging: lustre: obdclass: fix sparse warnings about static declarationAndrey Skvortsov
2014-07-12staging: lustre: remove proc function wrappersGreg Kroah-Hartman
2014-07-12staging: lustre: use CONFIG_PROC_FSGreg Kroah-Hartman
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman
2014-07-12staging: lustre: remove LL_PROC_PROTO macroGreg Kroah-Hartman
2014-07-11staging: lustre: remove ctl_table typedefsGreg Kroah-Hartman
2014-07-11staging: lustre: remove unneeded DECLARE_LL_PROC_PPOS_DECL macroGreg Kroah-Hartman
2014-07-11staging: lustre: obdclass: remove ccflags from MakefileGreg Kroah-Hartman
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman
2014-06-19staging: lustre: obdclass: linux-sysctl.c: fix unnecessary spaces coding styl...Andrey Skvortsov
2014-06-19staging: lustre: obdclass: linux-sysctl.c: fix checkpatch warnings about incl...Andrey Skvortsov
2014-06-19staging: lustre: obdclass: linux-sysctl.c: fix pointer coding style issueAndrey Skvortsov
2014-05-03staging/lustre: Replace jobid acquiring with per node settingOleg Drokin
2014-04-27staging/lustre: Fix unsafe userspace access in many proc filesOleg Drokin
2014-04-25staging: lustre: improve length checks in ioctlsDan Carpenter
2014-04-16staging: lustre: use __func__ instead of __FUNCTION__Christoph Jaeger
2014-02-07staging/lustre/libcfs: remove cfs_capablePeng Tao
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-04staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao
2013-12-03staging/lustre/obdclass: move obd_sysctl_init out of class_procfs_initPeng Tao
2013-11-25staging/lustre/obdclass: add empty tailing member to ctl_tablePeng Tao
2013-11-19staging/lustre: remove INIT_CTL_NAMEPeng Tao
2013-08-03staging: lustre: remove cfs_register_sysctl_table macroGreg Kroah-Hartman
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman
2013-07-25staging: lustre: obdclass: Remove duplicate header file inclusionSachin Kamat
2013-07-24staging: lustre: a typedef for 'struct miscdevice'???Greg Kroah-Hartman
2013-07-24staging: lustre: Remove version.h header inclusion in linux-sysctl.cSachin Kamat
2013-07-23staging/lustre/procfs: return -ENOMEM from lprocfs_register()John L. Hammond