aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lov (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17staging: lustre: Fix typo in lustre/lustre/lovMasanari Iida5-11/+11
2013-12-04staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao3-5/+4
2013-12-03staging/lustre/hsm: Add hsm_release feature.Jinshan Xiong2-10/+41
2013-11-21staging/lustre/llite: Access to released file triggers a restoreJC Lafoucriere1-3/+12
2013-11-15staging/lustre/lov: convert magic to host-endian in lov_dump_lmm()John L. Hammond1-11/+9
2013-11-10staging:lustre: Fix plain integer as NULL pointer warningDulshani Gunawardhana1-18/+18
2013-10-26staging: lustre: Remove typedef and update cfs_hash structLisa Nguyen1-3/+3
2013-10-21staging:lustre: replace foo* with foo *Dulshani Gunawardhana3-10/+10
2013-10-21staging:lustre: Fix externs should be avoided in .c files warningDulshani Gunawardhana3-2/+4
2013-10-21staging:lustre: Fix space before open parenthesisDulshani Gunawardhana6-6/+6
2013-10-21staging:lustre: Replace max() with max_t()Dulshani Gunawardhana1-1/+1
2013-10-21staging:lustre: Fix C99 style commentsDulshani Gunawardhana1-1/+1
2013-10-21staging:lustre: Remove space between function name and open parenthesisDulshani Gunawardhana4-38/+38
2013-10-14staging: lustre: Use parenthesis around sizeofJoe Perches7-14/+14
2013-08-04staging: lustre: remove proc_dir_entry_t typedefGreg Kroah-Hartman1-3/+3
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-03staging: lustre: remove RETURN macroGreg Kroah-Hartman16-311/+311
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman10-40/+0
2013-08-02staging: lustre: remove RETURN_EXIT macroGreg Kroah-Hartman1-1/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman16-207/+2
2013-07-24staging: lustre: Remove version.h header inclusion in lproc_lov.cSachin Kamat1-1/+0
2013-07-23staging/lustre/procfs: return -ENOMEM from lprocfs_register()John L. Hammond1-3/+3
2013-07-23staging/lustre/llite: call simple_setattr() from ll_md_setattr()John L. Hammond1-1/+1
2013-07-23staging/lustre/layout: introduce new layout for released filesJinshan Xiong6-25/+137
2013-07-23staging/lustre: fix build warnning on 32bit systemPeng Tao1-1/+1
2013-06-03staging/lustre/lov: only dump header in lsm_lmm_verifyAndreas Dilger3-9/+10
2013-06-03staging/lustre: Revert "LU-2139 osc: Track and limit "unstable" pages"Oleg Drokin1-1/+1
2013-06-03staging/lustre/debug: quiet noisy console error messagesAndreas Dilger1-3/+5
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao3-86/+74
2013-05-14staging: add Lustre file system client supportPeng Tao22-0/+13308