summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-03-18mvsas: fix misleading indentationLuis de Bethencourt1-2/+2
2017-03-12scsi: lpfc: Correct WQ creation for pagesizeJames Smart2-4/+7
2017-03-12sd: get disk reference in sd_check_events()Hannes Reinecke1-2/+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: 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-23Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-02-23scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn1-1/+2
2017-02-14scsi: mpt3sas: disable ASPM for MPI2 controllersojab1-0/+3
2017-02-14scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll1-2/+6
2017-01-26qla2xxx: Fix crash due to null pointer accessQuinn Tran1-4/+12
2017-01-12scsi: mvsas: fix command_active typoArnd Bergmann1-1/+1
2017-01-09sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2017-01-09scsi: avoid a permanent stop of the scsi device's request queueWei Fang1-4/+0
2017-01-09scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which d...Kashyap Desai1-4/+4
2017-01-09scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for 30...Kashyap Desai1-0/+1
2016-12-02scsi: mpt3sas: Unblock device after controller resetSuganath Prabu S1-5/+8
2016-12-02scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky1-1/+14
2016-11-18scsi: mpt3sas: Fix for block device of raid exists even after deleting raid diskSreekanth Reddy1-2/+2
2016-11-18scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja1-0/+2
2016-11-15scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regressionSumit Saxena1-1/+1
2016-11-10scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang1-9/+0
2016-11-10scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne1-0/+1
2016-11-10scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai1-8/+5
2016-10-31mpt3sas: Don't spam logs if logging level is 0Johannes Thumshirn1-1/+1
2016-10-28hpsa: correct skipping masked peripheralsDon Brace1-4/+74
2016-10-28sd: Fix rw_max for devices that report an optimal xfer sizeMartin K. Petersen2-4/+9
2016-10-28scsi: Fix use-after-freeMing Lei1-1/+1
2016-10-22scsi: ibmvfc: Fix I/O hang when port is not mappedBrian King1-1/+0
2016-10-22scsi: arcmsr: Simplify user_len checkingBorislav Petkov1-6/+8
2016-10-22scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()Dan Carpenter1-1/+7
2016-10-07fnic: pci_dma_mapping_error() doesn't return an error codeDan Carpenter1-4/+4
2016-09-30megaraid: fix null pointer check in megasas_detach_one().Maurizio Lombardi1-5/+5
2016-09-15scsi: fix upper bounds check of sense key in scsi_sense_key_string()Tyrel Datwyler1-2/+3
2016-09-15cxlflash: Move to exponential back-off when cmd_room is not availableManoj N. Kumar1-4/+4
2016-09-15cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs1-0/+2
2016-09-15cxlflash: Fix to escalate LINK_RESET also on port 1Manoj Kumar1-1/+1
2016-09-15lpfc: Fix DMA faults observed upon plugging loopback connectorJames Smart1-4/+6
2016-09-15cxlflash: Fix to resolve dead-lock during EEH recoveryManoj N. Kumar1-0/+15
2016-09-15cxlflash: Fix to avoid unnecessary scan with internal LUNsManoj N. Kumar1-0/+10
2016-09-15arcmsr: fixes not release allocated resourceChing Huang1-1/+5
2016-09-15arcmsr: fixed getting wrong configuration dataChing Huang1-10/+10
2016-09-15qla2xxx: Use ATIO type to send correct tmr responseSwapnil Nagle1-1/+1
2016-09-15mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of tim...Suganath prabu Subramani4-14/+25
2016-09-15mpt3sas: A correction in unmap_resourcesTomas Henzl1-1/+3
2016-09-15megaraid_sas: Add an i/o barrierTomas Henzl2-0/+2
2016-09-15megaraid_sas: Fix SMAP issueSumit Saxena1-7/+6
2016-09-15megaraid_sas: Do not allow PCI access during OCRSumit Saxena2-174/+82