summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-11-028-12/+21
|\
| * scsi: qla2xxx: stop timer in shutdown pathNicholas Piggin2019-10-281-0/+4
| * scsi: sd: define variable dif as unsigned int instead of boolXiang Chen2019-10-241-1/+2
| * scsi: qla2xxx: Fix partial flash write of MBIQuinn Tran2019-10-221-4/+3
| * scsi: qla2xxx: Initialized mailbox to prevent driver load failureHimanshu Madhani2019-10-221-1/+2
| * scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner2019-10-221-2/+2
| * scsi: ufs-bsg: Wake the device before sending raw upiu commandsAvri Altman2019-10-181-0/+4
| * scsi: lpfc: Check queue pointer before useDaniel Wagner2019-10-181-1/+1
| * scsi: qla2xxx: fixup incorrect usage of host_byteHannes Reinecke2019-10-181-3/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-259-15/+36
|\|
| * scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke2019-10-172-4/+0
| * scsi: core: try to get module before removing deviceYufen Yu2019-10-171-1/+10
| * scsi: hpsa: add missing hunks in reset-patchDon Brace2019-10-171-0/+4
| * scsi: ch: Make it possible to open a ch device multiple times againBart Van Assche2019-10-091-1/+0
| * scsi: fix kconfig dependency warning related to 53C700_LE_ON_BEThomas Bogendoerfer2019-10-091-1/+1
| * scsi: sni_53c710: fix compilation errorThomas Bogendoerfer2019-10-091-3/+1
| * scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitionsHannes Reinecke2019-10-091-5/+16
| * scsi: qla2xxx: fix a potential NULL pointer dereferenceAllen Pais2019-10-091-0/+4
* | Merge tag 'mkp-scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-181-1/+3
|\ \
| * | scsi: core: fix dh and multipathing for SCSI hosts without request batchingSteffen Maier2019-09-231-1/+2
| * | scsi: core: fix missing .cleanup_rq for SCSI hosts without request batchingSteffen Maier2019-09-231-0/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-153-3/+5
|\ \ \ | | |/ | |/|
| * | scsi: core: save/restore command resid for error handlingDamien Le Moal2019-10-031-0/+3
| * | scsi: qla2xxx: Remove WARN_ON_ONCE in qla2x00_status_cont_entry()Daniel Wagner2019-09-301-2/+0
| * | scsi: sd: Ignore a failure to sync cache due to lack of authorizationOliver Neukum2019-09-301-1/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-0515-80/+193
|\| |
| * | scsi: qla2xxx: Fix Nport ID display valueQuinn Tran2019-09-231-3/+4
| * | scsi: qla2xxx: Fix N2N link up failQuinn Tran2019-09-232-4/+4
| * | scsi: qla2xxx: Fix N2N link resetQuinn Tran2019-09-234-34/+103
| * | scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran2019-09-236-12/+34
| * | scsi: qla2xxx: Fix stale mem access on driver unloadQuinn Tran2019-09-232-13/+9
| * | scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran2019-09-231-0/+4
| * | scsi: qla2xxx: Silence fwdump template messageHimanshu Madhani2019-09-231-1/+1
| * | scsi: hisi_sas: Make three functions staticYueHaibing2019-09-231-3/+3
| * | scsi: megaraid: disable device when probe failed after enabled deviceXiang Chen2019-09-231-2/+2
| * | scsi: storvsc: setup 1:1 mapping between hardware queue and CPU queueLong Li2019-09-231-2/+1
| * | scsi: qedf: Remove always false 'tmp_prio < 0' statementAustin Kim2019-09-231-1/+1
| * | scsi: ufs: skip shutdown if hba is not poweredStanley Chu2019-09-231-0/+3
| * | scsi: bnx2fc: Handle scope bits when array returns BUSY or TSFLaurence Oberman2019-09-231-5/+24
* | | Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-241-8/+0
|\ \ \
| * | | block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-171-8/+0
* | | | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-233-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-283-3/+0
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-21119-3631/+5665
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: hisi_sas: Fix the conflict between device gone and host resetXiang Chen2019-09-101-3/+4
| * | | scsi: hisi_sas: Add BIST support for phy loopbackXiang Chen2019-09-103-0/+543
| * | | scsi: hisi_sas: Add hisi_sas_debugfs_alloc() to centralise allocationLuo Jiaxing2019-09-101-44/+58
| * | | scsi: hisi_sas: Remove some unused function argumentsLuo Jiaxing2019-09-104-20/+17
| * | | scsi: hisi_sas: Remove redundant work declarationXiang Chen2019-09-101-1/+0
| * | | scsi: hisi_sas: Remove hisi_sas_hw.slot_completeLuo Jiaxing2019-09-104-5/+0