summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-06lpfc: Add support for ELS LCB.James Smart6-6/+306
2015-06-06lpfc: Correct loss of target discovery after cable swap.James Smart1-2/+2
2015-06-06lpfc: The lpfc driver does not issue RFF_ID and RFT_ID in the correct sequenceJames Smart1-1/+1
2015-06-04target: explicitly include scsi_proto.h in target_core_fabric_lib.cStephen Rothwell1-0/+2
2015-06-03iscsi: Fix iscsi endpoints leakSagi Grimberg1-0/+2
2015-06-03ips: remove pointless #warningJames Bottomley1-4/+5
2015-06-03bnx2i: Fix call trace while device resetNilesh Javali1-0/+2
2015-06-03bnx2i: Fixed firmware assert, during target logout.Tej Parkash1-1/+2
2015-06-02scsi: ufs-qcom: enable UFSHCD_QUIRK_BROKEN_UFS_HCI_VERSIONYaniv Gardi1-0/+12
2015-06-02scsi: ufs: add quirk to handle broken UFS HCI versionYaniv Gardi3-2/+18
2015-06-02scsi: ufs-qcom: enable UFSHCD_QUIRK_DME_PEER_ACCESS_AUTO_MODE quirkYaniv Gardi1-1/+3
2015-06-02scsi: ufs: introduce UFSHCD_QUIRK_DME_PEER_ACCESS_AUTO_MODE quirkYaniv Gardi2-0/+38
2015-06-02scsi: ufs-qcom: enable quirk to fix gear change to HSYaniv Gardi1-2/+4
2015-06-02scsi: ufs: introduce a broken PA_RXHSUNTERMCAP quirkYaniv Gardi2-0/+18
2015-06-02scsi: ufs-qcom: enable UFSHCD_QUIRK_BROKEN_LCCYaniv Gardi1-0/+2
2015-06-02scsi: ufs: provide a quirk to disable the LCCYaniv Gardi3-0/+53
2015-06-02scsi: ufs-qcom: don't enable interrupt aggregationYaniv Gardi1-1/+16
2015-06-02scsi: ufs: introduce the capability and quirk for interrupt aggregationYaniv Gardi2-4/+36
2015-06-02ipr: Increase default adapter init stage change timeoutBrian King1-1/+1
2015-06-02st: implement tape statisticsSeymour, Shane M4-1/+461
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche36-74/+32
2015-06-02target: Correct a commentBart Van Assche1-10/+2
2015-06-01Move code that is used both by initiator and target driversBart Van Assche9-223/+244
2015-06-01Split SCSI header filesBart Van Assche2-270/+283
2015-06-01megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_an...Sumit.Saxena@avagotech.com3-42/+30
2015-06-01scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke40-42/+0
2015-06-01hpsa: change driver versionDon Brace1-1/+1
2015-06-01hpsa: add in new controller idDon Brace1-0/+2
2015-06-01hpsa: cleanup resetWebb Scales3-29/+181
2015-06-01hpsa: propagate the error code in hpsa_kdump_soft_resetRobert Elliott1-4/+7
2015-06-01hpsa: use scsi host_no as hpsa controller numberRobert Elliott1-60/+74
2015-05-31hpsa: use block layer tag for command allocationWebb Scales2-32/+128
2015-05-31hpsa: add interrupt number to /proc/interrupts interrupt nameRobert Elliott2-6/+15
2015-05-31hpsa: create workqueue after the driver is ready for useRobert Elliott1-29/+31
2015-05-31hpsa: fix try_soft_reset error handlingRobert Elliott1-5/+11
2015-05-31hpsa: cleanup for init_one step 2 in kdumpRobert Elliott1-0/+10
2015-05-31hpsa: skip free_irq calls if irqs are not allocatedRobert Elliott1-1/+6
2015-05-31hpsa: call pci_release_regions after pci_disable_deviceRobert Elliott1-4/+13
2015-05-31hpsa: performance tweak for hpsa_scatter_gather()Webb Scales1-11/+28
2015-05-31hpsa: refactor and rework support for sending TEST_UNIT_READYWebb Scales1-30/+87
2015-05-31hpsa: don't return abort request until target is completeWebb Scales3-30/+93
2015-05-31hpsa: use helper routines for finishing commandsWebb Scales1-47/+31
2015-05-31hpsa: add support sending aborts to physical devices via the ioaccel2 pathStephen Cameron3-8/+135
2015-05-31hpsa: do not print ioaccel2 warning messages about unusual completions.Robert Elliott1-24/+0
2015-05-31hpsa: clean up some error reporting output in abort handlerRobert Elliott1-9/+15
2015-05-31hpsa: clean up driver initRobert Elliott1-86/+157
2015-05-31hpsa: correct return values from driver functions.Robert Elliott1-5/+5
2015-05-31hpsa: do not check cmd_alloc return value - it cannnot return NULLRobert Elliott1-62/+15
2015-05-31hpsa: add more ioaccel2 error handling, including underrun statuses.Joe Handzik2-5/+32
2015-05-31hpsa: add ioaccel sg chaining for the ioaccel2 pathWebb Scales2-10/+116