summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-05-14scsi: smartpqi: fix time handlingArnd Bergmann1-5/+3
2017-05-14scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=mFinn Thain1-1/+1
2017-05-14scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptrBill Kuzeja1-1/+2
2017-05-14scsi: qedi: fix build error without DEBUG_FSArnd Bergmann4-15/+21
2017-05-14scsi: qedi: Fix possible memory leak in qedi_iscsi_update_conn()Wei Yongjun1-4/+0
2017-05-08scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger1-10/+17
2017-05-03scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn1-2/+2
2017-04-21scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-04-21scsi: qla2xxx: Add fix to read correct register value for ISP82xx.Sawan Chandak1-1/+6
2017-04-21scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng1-1/+2
2017-04-21scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-04-08scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion functionBart Van Assche1-5/+15
2017-04-08scsi: scsi_dh_alua: Check scsi_device_get() return valueBart Van Assche1-9/+9
2017-04-08scsi: libsas: fix ata xfer lengthJohn Garry1-1/+1
2017-04-08scsi: sg: check length passed to SG_NEXT_CMD_LENpeter chang1-0/+2
2017-03-31qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio5-10/+16
2017-03-30scsi: sd: Check for unaligned partial completionDamien Le Moal2-15/+17
2017-03-26scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche4-12/+12
2017-03-26scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech1-1/+25
2017-03-26scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-03-26qla2xxx: Fix request queue corruption.Quinn Tran1-3/+9
2017-03-26qla2xxx: Fix memory leak for abts processingQuinn Tran1-0/+2
2017-03-12scsi: lpfc: Correct WQ creation for pagesizeJames Smart2-4/+7
2017-03-12scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke2-18/+27
2017-03-12scsi: aacraid: Reorder Adapter status checkRaghava Aditya Renukunta1-4/+17
2017-03-12scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.Michael Hernandez1-2/+5
2017-03-12scsi: qla2xxx: Fix response queue count for Target mode.Michael Hernandez1-1/+2
2017-03-12scsi: qla2xxx: Cleaned up queue configuration code.Michael Hernandez1-9/+4
2017-03-12scsi: storvsc: properly set residual data length on errorsLong Li1-3/+13
2017-03-12scsi: storvsc: properly handle SRB_ERROR when sense message is presentLong Li1-0/+7
2017-03-12scsi: storvsc: use tagged SRB requests if supported by the deviceLong Li1-0/+9
2017-02-19Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-02-19scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn1-1/+2
2017-02-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-4/+27
2017-02-10Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2-2/+9
2017-02-10scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll1-2/+6
2017-02-10scsi: mpt3sas: disable ASPM for MPI2 controllersojab1-0/+3
2017-02-08ibmvscsis: Add SGL limitBryant G. Ly1-0/+1
2017-02-04Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+10
2017-02-04Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley3-2/+18
2017-02-01scsi: mpt3sas: Force request partial completion alignmentRam Pai1-0/+15
2017-02-01scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira1-1/+1
2017-01-28Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley1-1/+10
2017-01-26Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche1-1/+16
2017-01-25scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche1-1/+2
2017-01-21scsi: virtio_scsi: Reject commands when virtqueue is brokenEric Farman1-1/+10
2017-01-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-66/+158
2017-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds11-108/+91
2017-01-18Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley6-23/+58
2017-01-17scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley2-14/+38