aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-Hartman1-2/+2
2014-07-11staging: lustre: obdclass: remove ccflags from MakefileGreg Kroah-Hartman1-5/+5
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman1-2/+2
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-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-24staging: lustre: a typedef for 'struct miscdevice'???Greg Kroah-Hartman1-1/+1
2013-07-23staging/lustre/procfs: return -ENOMEM from lprocfs_register()John L. Hammond1-1/+8
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao1-47/+25
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+430