summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-03staging: lustre: fix conctl.c issues found by Klocwork Insight toolDmitry Eremin1-3/+6
2016-03-03staging: lustre: fix api-ni.c issues found by Klocwork Insight toolDmitry Eremin1-1/+2
2016-03-03staging: lustre: fix socklnd issues found by Klocwork Insight toolDmitry Eremin1-0/+4
2016-03-03staging: lustre: bind socklnd peers to a specific CPTJames Simmons1-1/+2
2016-03-03staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu5-20/+19
2016-03-03staging: lustre: set task state before scheduling in lnet_sock_acceptJohn L. Hammond1-4/+2
2016-03-03staging: lustre: fix 'copy into fixed size buffer' errorsSebastien Buisson5-10/+49
2016-03-03staging: lustre: issue in the offset in lnet match hash tableAlyona Romanenko1-5/+4
2016-03-03staging: lustre: Use after free in lnet_ptl_match_delay()Olaf Weber1-31/+53
2016-03-03staging: lustre: remove annoying message in parse_nidrangeLi Xi1-1/+0
2016-03-03staging: lustre: return proper error code for LNet coreJames Simmons6-21/+21
2016-03-03staging: lustre: Ignore hops if not explicitly setAmir Shehata6-12/+25
2016-03-03staging: lustre: recv could access freed messageLiang Zhen1-2/+10
2016-03-03staging: lustre: set downis to 1 if there's no NI for remote netLiang Zhen1-0/+7
2016-03-03staging/lustre: Unbreak ll_prep_inode iget result checkOleg Drokin1-1/+1
2016-03-02Revert "staging/lustre: F_SETLKW64 F_SETLK64 F_GETLK64 are always defined"Greg Kroah-Hartman1-0/+6
2016-03-02staging: wilc1000: wilc_wlan: Remove wrapper functionAmitoj Kaur Chawla1-6/+1
2016-03-02staging: wilc1000: wilc_wlan_if.h: remove unused functionsTony Cho1-2/+0
2016-03-02staging: wilc1000: Removed unused variablesBhaktipriya Shridhar1-18/+0
2016-03-02staging: wilc1000: Remove unnecessary 'else'Rehas Sachdeva1-2/+1
2016-03-02staging: wilc1000: remove code for HOST_IF_MSG_SET_MAC_ADDRESSAlison Schofield1-30/+0
2016-03-02staging: wilc1000: remove code for HOST_IF_MSG_Q_IDLEAlison Schofield1-11/+0
2016-03-02staging: wilc1000: remove code for HOST_IF_MSG_FLUSH_CONNECTAlison Schofield1-52/+0
2016-03-02staging: wilc1000: remove code for HOST_IF_GET_LINKSPEEDAlison Schofield1-27/+0
2016-03-02staging: wilc1000: remove code for HOST_IF_MSG_GET_CHNLAlison Schofield1-27/+0
2016-03-02Staging: lustre: Do not print message if kzalloc() failed.Sandhya Bankar1-6/+1
2016-03-02Staging: lustre: Remove print statement on function failureBhumika Goyal3-10/+3
2016-03-02Staging: lustre: Remove int typecast of offsetof().Sandhya Bankar1-1/+1
2016-03-02staging: lustre: lnet: Use list_entry() rather than container_of()Janani Ravichandran1-1/+1
2016-03-02staging: lustre: lnet: Remove an error code indent should use tabs where poss...Anchal Jain1-2/+2
2016-03-02drivers: staging: lustre: lustre: ptlrpc: Fix comment related coding style issueTapan Prakash T1-1/+0
2016-03-02drivers: staging: lustre: lustre: ptlrpc: Fix space related coding style issueTapan Prakash T1-2/+2
2016-03-02staging: lustre: Use __user for a pointer to a user space addressM. Vefa Bicakci1-1/+1
2016-03-02staging: lustre: Use const static file_operations structM. Vefa Bicakci1-1/+1
2016-03-02staging: lustre: lnet: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-03-02staging: lustre: update comment for lnet_lib_init/exitAndreas Dilger1-1/+2
2016-03-02staging: lustre: make module_init/exit naming consistentAndreas Dilger12-53/+47
2016-03-02staging: lustre: update the MODULE_DESCRIPTION for all lustre modulesAndreas Dilger11-11/+11
2016-03-02staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons17-8/+19
2016-03-02staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleAndreas Dilger1-0/+1
2016-03-02staging: lustre: move module info to end of libcfs module.c fileJames Simmons1-4/+3
2016-03-02staging: lustre: llite: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla8-12/+11
2016-03-02staging: lustre: ldlm: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla3-3/+3
2016-03-02staging: lustre: osc: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla7-9/+9
2016-03-02staging: lustre: ptlrpc: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla1-1/+1
2016-03-02staging: lustre: obdecho: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla1-4/+4
2016-03-02staging: lustre: lov: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla8-18/+15
2016-03-02staging: lustre: obdclass: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla3-3/+3
2016-03-02staging: lustre: lclient: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla1-5/+5
2016-03-02staging/lustre/ptlrpc: Fix ENABLE_PINGER ifdefOleg Drokin1-28/+0