aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/include
AgeCommit message (Expand)AuthorFilesLines
2013-09-10staging/lustre/libcfs: cleanup linux-mem.hPeng Tao1-38/+0
2013-08-26staging: lustre: Fix typo in lustre/lnetMasanari Iida1-1/+1
2013-08-23staging: lustre: Use proper constant types for L*_POISON valuesGeert Uytterhoeven1-3/+7
2013-08-21staging: lustre: Fix typo in lustre/includeMasanari Iida7-12/+12
2013-08-04staging: lustre: remove proc_dir_entry_t typedefGreg Kroah-Hartman1-5/+0
2013-08-04staging: lustre: remove strange journal macros into the one file using themGreg Kroah-Hartman1-9/+0
2013-08-04staging: lustre: remove task_t typedefGreg Kroah-Hartman1-4/+0
2013-08-04staging: lustre: remove cfs_task_state_tGreg Kroah-Hartman2-8/+3
2013-08-04staging: lustre: remove CFS_DECL_WAITQ() macroGreg Kroah-Hartman1-4/+0
2013-08-04staging: lustre: remove timer_list_t typedefGreg Kroah-Hartman2-12/+7
2013-08-04staging: lustre: remove unused cfs_ waitqueue wrappersGreg Kroah-Hartman1-44/+0
2013-08-04staging: lustre: remove cfs_module() macroGreg Kroah-Hartman1-9/+0
2013-08-04staging: lustre: remove wrappers for two atomic functionsGreg Kroah-Hartman1-6/+0
2013-08-04staging: lustre: remove typedef for group_info_tGreg Kroah-Hartman2-26/+1
2013-08-04staging: lustre: remove typedef for module_tGreg Kroah-Hartman2-5/+1
2013-08-04staging: lustre: remove unused cfs_"symbol" macrosGreg Kroah-Hartman1-8/+0
2013-08-04staging: lustre: remove cfs_for_each_possible_cpu()Greg Kroah-Hartman3-22/+0
2013-08-03staging: lustre: remove cfs_register_sysctl_table macroGreg Kroah-Hartman2-4/+0
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman3-61/+2
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-5/+0
2013-08-02staging: lustre: remove RETURN_EXIT macroGreg Kroah-Hartman1-6/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-5/+0
2013-08-02staging: lustre: remove ENTRY/EXIT_NESTING stuffGreg Kroah-Hartman2-8/+0
2013-07-24staging: lustre: NR_CPUS is always definedGreg Kroah-Hartman3-11/+0
2013-07-24staging: lustre: a typedef for 'struct miscdevice'???Greg Kroah-Hartman2-19/+0
2013-07-24staging: lustre: don't use time() or CFS_CURRENT_TIMEGreg Kroah-Hartman2-8/+0
2013-07-24staging: lustre: remove [f]printf() macros that aren't being usedGreg Kroah-Hartman1-2/+0
2013-07-24staging: lustre: Remove version.h header inclusion in linux-time.hSachin Kamat1-1/+0
2013-07-24staging: lustre: Remove version.h header inclusion in linux-prim.hSachin Kamat1-1/+0
2013-07-24staging: lustre: Remove version.h header inclusion in linux-cpu.hSachin Kamat1-2/+0
2013-07-24staging: lustre: Remove version.h header inclusion in kp30.hSachin Kamat1-1/+0
2013-07-23staging: lustre: remove unused "helper" macrosGreg Kroah-Hartman1-42/+0
2013-07-23staging/lustre: remove bogus ifndef EXPORT_SYMBOLPeng Tao1-4/+0
2013-07-23staging/lustre: fix build error on non-x86 platformsPeng Tao2-26/+0
2013-07-23staging/lustre: fix build when CONFIG_UIDGID_STRICT_TYPE_CHECKS is onPeng Tao1-2/+0
2013-07-23staging/lustre: fix build error when !CONFIG_SMPPeng Tao2-29/+23
2013-07-23staging/lustre: remove HIPQUADPeng Tao1-15/+0
2013-07-23staging/lustre: replace num_physpages with totalram_pagesPeng Tao1-2/+2
2013-06-06staging/lustre/libcfs: restore LINVRNTPeng Tao1-0/+9
2013-06-06staging/lustre: call set_cpus_allowed_ptr instead of set_cpus_allowedPeng Tao2-4/+0
2013-06-03staging/lustre: clean up and remove libcfs/linux/linux-mem.cPeng Tao2-21/+2
2013-06-03staging/lustre: remove libcfs/linux/linux-utils.cPeng Tao2-29/+0
2013-06-03staging/lustre: clean up and remove libcfs/linux/linux-fs.cPeng Tao2-32/+0
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao2-66/+3
2013-05-14staging: add Lustre file system client supportPeng Tao47-0/+9761