aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/mgc/mgc_request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-11/+11
2016-03-22staging: lustre: checking for NULL instead of IS_ERRDan Carpenter1-1/+1
2016-03-07staging: lustre: Correct missing newlineJames Nunez1-1/+2
2016-03-07staging: lustre: fix 'NULL pointer dereference' errorsSebastien Buisson1-1/+9
2016-03-01staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons1-0/+1
2016-03-01staging/lustre/mgc: Fix style vs open parenthesis alignmentOleg Drokin1-14/+14
2016-02-25staging/lustre/mgc: Adjust comments to better conform to coding styleOleg Drokin1-25/+46
2016-02-20staging/lustre/mgc: Adjust NULL comparison codestyleOleg Drokin1-21/+20
2016-02-20staging: lustre: remove uses of IS_ERR_VALUE()John L. Hammond1-4/+5
2015-12-21staging: lustre: Delete an unnecessary variable initialisation in mgc_process_recover_log()Markus Elfring1-1/+1
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-11-15staging: lustre: Update module author to OpenSFSJames Simmons1-1/+1
2015-11-15staging: lustre: remove o_ prefix from function pointersDan Carpenter1-14/+14
2015-11-15Staging: lustre: Replace LPROCFS_CLIMP_EXIT with up_readKsenija Stanojevic1-1/+1
2015-11-06mm: page_alloc: remove GFP_IOFSMel Gorman1-4/+4
2015-10-27Staging: lustre: Replace LPROCFS_CLIMP_CHECK with lprocfs_climp_checkKsenija Stanojevic1-1/+5
2015-10-16staging: lustre: mgc: Remove useless cast on void pointerAmitoj Kaur Chawla1-3/+3
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-2/+0
2015-10-13staging: lustre: add missing blank line after declarationsMike Rapoport1-0/+3
2015-09-21staging: lustre-mgc: make mgc_obd_ops staticTing-Chih Hsiao1-1/+1
2015-09-16staging/lustre: remove IS_MDS|IS_OST|IS_MGS defines and usersOleg Drokin1-8/+0
2015-09-16staging/lustre: Remove IS_SERVER and all usersOleg Drokin1-30/+6
2015-08-05Staging: lustre: mgc: Replace comma with a semicolonShraddha Barke1-1/+1
2015-07-13staging: lustre: mgc: Use !x to check for kzalloc failureJulia Lawall1-2/+2
2015-05-31staging/lustre/obd: final removal of procfs stuffDmitry Eremin1-2/+0
2015-05-31staging/lustre/obdclass: Prepare for procfs to sysfs migrationOleg Drokin1-2/+2
2015-05-31staging/lustre: Remove useless num_refs procfs variableOleg Drokin1-1/+1
2015-05-08staging: lustre: mgc: Use kzalloc and kfreeJulia Lawall1-10/+10
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-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-Hartman1-1/+1
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-Hartman1-6/+6
2014-06-26staging/lustre/mgc: replace hard-coded MGC_ENQUEUE_LIMIT valueCheng Shao1-1/+4
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