summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2013-07-28SCSI: Fix incorrect memset in bnx2fc_parse_fcp_rspAndi Kleen1-1/+1
2013-07-28SCSI: megaraid_sas: fix memory leak if SGL has zero length entriesBjørn Mork1-4/+6
2013-07-28SCSI: mpt2sas: fix firmware failure with wrong task attributeSreekanth Reddy1-5/+1
2013-07-13SCSI: sd: Fix parsing of 'temporary ' cache mode prefixBen Hutchings1-1/+1
2013-07-13block: do not pass disk names as format stringsKees Cook1-1/+1
2013-05-19SCSI: sd: fix array cache flushing bug causing performance problemsJames Bottomley2-0/+21
2013-04-16SCSI: libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau1-0/+12
2013-03-14SCSI: storvsc: Initialize the sglistK. Y. Srinivasan1-0/+1
2013-03-14SCSI: dc395x: uninitialized variable in device_alloc()Dan Carpenter1-1/+1
2013-02-14efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-1/+1
2013-01-27SCSI: sd: Reshuffle init_sd to avoid crashJoel D. Diaz1-5/+8
2013-01-17SCSI: qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically.David Jeffery1-2/+2
2013-01-17SCSI: prevent stack buffer overflow in host_resetSasha Levin1-7/+4
2013-01-17SCSI: mvsas: fix undefined bit shiftXi Wang2-13/+3
2013-01-17SCSI: mvsas: Fix oops when ata commond timeout.Jianpeng Ma1-1/+1
2012-12-03SCSI: isci: copy fis 0x34 response into proper bufferMaciej Patelczyk1-1/+1
2012-12-03scsi: aha152x: Fix sparse warning and make printing pointer address more port...Krzysztof Wilczynski1-2/+2
2012-12-03mvsas: remove unused variable in mvs_task_exec()Dan Carpenter1-1/+0
2012-10-21SCSI: scsi_debug: Fix off-by-one bug when unmapping regionLukas Czerner1-1/+1
2012-10-21SCSI: storvsc: Account for in-transit packets in the RESET pathK. Y. Srinivasan1-0/+5
2012-10-21SCSI: hpsa: dial down lockup detection during firmware flashStephen M. Cameron3-5/+37
2012-10-13drivers/scsi/atp870u.c: fix bad use of udelayMartin Michlmayr1-1/+10
2012-10-07SCSI: scsi_dh_alua: Enable STPG for unavailable portsBart Van Assche1-2/+1
2012-10-07SCSI: scsi_remove_target: fix softlockup regression on hot removeDan Williams1-16/+14
2012-10-07isci: fix isci_pci_probe() generates warning on efi failure pathDan Williams2-2/+0
2012-10-07SCSI: hpsa: Use LUN reset instead of target resetStephen M. Cameron1-1/+1
2012-10-07SCSI: ibmvscsi: Fix host config length field overflowBenjamin Herrenschmidt1-0/+3
2012-10-02SCSI: scsi: virtio-scsi: Fix address translation failure of HighMem pages use...Wang Sen1-1/+1
2012-10-02SCSI: hpsa: fix handling of protocol errorStephen M. Cameron1-1/+2
2012-10-02SCSI: bnx2i: Fixed NULL ptr deference for 1G bnx2 Linux iSCSI offloadEddie Wai1-0/+3
2012-10-02SCSI: mpt2sas: Fix for issue - Unable to boot from the drive connected to HBAsreekanth.reddy@lsi.com1-0/+7
2012-10-02SCSI: lpfc: fix problems with -WerrorJames Bottomley1-0/+2
2012-09-14SCSI: Fix 'Device not ready' issue on mpt2sasJames Bottomley2-0/+20
2012-09-14SCSI: mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth ...sreekanth.reddy@lsi.com1-5/+8
2012-09-14SCSI: scsi_lib: fix scsi_io_completion's SG_IO error propagationMike Snitzer1-1/+4
2012-09-14SCSI: megaraid_sas: Move poll_aen_lock initializerKashyap Desai1-1/+2
2012-08-09SCSI: Avoid dangling pointer in scsi_requeue_command()Bart Van Assche1-0/+11
2012-08-09SCSI: Fix device removal NULL pointer dereferenceBart Van Assche4-36/+9
2012-08-09SCSI: fix hot unplug vs async scan raceDan Williams2-15/+29
2012-08-09SCSI: fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations)Dan Williams1-0/+14
2012-08-09SCSI: libsas: fix sas_discover_devices return code handlingDan Williams1-27/+12
2012-08-09SCSI: libsas: continue revalidationDan Williams1-4/+4
2012-07-16SCSI: libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams2-7/+7
2012-07-16SCSI & usb-storage: add try_rc_10_first flagAlan Stern1-0/+2
2012-06-22SCSI: mpt2sas: Fix unsafe using smp_processor_id() in preemptiblenagalakshmi.nandigama@lsi.com1-1/+1
2012-06-10SCSI: Fix dm-multipath starvation when scsi host is busyJun'ichi Nomura1-4/+7
2012-06-10SCSI: fix scsi_wait_scanJames Bottomley1-1/+1
2012-06-01isci: fix oem parameter validation on single controller skusDan Williams1-1/+1
2012-06-01SCSI: mpt2sas: Fix for panic happening because of improper memory allocationnagalakshmi.nandigama@lsi.com1-3/+3
2012-05-10[SCSI] virtio_scsi: fix TMF use-after-freePaolo Bonzini1-11/+13