summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-05-31hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode.Joe Handzik2-1/+10
2015-05-31hpsa: print accurate SSD Smart Path Enabled statusRobert Elliott1-4/+8
2015-05-31hpsa: factor out hpsa_ioaccel_submit functionWebb Scales1-25/+66
2015-05-31hpsa: try resubmitting down raid path on task set fullStephen Cameron1-2/+1
2015-05-31hpsa: do not ignore return value of hpsa_register_scsiStephen Cameron1-1/+3
2015-05-31hpsa: factor out hpsa_init_cmd functionStephen Cameron2-26/+53
2015-05-31hpsa: make function names consistentRobert Elliott1-6/+8
2015-05-31hpsa: allow lockup detected to be viewed via sysfsStephen Cameron1-0/+17
2015-05-31hpsa: hpsa decode sense data for io and tmfStephen Cameron2-35/+119
2015-05-31hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmdsStephen Cameron1-0/+1
2015-05-31hpsa: clean up abortsStephen Cameron2-33/+147
2015-05-31hpsa: rework controller command submissionWebb Scales2-85/+254
2015-05-31hpsa: clean up host, channel, target, lun printsWebb Scales1-35/+35
2015-05-31hpsa: add masked physical devices into h->dev[] arrayStephen Cameron3-121/+141
2015-05-31hpsa: dont meddle with hw which isn't ours (cciss)Tomas Henzl1-10/+11
2015-05-31cciss: correct the non-resettable board listTomas Henzl1-2/+21
2015-05-31cciss: remove duplicate entries from board_type structTomas Henzl1-4/+0
2015-05-25advansys: Update to version 3.5 and remove compilation warningHannes Reinecke2-21/+8
2015-05-25advansys: Remove call to dma_cache_sync()Hannes Reinecke2-6/+6
2015-05-25advansys: use spin_lock_irqsave() in interrupt handlerHannes Reinecke1-2/+3
2015-05-25advansys: Check for DMA mapping errorsHannes Reinecke1-5/+22
2015-05-25advansys: Remove cmd_per_lun settingHannes Reinecke1-18/+0
2015-05-25advansys: Remove obsolete virtual memory mapping commentHannes Reinecke1-10/+0
2015-05-25advansys: Remove 'a_flag'Hannes Reinecke1-25/+7
2015-05-25advansys: rename 'ASC_RQ_XX' to 'ADV_RQ_XX'Hannes Reinecke1-9/+9
2015-05-25advansys: Remove CC_VERY_LONG_SG_LISTHannes Reinecke1-238/+5
2015-05-25advansys: Remove ASC_SCSI_REQ_QHannes Reinecke1-21/+10
2015-05-25advansys: scsi_q1->data_addr is little endianHannes Reinecke1-4/+4
2015-05-25advansys: cleanup function return codesHannes Reinecke1-22/+13
2015-05-25advansys: Make AscIsrChipHalted() a void functionHannes Reinecke1-17/+13
2015-05-25advansys: remove 'ERR' definitionHannes Reinecke1-6/+5
2015-05-25advansys: Remove 'TRUE' and 'FALSE' definitionsHannes Reinecke1-41/+38
2015-05-25advansys: use standard data typesHannes Reinecke1-106/+66
2015-05-25advansys: use 'bool' instead of 'int'Hannes Reinecke1-16/+16
2015-05-25advansys: Use dma_pool for sg elementsHannes Reinecke1-63/+45
2015-05-25advansys: Use DMA-API for mapping request blocksHannes Reinecke1-54/+54
2015-05-25advansys: Use DMA-API for carrier bufferHannes Reinecke1-133/+103
2015-05-25advansys: use DMA-API for mapping sense bufferHannes Reinecke1-9/+16
2015-05-25advansys: use shared host tag map for command lookupHannes Reinecke1-146/+79
2015-05-25advansys: use host_resetHannes Reinecke1-16/+11
2015-05-25virtio_scsi: don't select CONFIG_BLK_DEV_INTEGRITYChristoph Hellwig2-2/+10
2015-05-25be2iscsi : Bump the driver versionJohn Soni Jose1-1/+1
2015-05-25be2iscsi : Logout of FW Boot SessionJohn Soni Jose4-0/+87
2015-05-25be2iscsi : Fix memory check before unmapping.John Soni Jose1-3/+7
2015-05-25be2iscsi : Fix memory leak in the unload pathJohn Soni Jose1-6/+12
2015-05-25be2iscsi : Fix the PCI request region reserving.John Soni Jose1-4/+18
2015-05-25be2iscsi : Fix the retry count for boot targetsJohn Soni Jose3-3/+28
2015-05-25megaraid_sas : swap whole register in megasas_register_aenChristoph Hellwig1-2/+2
2015-05-25megaraid_sas : fix megasas_fire_cmd_fusion calling conventionChristoph Hellwig1-41/+31
2015-05-25megaraid_sas : add missing byte swaps to the sriov codeChristoph Hellwig1-21/+25