aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lclient/lcommon_cl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-30staging/lustre: merge lclient/*.c into llite/John L. Hammond1-1203/+0
2016-03-01staging: lustre: lclient: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla1-5/+5
2016-02-25staging/lustre/lclient: Adjust comments to better conform to coding styleOleg Drokin1-8/+16
2016-02-20staging/lustre/lclient: Adjust NULL comparison codestyleOleg Drokin1-16/+16
2016-02-03Staging:lustre:lclient:Remove unused functionBhumika Goyal1-11/+0
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-11-15Staging: lustre: lclient: Remove wrapper functionsShraddha Barke1-2/+2
2015-10-24staging: lustre: replace OBD_SLAB_FREE_PTR with kmem_cache_freeMike Rapoport1-5/+5
2015-10-24staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_allocMike Rapoport1-5/+5
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-1/+0
2015-09-29staging/lustre: Remove ccc_transient_page_* methodsOleg Drokin1-48/+0
2015-09-29staging/lustre: Remove unused ccc_io_fini()Oleg Drokin1-7/+0
2015-09-29staging/lustre: Remove ccc_attr/conf_set()Oleg Drokin1-15/+0
2015-09-29staging/lustre: Remove mds/ost capabilities supportOleg Drokin1-10/+1
2015-07-13staging: lustre: lclient: Use !x to check for kzalloc failureJulia Lawall1-1/+1
2015-05-31staging: lustre: lclient: lcommon_cl.c fixing coding style issuesAnkit Garg1-18/+17
2015-05-08staging: lustre: lclient: Use kzalloc and kfreeJulia Lawall1-5/+5
2015-03-06staging: lustre: lclient: remove extra parentheses around right bit shift operationAya Mahfouz1-2/+3
2015-02-07staging/lustre/llite: Solve a race to access lli_has_smd in read caseJinshan Xiong1-0/+6
2014-08-17staging/lustre: get rid of obd_* typedefsOleg Drokin1-2/+2
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-1/+1
2014-07-11staging: lustre: llite: remove ccflags from MakefileGreg Kroah-Hartman1-10/+10
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman1-1/+1
2014-06-18staging: lustre: lclient: lcommon_cl.c fixing coding style issuesAnil Belur1-1/+1
2014-06-18staging: lustre: lclient: lcommon_cl.c fixing coding style issuesAnil Belur1-2/+3
2014-06-18staging: lustre: lclient: lcommon_cl.c fixing coding style issuesAnil Belur1-1/+1
2014-06-18staging: lustre: lclient: lcommon_cl.c fixing coding style issuesAnil Belur1-1/+1
2014-06-18staging: lustre: lclient: lcommon_cl.c fixing coding style issuesAnil Belur1-0/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-45/+3
2014-05-06lustre: get rid of messing with iovecsAl Viro1-45/+3
2014-04-27staging/lustre/llite: remove dead codeJohn L. Hammond1-2/+2
2014-04-27staging/lustre: restore __GFP_WAIT flag to memalloc callsAnn Koehler1-7/+6
2014-03-19staging/lustre/libcfs: remove waitq_waitPeng Tao1-1/+1
2014-03-19staging/lustre/libcfs: remove init_waitqueue_entry_currentPeng Tao1-1/+1
2014-01-08staging: lustre: Fix do not use C99 // comments in lcommon_cl.cMasanari Iida1-1/+1
2014-01-08staging: lustre: Fix space prohibited between function name and open parenthesis in lcommon_cl.cMasanari Iida1-5/+5
2013-11-21staging/lustre/llite: Access to released file triggers a restoreJC Lafoucriere1-0/+6
2013-10-14staging: lustre: Use parenthesis around sizeofJoe Perches1-1/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-14/+14
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-1/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-12/+0
2013-07-23staging/lustre/layout: introduce new layout for released filesJinshan Xiong1-1/+1
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+1325