aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/mgc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Staging: lustre: Mark internal functions as staticDarshana Padmadas1-3/+3
2015-03-26staging/lustre/mgc: detach MGC dev on errorBobi Jam1-11/+25
2015-03-26staging/lustre/mgc: check the import stat for lprocfsHongchao Zhang1-2/+7
2015-03-06staging: lustre: remove initialization of static intsSupriya Karanth1-1/+1
2015-03-01staging: lustre: mgc: remove unused variableAya Mahfouz1-4/+1
2015-03-01Staging: lustre: lustre: mgc: Delete the excess white spaceHatice ERTÜRK1-1/+1
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-4/+2
2014-10-20Staging: lustre: lustre: mgc: Remove variable that is not very useful.Heena Sirwani1-6/+2
2014-09-08staging/lustre/mgc: remove server specific llog handlingJohn L. Hammond1-80/+4
2014-09-08staging/lustre/mgc: inline mgc_cancel()John L. Hammond1-15/+2
2014-08-30staging/lustre/mgc: remove server specific handlersJohn L. Hammond1-177/+0
2014-08-30staging: lustre: mgc: expand the GOTO macroJulia Lawall1-44/+74
2014-08-30staging: lustre: mgc: remove unused fileJulia Lawall1-158/+0
2014-08-17staging/lustre: get rid of obd_* typedefsOleg Drokin1-2/+2
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-Hartman2-3/+3
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman1-2/+2
2014-07-12staging: lustre: remove LPD64 defineGreg Kroah-Hartman1-2/+2
2014-07-11staging: lustre: mgc: remove ccflags from MakefileGreg Kroah-Hartman5-22/+19
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman1-1/+1
2014-06-26staging/lustre/mgc: replace hard-coded MGC_ENQUEUE_LIMIT valueCheng Shao1-1/+4
2014-05-25staging: lustre: Fixed warnings about using 0 as NULL ptrGreg DeAngelis1-11/+11
2014-04-27staging/lustre: replace semaphores with mutexesDmitry Eremin1-4/+4
2014-03-08staging: lustre: Fix spelling typo in various part of lusterMasanari Iida1-1/+1
2014-02-07staging/lustre/mgs: set_param -P option that sets value permanentlyArtem Blagodarenko1-14/+76
2014-01-08staging: lustre: Fix do not use C99 // comments in mgc_request.cMasanari Iida1-2/+2
2014-01-08staging: lustre: Fix brace {} are not necessary for single statement blocksMasanari Iida1-4/+4
2014-01-08lustre: Fix space required before the open parenthesis in mgc_required.cMasanari Iida1-2/+2
2013-12-04staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao4-5/+5
2013-12-03staging/lustre/llog: MGC to use OSD API for backup logsMikhail Pershin2-152/+245
2013-11-21staging/lustre/ldlm: fix resource/fid check, use DLDLMRESAndreas Dilger1-2/+2
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman2-67/+67
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-6/+0
2013-08-02staging: lustre: remove RETURN_EXIT macroGreg Kroah-Hartman1-1/+1
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman2-38/+0
2013-07-24staging: lustre: Remove version.h header inclusion in lproc_mgc.cSachin Kamat1-1/+0
2013-07-23staging/lustre/dlmlock: compress out unused spaceBruce Korb1-2/+6
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao3-21/+32
2013-05-14staging: add Lustre file system client supportPeng Tao5-0/+2177