aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-20staging: lustre: fix return value check in capa_hmac()Wei Yongjun1-2/+2
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2013-12-04staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao3-177/+182
2013-12-04staging/lustre: fix undefined reference if CONFIG_PROC_FS is offPeng Tao2-0/+10
2013-12-03staging/lustre/obdclass: move obd_sysctl_init out of class_procfs_initPeng Tao2-1/+3
2013-12-03staging/lustre/obdclass: lprocfs_{alloc_stats,register} always definedPeng Tao2-4/+3
2013-12-03staging/lustre/obdclass: fix false used uninitialized warningPeng Tao1-1/+1
2013-12-03staging/lustre/obdclass: remove unuse variables from lprocfs_stats_collect/clearDmitry Eremin1-4/+0
2013-12-03staging/lustre/llog: MGC to use OSD API for backup logsMikhail Pershin5-82/+147
2013-11-25staging/lustre/lu: shrink lu_object by 8 bytes on x86_64John L. Hammond1-8/+16
2013-11-25staging/lustre/obdclass: add empty tailing member to ctl_tablePeng Tao1-2/+4
2013-11-25staging/lustre: remove CFS_MODULE_PARMPeng Tao2-4/+4
2013-11-19staging/lustre: remove INIT_CTL_NAMEPeng Tao1-21/+2
2013-11-15staging/lustre/llog: fix return value of llog_alloc_handleLi Xi1-1/+1
2013-11-11staging: lustre: Fix incorrect type in assignmentDulshani Gunawardhana1-1/+1
2013-10-26staging: lustre: Remove typedef and update cfs_hash structLisa Nguyen5-26/+26
2013-10-26staging: lustre: Remove typedef and update cfs_hash_bd structLisa Nguyen2-14/+14
2013-10-26staging/lustre: fix tv_usec build warning on pariscPeng Tao1-1/+1
2013-10-14staging: lustre: Use parenthesis around sizeofJoe Perches6-18/+19
2013-09-10staging/lustre/obdclass: convert lu_object shrinker to count/scan APIPeng Tao1-46/+52
2013-08-04staging: lustre: remove proc_dir_entry_t typedefGreg Kroah-Hartman1-4/+4
2013-08-04staging: lustre: remove task_t typedefGreg Kroah-Hartman1-1/+1
2013-08-04staging: lustre: remove cfs_module() macroGreg Kroah-Hartman1-1/+3
2013-08-04staging: lustre: remove typedef for group_info_tGreg Kroah-Hartman1-5/+4
2013-08-03staging: lustre: remove ll_crypto_alloc_blkcipherGreg Kroah-Hartman1-2/+2
2013-08-03staging: lustre: remove almost all crypto layer wrappersGreg Kroah-Hartman1-11/+35
2013-08-03staging: lustre: remove cfs_register_sysctl_table macroGreg Kroah-Hartman1-1/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman25-537/+537
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman15-105/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman26-384/+3
2013-07-25staging: lustre: obdclass: Remove duplicate header file inclusionSachin Kamat1-1/+0
2013-07-24staging/lustre/obdclass: add obd_target.hLiu Xuezhao3-562/+1
2013-07-24staging/lustre/obdclass: use a dummy structure for lu_ref_linkJohn L. Hammond4-20/+23
2013-07-24staging: lustre: a typedef for 'struct miscdevice'???Greg Kroah-Hartman2-2/+2
2013-07-24staging: lustre: Remove version.h header inclusion in obd_mount.cSachin Kamat1-1/+0
2013-07-24staging: lustre: Remove version.h header inclusion in linux-sysctl.cSachin Kamat1-1/+0
2013-07-24staging: lustre: Remove version.h header inclusion in capa.cSachin Kamat1-1/+0
2013-07-23staging: lustre: use ERR_CAST() functionLaurent Navet1-2/+2
2013-07-23staging: lustre: Fix typo in printkMasanari Iida1-1/+1
2013-07-23staging/lustre/scrub: purge inconsistenct objects after OI scrubFan Yong1-5/+5
2013-07-23staging/lustre/mdt: HSM on disk actions recordjcl1-0/+17
2013-07-23staging/lustre/style: removes obsolete EXPORT_SYMTAB macros v2Keith Mannthey1-4/+0
2013-07-23staging/lustre/obdclass: be more careful processing server nameNathaniel Clark2-29/+40
2013-07-23staging/lustre/procfs: return -ENOMEM from lprocfs_register()John L. Hammond2-12/+25
2013-07-23staging/lustre: fix 'code maintainability' errorsSebastien Buisson1-2/+0
2013-07-23staging/lustre/md: fix lu_ucred.c boilerplateJohn L. Hammond1-4/+4
2013-07-23staging/lustre: fix build warnning on 32bit systemPeng Tao1-1/+1
2013-07-23staging/lustre: fix build when CONFIG_UIDGID_STRICT_TYPE_CHECKS is onPeng Tao4-15/+20
2013-07-23staging/lustre: don't assert module ownerPeng Tao1-3/+0
2013-07-23staging/lustre: replace num_physpages with totalram_pagesPeng Tao3-7/+7