aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-02lpfc: Fix locking for postbufq when freeingJames Smart1-3/+12
2014-06-02lpfc: Fix locking for lpfc_hba_down_postJames Smart1-19/+60
2014-06-02lpfc: Fix dynamic transitions of FirstBurst from on to offJames Smart1-0/+1
2014-06-02hpsa: fix handling of hpsa_volume_offline return valueStephen M. Cameron2-5/+9
2014-06-02hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_idStephen M. Cameron1-1/+1
2014-06-02hpsa: remove messages about volume status VPD inquiry page not supportedStephen M. Cameron1-9/+3
2014-06-02hpsa: report check condition even if no sense data present for ioaccel2 modeStephen M. Cameron1-2/+5
2014-06-02hpsa: remove bad unlikely annotation from device list updating codeStephen M. Cameron1-1/+1
2014-06-02hpsa: fix event filtering to prevent excessive rescans with old firmwareStephen M. Cameron1-3/+1
2014-06-02hpsa: kill annoying messages about SSD Smart Path retriesStephen M. Cameron1-10/+0
2014-06-02hpsa: define extended_report_lun_entry data structureStephen M. Cameron2-14/+19
2014-06-02hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io pathStephen M. Cameron1-8/+16
2014-06-02hpsa: avoid unnecessary readl on every command submissionStephen M. Cameron2-1/+21
2014-06-02hpsa: use per-cpu variable for lockup_detectedStephen M. Cameron2-28/+54
2014-06-02hpsa: set irq affinity hints to route MSI-X vectors across CPUsStephen M. Cameron1-1/+16
2014-06-02hpsa: allocate reply queues individuallyStephen M. Cameron2-28/+38
2014-06-02hpsa: choose number of reply queues more intelligently.Stephen M. Cameron2-1/+3
2014-06-02hpsa: remove dev_dbg() calls from hot pathsStephen M. Cameron1-5/+0
2014-06-02hpsa: use gcc aligned attribute instead of manually padding structsStephen M. Cameron2-30/+6
2014-06-02hpsa: change doorbell reset delay to ten secondsJustin Lindley1-2/+2
2014-06-02hpsa: allow passthru ioctls to work with bidirectional commandsStephen M. Cameron1-4/+4
2014-06-02hpsa: remove unused fields from struct ctlr_infoStephen M. Cameron2-5/+0
2014-06-02mvsas: Recognise device/subsystem 9485/9485 as 88SE9485Ben Hutchings1-0/+9
2014-06-02Revert "be2iscsi: Fix processing cqe for cxn whose endpoint is freed"Christoph Hellwig1-11/+0
2014-05-28acornscsi: remove linked command supportPaul Bolle1-53/+0
2014-05-28scsi/NCR5380: dprintk macroFinn Thain2-8/+4
2014-05-28mpt2sas: Add free smids to the head, not tail of listMatthew Wilcox1-4/+4
2014-05-28mpt2sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox1-6/+3
2014-05-28mpt2sas: Remove uses of serial_numberMatthew Wilcox3-11/+8
2014-05-28mpt3sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox1-6/+3
2014-05-28mpt3sas: Remove uses of serial_numberMatthew Wilcox3-11/+8
2014-05-28qla2xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-05-28qla4xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-4/+3
2014-05-28qla2xxx: fix incorrect debug printkDan Carpenter1-1/+2
2014-05-28be2iscsi: Bump the driver versionJayamohan Kallickal1-1/+1
2014-05-28be2iscsi: Fix processing cqe for cxn whose endpoint is freedJayamohan Kallickal1-0/+11
2014-05-28be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyedJayamohan Kallickal1-5/+6
2014-05-28be2iscsi: Fix memory corruption in MBX pathJayamohan Kallickal1-1/+1
2014-05-28be2iscsi: Fix TCP parameters while connection offloading.Jayamohan Kallickal3-6/+40
2014-05-28be2iscsi: Fix interrupt Coalescing mechanism.Jayamohan Kallickal6-5/+118
2014-05-28be2iscsi: Fix exposing Host in sysfs after adapter initialization is completeJayamohan Kallickal1-8/+3
2014-05-28be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox pathJayamohan Kallickal1-7/+7
2014-05-28scsi: ufs: Improve UFS fatal error handlingSujit Reddy Thumma2-90/+149
2014-05-28scsi: ufs: Fix device and host reset methodsSujit Reddy Thumma2-53/+189
2014-05-28scsi: ufs: Fix hardware race conditions while aborting a commandSujit Reddy Thumma1-15/+55
2014-05-28scsi: ufs: Fix broken task management command implementationSujit Reddy Thumma2-55/+122
2014-05-28scsi: ufs: make undeclared functions staticSujit Reddy Thumma2-2/+4
2014-05-28scsi: ufs: fix endianness sparse warningsSujit Reddy Thumma3-68/+42
2014-05-28hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devicesJoe Handzik1-1/+1
2014-05-28scsi/NCR5380: merge sun3_scsi_vme.c into sun3_scsi.cFinn Thain2-634/+172