summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-25megaraid_sas : bytewise or should be done on native endian variablesChristoph Hellwig1-1/+3
2015-05-25megaraid_sas : move endianness conversion into caller of megasas_get_seq_numChristoph Hellwig1-6/+6
2015-05-25megaraid_sas : add endianness conversions for all onesChristoph Hellwig3-8/+10
2015-05-25megaraid_sas : add endianness annotationsChristoph Hellwig5-296/+296
2015-05-25megaraid_sas : add missing __iomem annotationsChristoph Hellwig2-5/+6
2015-05-25megaraid_sas : megasas_complete_outstanding_ioctls() can be statickbuild test robot1-1/+1
2015-05-25megaraid_sas : Support for Avago's Single server High Availability productSumit.Saxena@avagotech.com3-3/+49
2015-05-25megaraid_sas : Add release date and update driver versionSumit.Saxena@avagotech.com2-1/+21
2015-05-25megaraid_sas : Modify driver's meta data to reflect AvagoSumit.Saxena@avagotech.com1-3/+3
2015-05-25megaraid_sas : Use Block layer tag support for internal command indexingSumit.Saxena@avagotech.com4-242/+99
2015-05-25megaraid_sas : Enhanced few printsSumit.Saxena@avagotech.com1-25/+24