summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-18fnic: move printk()s outside of the critical code section.Maurizio Lombardi1-7/+6
2016-03-18qla2xxx: avoid maybe_uninitialized warningArnd Bergmann1-7/+9
2016-03-18megaraid_sas: add missing curly braces in ioctl handlerArnd Bergmann1-1/+2
2016-03-18lpfc: fix misleading indentationArnd Bergmann1-2/+3
2016-03-15scsi_transport_sas: add 'scsi_target_id' sysfs attributeHannes Reinecke2-1/+3
2016-03-15scsi_dh_alua: uninitialized variable in alua_check_vpd()Dan Carpenter1-1/+1
2016-03-15scsi: ufs-qcom: add printouts of testbus debug registersYaniv Gardi2-0/+86
2016-03-15scsi: ufs-qcom: enable/disable the device ref clockYaniv Gardi2-0/+21
2016-03-15scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startupYaniv Gardi2-7/+21
2016-03-15scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi2-1/+23
2016-03-15scsi: ufs: fix leakage during link off stateYaniv Gardi1-0/+10
2016-03-15scsi: ufs: tune UniPro parameters to optimize hibern8 exit timeYaniv Gardi4-0/+142
2016-03-15scsi: ufs: handle non spec compliant bkops behaviour by deviceYaniv Gardi2-7/+52
2016-03-15scsi: ufs: add retry for query descriptorsYaniv Gardi1-18/+37
2016-03-15scsi: ufs: add error recovery after DL NAC errorYaniv Gardi2-0/+95
2016-03-15scsi: ufs: make error handling bit fasterYaniv Gardi1-43/+112
2016-03-15scsi: ufs: disable vccq if it's not needed by UFS deviceYaniv Gardi2-4/+57
2016-03-15scsi: ufs: separate device and host quirksYaniv Gardi4-0/+244
2016-03-15scsi: ufs: add support to read device and string descriptorsYaniv Gardi3-1/+95
2016-03-15scsi: ufs: verify hba controller hce reg valueYaniv Gardi2-30/+35
2016-03-15scsi: ufs: implement scsi host timeout handlerYaniv Gardi1-0/+36
2016-03-15scsi: ufs: avoid spurious UFS host controller interruptsYaniv Gardi1-0/+15
2016-03-15scsi: ufs-qcom: add number of lanes per directionYaniv Gardi4-17/+44
2016-03-14sg: fix dxferp in from_to caseDouglas Gilbert1-1/+2
2016-03-14scsi: storvsc: fix SRB_STATUS_ABORTED handlingVitaly Kuznetsov1-2/+3
2016-03-14be2iscsi: set the boot_kset pointer to NULL in case of failureMaurizio Lombardi1-0/+1
2016-03-14sd: Fix discard granularity when LBPRZ=1Martin K. Petersen1-1/+1
2016-03-11scsi_sysfs: Fix typo in is_bin_visible()Hannes Reinecke1-1/+1
2016-03-11megaraid_sas: Don't issue kill adapter for MFI controllers in case of PD list...Sumit Saxena2-5/+11
2016-03-10mpt3sas: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2016-03-09cxlflash: Increase cmd_per_lun for better throughputManoj N. Kumar2-4/+6
2016-03-09cxlflash: Fix to avoid unnecessary scan with internal LUNsManoj N. Kumar1-0/+10
2016-03-09cxlflash: Reorder user context initializationUma Krishnan1-28/+28
2016-03-09cxlflash: Simplify attach path error cleanupMatthew R. Ochs1-24/+31
2016-03-09cxlflash: Split out context initializationMatthew R. Ochs2-37/+56
2016-03-09cxlflash: Unmap problem state area before detaching master contextUma Krishnan1-3/+3
2016-03-09cxlflash: Simplify PCI registrationManoj N. Kumar1-53/+1
2016-03-08be2iscsi: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-4/+1
2016-03-06scsi_sysfs: call 'device_add' after attaching device handlerHannes Reinecke1-7/+8
2016-03-06scsi_dh_emc: update 'access_state' fieldHannes Reinecke1-1/+6
2016-03-06scsi_dh_rdac: update 'access_state' fieldHannes Reinecke1-7/+31
2016-03-06scsi_dh_alua: update 'access_state' fieldHannes Reinecke1-2/+46
2016-03-06scsi_dh_alua: use common definitions for ALUA stateHannes Reinecke1-33/+25
2016-03-06scsi: Add 'access_state' and 'preferred_path' attributeHannes Reinecke1-0/+74
2016-03-06scsi_sysfs: add 'is_bin_visible' callbackHannes Reinecke1-0/+17
2016-03-06scsi: mvumi: use __maybe_unused to hide pm functionsArnd Bergmann1-2/+2
2016-03-06scsi: storvsc: Fix a build issue reported by kbuild test robotK. Y. Srinivasan1-0/+1
2016-03-02snic: correctly check for array overrun on overly long version numberColin Ian King1-1/+1
2016-03-02qlogicpti: Return correct error codeAmitoj Kaur Chawla1-2/+2
2016-03-01ncr5380: Call scsi_eh_prep_cmnd() and scsi_eh_restore_cmnd() as and when appr...Finn Thain2-4/+4