summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-141-0/+1
|\
| * scsi: virtio_scsi: limit number of hw queues by nr_cpu_idsDongli Zhang2019-04-101-0/+1
* | scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash2019-04-091-1/+4
|/
* scsi: lpfc: Fix missing wakeups on abort threadsJames Smart2019-04-041-4/+3Star
* scsi: storvsc: Reduce default ring buffer size to 128 KbytesMichael Kelley2019-04-041-1/+1
* scsi: storvsc: Fix calculation of sub-channel countMichael Kelley2019-04-041-2/+11
* scsi: core: add new RDAC LENOVO/DE_Series deviceXose Vazquez Perez2019-04-042-0/+2
* scsi: qedi: remove declaration of nvm_image from stackColin Ian King2019-03-291-5/+2Star
* scsi: ibmvfc: Clean up transport eventsTyrel Datwyler2019-03-282-4/+11
* scsi: ibmvfc: Byte swap status and error codes when loggingTyrel Datwyler2019-03-281-13/+15
* scsi: ibmvfc: Add failed PRLI to cmd_status lookup arrayTyrel Datwyler2019-03-281-0/+1
* scsi: ibmvfc: Remove "failed" from logged errorsTyrel Datwyler2019-03-281-1/+1
* scsi: sd: Quiesce warning if device does not report optimal I/O sizeMartin K. Petersen2019-03-281-0/+3
* scsi: sd: Fix a race between closing an sd device and sd I/OBart Van Assche2019-03-281-6/+13
* scsi: core: Run queue when state is set to running after being blockedzhengbin2019-03-281-0/+6
* scsi: qla4xxx: fix a potential NULL pointer dereferenceKangjie Lu2019-03-261-0/+2
* scsi: aacraid: Insure we don't access PCIe space during AER/EEHDave Carroll2019-03-262-3/+8
* scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy2019-03-262-0/+18
* scsi: ibmvscsi: Fix empty event pool access during host removalTyrel Datwyler2019-03-211-6/+16
* scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaitonTyrel Datwyler2019-03-211-0/+5
* scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()Luo Jiaxing2019-03-201-0/+6
* scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani2019-03-191-1/+1
* scsi: qla2xxx: Fix FC-AL connection target discoveryQuinn Tran2019-03-191-0/+7
* scsi: core: Avoid that a kernel warning appears during system resumeBart Van Assche2019-03-191-2/+4
* scsi: core: Also call destroy_rcu_head() for passthrough requestsBart Van Assche2019-03-191-1/+8
* scsi: iscsi: flush running unbind operations when removing a sessionMaurizio Lombardi2019-03-181-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-1620-67/+197
|\
| * scsi: aacraid: Fix performance issue on logical drivesSagar Biradar2019-03-141-5/+8
| * scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter2019-03-141-7/+9
| * scsi: libiscsi: Hold back_lock when calling iscsi_complete_taskLee Duncan2019-03-081-2/+20
| * scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of HiLinkXiang Chen2019-03-071-0/+2
| * scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP targ...Xiang Chen2019-03-073-3/+49
| * scsi: hisi_sas: Set PHY linkrate when disconnectedJohn Garry2019-03-071-0/+10
| * scsi: hisi_sas: print PHY RX errors count for later revision of v3 hwXiaofei Tan2019-03-072-25/+60
| * scsi: hisi_sas: Fix a timeout race of driver internal and SMP IOXiang Chen2019-03-071-1/+2
| * scsi: hisi_sas: Change return variable type in phy_up_v3_hw()Xiang Chen2019-03-071-1/+2
| * scsi: qla2xxx: check for kstrtol() failureDan Carpenter2019-03-071-0/+2
| * scsi: lpfc: fix 32-bit format string warningArnd Bergmann2019-03-071-1/+1
| * scsi: lpfc: fix unused variable warningArnd Bergmann2019-03-071-1/+2
| * scsi: libiscsi: fall back to sendmsg for slab pagesVasily Averin2019-03-071-3/+8
| * scsi: qla2xxx: avoid printf format warningArnd Bergmann2019-03-071-2/+2
| * scsi: lpfc: resolve static checker warning in lpfc_sli4_hba_unsetJames Smart2019-03-071-1/+2
| * scsi: lpfc: Correct __lpfc_sli_issue_iocb_s4 lockdep checkJames Smart2019-03-071-1/+1
| * scsi: ufs: hisi: fix ufs_hba_variant_ops passingArnd Bergmann2019-03-074-10/+7Star
| * scsi: qla2xxx: Fix panic in qla_dfs_tgt_counters_showBill Kuzeja2019-03-071-0/+2
| * scsi: megaraid_sas: reduce module load timeSteve Sistare2019-03-071-2/+2
| * scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi2019-03-061-2/+0Star
| * scsi: smartpqi: Reporting 'logical unit failure'Erwan Velu2019-03-061-0/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-10166-10288/+9712Star
|\|
| * scsi: cxgb4i: validate tcp sequence number only if chip version <= T5Varun Prakash2019-02-271-1/+2