aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-17Staging: lustre: error handling tweaks in obd_ioctl_getdata()Dan Carpenter1-11/+15
2015-01-17staging: lustre: fix sparse warning on LPROC_SEQ_FOPS macrosTristan Lelong1-2/+3
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-3/+2
2014-10-29drivers: staging: lustre: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald1-2/+2
2014-10-02staging: lustre: lustre: obdclass: linux: include <linux/*.h> instead of <asm/*.h>Tapasweni Pathak1-3/+3
2014-09-11drivers: staging: lustre: Fix "space prohibited after that open parenthesis '('" errorsGreg Donald1-2/+2
2014-08-17staging/lustre: get rid of obd_* typedefsOleg Drokin1-4/+4
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal1-1/+1
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: use CONFIG_PROC_FSGreg Kroah-Hartman1-2/+2
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman1-2/+2
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman2-6/+6
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-Hartman3-9/+9
2014-07-11staging: lustre: remove top level ccflags variableGreg 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
2014-05-03staging/lustre: Replace jobid acquiring with per node settingOleg Drokin1-0/+27
2014-04-27staging/lustre: Fix unsafe userspace access in many proc filesOleg Drokin1-1/+8
2014-04-25staging: lustre: improve length checks in ioctlsDan Carpenter1-0/+2
2014-04-16staging: lustre: use __func__ instead of __FUNCTION__Christoph Jaeger1-2/+2
2014-02-07staging/lustre/libcfs: remove cfs_capablePeng Tao1-1/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-04staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao1-3/+1
2013-12-03staging/lustre/obdclass: move obd_sysctl_init out of class_procfs_initPeng Tao1-1/+0
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-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-14/+14
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-1/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-8/+0
2013-07-25staging: lustre: obdclass: Remove duplicate header file inclusionSachin Kamat1-1/+0
2013-07-24staging: lustre: a typedef for 'struct miscdevice'???Greg Kroah-Hartman1-1/+1
2013-07-24staging: lustre: Remove version.h header inclusion in linux-sysctl.cSachin Kamat1-1/+0
2013-07-23staging/lustre/procfs: return -ENOMEM from lprocfs_register()John L. Hammond1-1/+8
2013-07-23staging/lustre: fix build when CONFIG_UIDGID_STRICT_TYPE_CHECKS is onPeng Tao1-2/+2
2013-07-23staging/lustre: replace num_physpages with totalram_pagesPeng Tao1-3/+3
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao1-47/+25
2013-05-14staging: add Lustre file system client supportPeng Tao3-0/+1097