aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-29staging: lustre: moved extern declarations to a headerAnton Gerasimov4-4/+6
2015-09-29staging: lustre: lustre_dlm_flags: stop using C99 commentsMike Rapoport1-38/+38
2015-09-29staging: lustre: fix handling lustre_posix_acl_xattr_filter resultAndrzej Hajda1-3/+4
2015-09-29staging: lustre: remove invalid checkAndrzej Hajda1-3/+0
2015-09-29Merge 4.3-rc3 into staging-nextGreg Kroah-Hartman1-10/+6
2015-09-21staging: lustre-mgc: make mgc_obd_ops staticTing-Chih Hsiao1-1/+1
2015-09-16staging/lustre: use __noreturn for lbug_with_locJuston Li2-2/+2
2015-09-16staging: lustre: lnet: lnet: Removed a spaceAnjali Menon1-1/+1
2015-09-16staging/lustre: Remove server defines from lustre_disk.hOleg Drokin2-145/+0
2015-09-16staging/lustre: remove IS_MDS|IS_OST|IS_MGS defines and usersOleg Drokin3-17/+0
2015-09-16staging/lustre: Remove IS_SERVER and all usersOleg Drokin3-103/+20
2015-09-16staging/lustre: remove obd_memory stats counterOleg Drokin4-35/+1
2015-09-16staging/lustre: Remove lustre used memory tracking frameworkOleg Drokin3-125/+1
2015-09-16staging/lustre: Remove memory allocation fault injection frameworkOleg Drokin2-40/+1
2015-09-16staging/lustre: Remove unused OBD_ALLOC* and OBD_FREE macrosOleg Drokin1-52/+0
2015-09-16staging/lustre: Remove stray bit of userland utils codeOleg Drokin1-18/+0
2015-09-16staging/lustre: Replace last users of OBD_ALLOC/FREE_LARGEOleg Drokin2-5/+5
2015-09-16staging/lustre/ptlrpc: Replace OBD_FREE_PTR with kfreeOleg Drokin1-1/+1
2015-09-16staging/lustre: Convert lustre_cfg_new/free to use kzalloc/kfreeOleg Drokin1-3/+3
2015-09-16staging/lustre/fld: Replace OBD_ALLOC_GFP with kzallocOleg Drokin1-1/+1
2015-09-16staging/lustre: Remove references to OBD_ALLOC/FREE* in commentsOleg Drokin4-4/+4
2015-09-16staging/lustre/obdclass: replace OBD_ALLOC_GFP with kzallocOleg Drokin1-2/+1
2015-09-16staging/lustre/llite: Get rid of OBD_ALLOC/FREE_PTROleg Drokin2-3/+3
2015-09-16staging/lustre: Remove users of OBD_ALLOC/FREE_PTR lu_object.hOleg Drokin1-2/+2
2015-09-16staging/lustre: Remove unused OBD_CPT_ALLOC* macrosOleg Drokin1-9/+0
2015-09-16staging/lustre: Remove unused OBD_VMALLOCOleg Drokin1-29/+0
2015-09-16staging/lustre: Remove OBD_CPT_ALLOC_LARGEOleg Drokin2-7/+4
2015-09-15Staging: lustre: lustre: lov: lov_dev.c: Added missing blank lineSakshi Vaid1-0/+2
2015-09-15staging/lustre/ptlrpc: make ptlrpcd threads cpt-awareOlaf Weber13-377/+486
2015-09-15staging/lustre/libcfs: remove unused cfs_timer_doneJames Simmons2-7/+0
2015-09-15staging/lustre/o2iblnd: leak cmid in kiblnd_dev_need_failoverLiang Zhen1-6/+3
2015-09-15staging/lustre/osc: use global osc_rq_pool to reduce memory usageLi Xi8-41/+94
2015-09-15staging/lustre: Remove unused MAY_ constantsBen Evans1-17/+0
2015-09-15staging/lustre/obdclass: Eliminate hash bucket scans in lu_cache_shrinkAnn Koehler2-25/+42
2015-09-15staging/lustre/llite: ASSERTION( atomic_read(&d->ld_ref) == 0 ) failedAndrew Perepechko2-5/+10
2015-09-15staging/lustre/o2iblnd: wrong uses of kib_tx_t::tx_nfragsIsaac Huang2-21/+19
2015-09-15staging/lustre/lnet: fix deadloop in ksocknal_pushLiang Zhen1-26/+25
2015-09-15staging/lustre/libcfs: minor fix in cfs_hash_for_each_relax()Niu Yawei1-0/+4
2015-09-15staging/lustre/osc: LBUG in osc_lru_reclaimHiroya Nozaki1-1/+2
2015-09-15staging/lustre/o2iblnd: connection refcount fix for kiblnd_post_rxLiang Zhen1-6/+12
2015-09-15staging/lustre/llite: deny non-root user for changelog operationsNiu Yawei1-0/+3
2015-09-15staging/lustre/lmv: fix potential null pointer dereferenceOleg Drokin1-4/+4
2015-09-15staging/lustre/ptlrpc: remove LUSTRE_MSG_MAGIC_V1 supportAndreas Dilger5-84/+24
2015-09-15staging/lustre/llite: strengthen checks for hsm flags and archive idBruno Faccini2-0/+16
2015-09-15staging/lustre/llite: cleanup open handle for client open failureFan Yong3-5/+58
2015-09-15staging/lustre/obdclass: reorganize busy object accountingFrank Zago2-23/+16
2015-09-15staging/lustre/lnet: Reenable lnet router debugfsOleg Drokin5-142/+105
2015-09-14staging: lustre: drop null test before destroy functionsJulia Lawall3-32/+14
2015-09-14staging: lustre: fix TRAILING_STATEMENTS checkpatch errorsMike Rapoport6-8/+16
2015-09-14staging: lustre: fix switch-case identation errorsMike Rapoport2-22/+20