summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-15lpfc: Fix external loopback failure.James Smart1-2/+13
2016-09-15lpfc: Fix mbox reuse in PLOGI completionJames Smart1-10/+21
2016-09-15lpfc: Fix RDP Speed reporting.James Smart1-10/+7
2016-09-15lpfc: Fix crash in fcp command completion path.James Smart1-2/+2
2016-09-15lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16James Smart1-3/+6
2016-09-15lpfc: Fix RegLogin failed error seen on Lancer FC during port bounceJames Smart3-9/+16
2016-09-15lpfc: Fix the FLOGI discovery logic to comply with T11 standardsJames Smart4-239/+240
2016-09-15lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.James Smart1-2/+6
2016-09-15cxlflash: Enable device id for future IBM CXL adapterManoj Kumar2-2/+5
2016-09-15cxlflash: Resolve oops in wait_port_offlineManoj Kumar2-3/+26