summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* lpfc: Update Copyright on changed files from 8.3.45 patchesJames Smart2014-06-0210-10/+10
* lpfc: Update Copyright on changed filesJames Smart2014-06-026-6/+6
* lpfc: Fixed locking for scsi task management commandsJames Smart2014-06-023-5/+141
* lpfc: Convert runtime references to old xlane cfg param to fof cfg paramJames Smart2014-06-025-26/+24
* lpfc: Fix FW dump using sysfsJames Smart2014-06-023-4/+17
* lpfc: Fix SLI4 s abort loop to process all FCP rings and under ring_lockJames Smart2014-06-023-80/+99
* lpfc: Fixed kernel panic in lpfc_abort_handlerJames Smart2014-06-022-1/+16
* lpfc: Fix locking for postbufq when freeingJames Smart2014-06-021-3/+12
* lpfc: Fix locking for lpfc_hba_down_postJames Smart2014-06-021-19/+60
* lpfc: Fix dynamic transitions of FirstBurst from on to offJames Smart2014-06-021-0/+1
* hpsa: fix handling of hpsa_volume_offline return valueStephen M. Cameron2014-06-022-5/+9
* hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_idStephen M. Cameron2014-06-021-1/+1
* hpsa: remove messages about volume status VPD inquiry page not supportedStephen M. Cameron2014-06-021-9/+3
* hpsa: report check condition even if no sense data present for ioaccel2 modeStephen M. Cameron2014-06-021-2/+5
* hpsa: remove bad unlikely annotation from device list updating codeStephen M. Cameron2014-06-021-1/+1
* hpsa: fix event filtering to prevent excessive rescans with old firmwareStephen M. Cameron2014-06-021-3/+1
* hpsa: kill annoying messages about SSD Smart Path retriesStephen M. Cameron2014-06-021-10/+0
* hpsa: define extended_report_lun_entry data structureStephen M. Cameron2014-06-022-14/+19
* hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io pathStephen M. Cameron2014-06-021-8/+16
* hpsa: avoid unnecessary readl on every command submissionStephen M. Cameron2014-06-022-1/+21
* hpsa: use per-cpu variable for lockup_detectedStephen M. Cameron2014-06-022-28/+54
* hpsa: set irq affinity hints to route MSI-X vectors across CPUsStephen M. Cameron2014-06-021-1/+16
* hpsa: allocate reply queues individuallyStephen M. Cameron2014-06-022-28/+38
* hpsa: choose number of reply queues more intelligently.Stephen M. Cameron2014-06-022-1/+3
* hpsa: remove dev_dbg() calls from hot pathsStephen M. Cameron2014-06-021-5/+0
* hpsa: use gcc aligned attribute instead of manually padding structsStephen M. Cameron2014-06-022-30/+6
* hpsa: change doorbell reset delay to ten secondsJustin Lindley2014-06-021-2/+2
* hpsa: allow passthru ioctls to work with bidirectional commandsStephen M. Cameron2014-06-021-4/+4
* hpsa: remove unused fields from struct ctlr_infoStephen M. Cameron2014-06-022-5/+0
* mvsas: Recognise device/subsystem 9485/9485 as 88SE9485Ben Hutchings2014-06-021-0/+9
* Revert "be2iscsi: Fix processing cqe for cxn whose endpoint is freed"Christoph Hellwig2014-06-021-11/+0
* mptfusion: fix msgContext in mptctl_hp_hostinfoTomas Henzl2014-05-281-3/+3
* acornscsi: remove linked command supportPaul Bolle2014-05-281-53/+0
* scsi/NCR5380: dprintk macroFinn Thain2014-05-282-8/+4
* fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-285-26/+18
* fusion: Add free msg frames to the head, not tail of listMatthew Wilcox2014-05-281-1/+1
* mpt2sas: Add free smids to the head, not tail of listMatthew Wilcox2014-05-281-4/+4
* mpt2sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+3
* mpt2sas: Remove uses of serial_numberMatthew Wilcox2014-05-283-11/+8
* mpt3sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+3
* mpt3sas: Remove uses of serial_numberMatthew Wilcox2014-05-283-11/+8
* qla2xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-2/+1
* qla4xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-4/+3
* qla2xxx: fix incorrect debug printkDan Carpenter2014-05-281-1/+2
* be2iscsi: Bump the driver versionJayamohan Kallickal2014-05-281-1/+1
* be2iscsi: Fix processing cqe for cxn whose endpoint is freedJayamohan Kallickal2014-05-281-0/+11
* be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyedJayamohan Kallickal2014-05-281-5/+6
* be2iscsi: Fix memory corruption in MBX pathJayamohan Kallickal2014-05-281-1/+1
* be2iscsi: Fix TCP parameters while connection offloading.Jayamohan Kallickal2014-05-283-6/+40
* be2iscsi: Fix interrupt Coalescing mechanism.Jayamohan Kallickal2014-05-286-5/+118