summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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: 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-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: 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 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-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: hpsa: Fix problem with MSA2xxx devicesStephen M. Cameron1-19/+15
2012-06-01SCSI: mpt2sas: Fix for panic happening because of improper memory allocationnagalakshmi.nandigama@lsi.com1-3/+3
2012-05-21SCSI: hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron1-2/+2
2012-05-07SCSI: libsas: fix false positive 'device attached' conditionsDan Williams1-1/+8
2012-05-07SCSI: libsas: fix sas_find_bcast_phy() in the presence of 'vacant' physThomas Jackson1-5/+12
2012-03-12osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh1-2/+2
2012-02-29scsi_pm: Fix bug in the SCSI power management handlerAlan Stern2-0/+17
2012-02-29scsi_scan: Fix 'Poison overwritten' warning caused by using freed 'shost'Huajun Li1-2/+2
2012-02-13net: fix NULL dereferences in check_peer_redir()Eric Dumazet3-4/+4
2012-01-25sym53c8xx: Fix NULL pointer dereference in slave_destroyStratos Psomadakis1-0/+4
2012-01-25block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini1-2/+9
2012-01-25block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-1/+1
2012-01-25SCSI: mpt2sas : Fix for memory allocation error for large host creditsnagalakshmi.nandigama@lsi.com2-58/+29
2012-01-25SCSI: mpt2sas: Release spinlock for the raid device list before blocking itnagalakshmi.nandigama@lsi.com1-3/+4
2012-01-12SCSI: mpt2sas: Added missing mpt2sas_base_detach call from scsih_remove contextkashyap.desai@lsi.com1-0/+1
2012-01-06mpt2sas: fix non-x86 crash on shutdownNagalakshmi Nandigama2-61/+2
2012-01-06SCSI: fcoe: Fix preempt count leak in fcoe_filter_frames()Thomas Gleixner1-0/+1
2012-01-06SCSI: mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt contextAnton Blanchard1-1/+1
2011-12-09SCSI: Silencing 'killing requests for dead queue'Hannes Reinecke1-1/+2
2011-11-26aacraid: controller hangs if kernel uses non-default ASPM policyVasily Averin1-0/+4
2011-11-26hpsa: Disable ASPMMatthew Garrett1-0/+5
2011-11-26fix WARNING: at drivers/scsi/scsi_lib.c:1704James Bottomley1-5/+1
2011-11-11hpsa: add small delay when using PCI Power Management to reset for kumpMike Miller1-0/+7
2011-11-11mpt2sas: Fix for system hang when discovery in progressnagalakshmi.nandigama@lsi.com1-5/+10
2011-11-11Fix block queue and elevator memory leak in scsi_alloc_sdevAnton Blanchard1-0/+1
2011-11-11Make scsi_free_queue() kill pending SCSI commandsBart Van Assche2-3/+15
2011-11-11scsi_dh: check queuedata pointer before proceeding furtherMoger, Babu1-1/+9
2011-11-11st: fix race in st_scsi_execute_endPetr Uzel1-1/+3
2011-11-11isci: fix missed unlock in apc_agent_timeout()Jeff Skirvin1-1/+1
2011-11-11isci: fix support for large smp requestsDan Williams4-35/+21