summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2016-01-12qla2xxx: Fix hardware lock/unlock issue causing kernel panic.Saurav Kashyap2-5/+4
2016-01-11lpfc: Fix null ndlp dereference in target_reset_handlerJames Smart1-1/+9
2015-11-12mvsas: Fix NULL pointer dereference in mvs_slot_task_freeDāvis Mosāns1-0/+2
2015-10-283w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig1-7/+21
2015-10-27scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko1-1/+10
2015-09-18libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche1-2/+17
2015-09-02lpfc: Fix scsi prep dma buf error.James Smart1-1/+1
2015-08-19ipr: Fix invalid array indexing for HRRQBrian King1-3/+8
2015-08-19ipr: Fix incorrect trace indexingBrian King2-2/+4
2015-08-19ipr: Fix locking for unit attention handlingBrian King1-5/+7
2015-08-193w-xxxx: fix mis-aligned struct accessesArnd Bergmann1-2/+2
2015-08-19st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M1-1/+1
2015-08-04sg_start_req(): make sure that there's not too many elements in iovecAl Viro1-0/+3
2015-08-04qla2xxx: Mark port lost when we receive an RSCN for it.Chad Dupuis1-1/+16
2015-08-04[SCSI] be2iscsi: fix bad if expressionMike Christie1-1/+1
2015-07-30ipr: Increase default adapter init stage change timeoutBrian King1-1/+1
2015-07-30lpfc: Add iotag memory barrierJames Smart1-0/+21
2015-06-24hpsa: fix a couple pci id table mistakesStephen M. Cameron1-1/+1
2015-06-03sd: Disable support for 256 byte/sector disksMark Hounschell1-14/+5
2015-06-02storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan1-2/+1
2015-05-26qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang2-3/+1
2015-05-26hpsa: turn off interrupts when kdump startsTomas Henzl1-0/+10
2015-05-26hpsa: add missing pci_set_master in kdump pathTomas Henzl1-1/+1
2015-05-26hpsa: refine the pci enable/disable handlingTomas Henzl1-14/+28
2015-05-153w-sas: fix command completion raceChristoph Hellwig2-44/+10
2015-05-153w-9xxx: fix command completion raceChristoph Hellwig2-49/+13
2015-05-153w-xxxx: fix command completion raceChristoph Hellwig2-41/+6
2015-05-15mvsas: fix panic on expander attached SATA devicesJames Bottomley1-4/+1
2015-05-04scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan1-7/+8
2015-04-22be2iscsi: Fix kernel panic when device initialization failsJohn Soni Jose1-1/+1
2015-04-22Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche1-1/+3
2015-04-09tcm_qla2xxx: Fix incorrect use of __transport_register_sessionBart Van Assche1-1/+1
2015-04-09[SCSI] megaraid: Use resource_size_t for PCI resources, not longBen Collins2-3/+3
2015-04-09libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley1-2/+4
2015-03-16fixed invalid assignment of 64bit mask to host dma_boundary for scatter gathe...Minh Duc Tran1-1/+0
2015-03-12sg: fix read() error reportingTony Battersby1-3/+3
2015-03-02megaraid_sas: disable interrupt_mask before enabling hardware interruptsSumit.Saxena@avagotech.com1-1/+2
2015-01-29ipr: wait for aborted command responsesBrian King2-0/+93
2015-01-28storvsc: ring buffer failures may result in I/O freezeLong Li1-4/+3
2015-01-26scsi: blacklist RSOC for Microsoft iSCSI target devicesMartin K. Petersen1-0/+1
2015-01-26Revert "[SCSI] mpt3sas: Remove phys on topology change"Sreekanth Reddy1-4/+1
2015-01-26Revert "[SCSI] mpt2sas: Remove phys on topology change."Sreekanth Reddy1-4/+1
2015-01-07scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke6-18/+18
2015-01-07megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com1-1/+1
2014-12-06bnx2fc: do not add shared skbs to the fcoe_rx_listMaurizio Lombardi1-0/+7
2014-12-06scsi: add Intel Multi-Flex to scsi scan blacklistChristian Sünkenberg1-0/+1
2014-11-19scsi: only re-lock door after EH on devices that were resetChristoph Hellwig1-1/+3
2014-11-13qla_target: don't delete changed naclsJoern Engel1-1/+10
2014-10-31qla2xxx: Use correct offset to req-q-out for reserve calculationArun Easi1-3/+1
2014-10-31be2iscsi: check ip buffer before copyingMike Christie1-5/+8