summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-12-21scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB CmdMichael Hernandez1-1/+1
2019-12-21scsi: qla2xxx: Correctly retrieve and interpret active flash regionHimanshu Madhani3-4/+5
2019-12-21scsi: qla2xxx: Change discovery state before PLOGIRoman Bolshakov1-0/+1
2019-12-21scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XXMichael Hernandez2-5/+26
2019-12-21scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov2-1/+1
2019-12-21scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmdRoman Bolshakov1-0/+2
2019-12-21scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche1-2/+2
2019-12-21scsi: ufs: Disable autohibern8 feature in Cadence UFSsheebab1-0/+6
2019-12-17Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails"Martin K. Petersen1-4/+0
2019-12-17scsi: qla2xxx: Fix a dma_pool_free() callBart Van Assche1-1/+2
2019-12-17scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran5-19/+16
2019-12-17scsi: qla2xxx: Fix memory leak when sending I/O failsArun Easi1-0/+4
2019-12-17scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran4-59/+72
2019-12-17scsi: qla2xxx: Fix driver unload hangQuinn Tran1-2/+0
2019-12-17scsi: qla2xxx: Do command completion on abort timeoutQuinn Tran2-0/+19
2019-12-17scsi: lpfc: Fix bad ndlp ptr in xri aborted handlingJames Smart3-7/+12
2019-11-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-26/+22
2019-11-06scsi: core: Handle drivers which set sg_tablesize to zeroMichael Schmitz1-1/+2
2019-11-05scsi: qla2xxx: fix NPIV tear down processMartin Wilck2-6/+10
2019-11-05scsi: sd_zbc: Fix sd_zbc_complete()Damien Le Moal1-19/+10
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-12/+21
2019-10-28scsi: qla2xxx: stop timer in shutdown pathNicholas Piggin1-0/+4
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-15/+36
2019-10-24scsi: sd: define variable dif as unsigned int instead of boolXiang Chen1-1/+2
2019-10-22scsi: qla2xxx: Fix partial flash write of MBIQuinn Tran1-4/+3
2019-10-22scsi: qla2xxx: Initialized mailbox to prevent driver load failureHimanshu Madhani1-1/+2
2019-10-22scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner1-2/+2
2019-10-18scsi: ufs-bsg: Wake the device before sending raw upiu commandsAvri Altman1-0/+4
2019-10-18scsi: lpfc: Check queue pointer before useDaniel Wagner1-1/+1
2019-10-18scsi: qla2xxx: fixup incorrect usage of host_byteHannes Reinecke1-3/+3
2019-10-18Merge tag 'mkp-scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2019-10-17scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke2-4/+0
2019-10-17scsi: core: try to get module before removing deviceYufen Yu1-1/+10
2019-10-17scsi: hpsa: add missing hunks in reset-patchDon Brace1-0/+4
2019-10-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-3/+5
2019-10-09scsi: ch: Make it possible to open a ch device multiple times againBart Van Assche1-1/+0
2019-10-09scsi: fix kconfig dependency warning related to 53C700_LE_ON_BEThomas Bogendoerfer1-1/+1
2019-10-09scsi: sni_53c710: fix compilation errorThomas Bogendoerfer1-3/+1
2019-10-09scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitionsHannes Reinecke1-5/+16
2019-10-09scsi: qla2xxx: fix a potential NULL pointer dereferenceAllen Pais1-0/+4
2019-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds15-80/+193
2019-10-03scsi: core: save/restore command resid for error handlingDamien Le Moal1-0/+3
2019-09-30scsi: qla2xxx: Remove WARN_ON_ONCE in qla2x00_status_cont_entry()Daniel Wagner1-2/+0
2019-09-30scsi: sd: Ignore a failure to sync cache due to lack of authorizationOliver Neukum1-1/+2
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+0
2019-09-23scsi: qla2xxx: Fix Nport ID display valueQuinn Tran1-3/+4
2019-09-23scsi: qla2xxx: Fix N2N link up failQuinn Tran2-4/+4
2019-09-23scsi: qla2xxx: Fix N2N link resetQuinn Tran4-34/+103
2019-09-23scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran6-12/+34
2019-09-23scsi: qla2xxx: Fix stale mem access on driver unloadQuinn Tran2-13/+9