aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* drivers/scsi/atp870u.c: fix bad use of udelayMartin Michlmayr2012-10-131-1/+10
* SCSI: scsi_dh_alua: Enable STPG for unavailable portsBart Van Assche2012-10-071-2/+1
* SCSI: scsi_remove_target: fix softlockup regression on hot removeDan Williams2012-10-071-16/+14
* isci: fix isci_pci_probe() generates warning on efi failure pathDan Williams2012-10-072-2/+0
* SCSI: hpsa: Use LUN reset instead of target resetStephen M. Cameron2012-10-071-1/+1
* SCSI: ibmvscsi: Fix host config length field overflowBenjamin Herrenschmidt2012-10-071-0/+3
* SCSI: hpsa: fix handling of protocol errorStephen M. Cameron2012-10-021-1/+2
* SCSI: bnx2i: Fixed NULL ptr deference for 1G bnx2 Linux iSCSI offloadEddie Wai2012-10-021-0/+3
* SCSI: mpt2sas: Fix for issue - Unable to boot from the drive connected to HBAsreekanth.reddy@lsi.com2012-10-021-0/+7
* SCSI: Fix 'Device not ready' issue on mpt2sasJames Bottomley2012-09-142-0/+20
* SCSI: mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth ...sreekanth.reddy@lsi.com2012-09-141-5/+8
* SCSI: megaraid_sas: Move poll_aen_lock initializerKashyap Desai2012-09-141-1/+2
* SCSI: Avoid dangling pointer in scsi_requeue_command()Bart Van Assche2012-08-091-0/+11
* SCSI: fix hot unplug vs async scan raceDan Williams2012-08-092-15/+29
* SCSI: fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations)Dan Williams2012-08-091-0/+14
* SCSI: libsas: fix sas_discover_devices return code handlingDan Williams2012-08-091-27/+12
* SCSI: libsas: continue revalidationDan Williams2012-08-091-4/+4
* SCSI: Fix dm-multipath starvation when scsi host is busyJun'ichi Nomura2012-06-101-4/+7
* SCSI: fix scsi_wait_scanJames Bottomley2012-06-101-1/+1
* isci: fix oem parameter validation on single controller skusDan Williams2012-06-011-1/+1
* SCSI: hpsa: Fix problem with MSA2xxx devicesStephen M. Cameron2012-06-011-19/+15
* SCSI: mpt2sas: Fix for panic happening because of improper memory allocationnagalakshmi.nandigama@lsi.com2012-06-011-3/+3
* SCSI: hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron2012-05-211-2/+2
* SCSI: libsas: fix false positive 'device attached' conditionsDan Williams2012-05-071-1/+8
* SCSI: libsas: fix sas_find_bcast_phy() in the presence of 'vacant' physThomas Jackson2012-05-071-5/+12
* osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh2012-03-121-2/+2
* scsi_pm: Fix bug in the SCSI power management handlerAlan Stern2012-02-292-0/+17
* scsi_scan: Fix 'Poison overwritten' warning caused by using freed 'shost'Huajun Li2012-02-291-2/+2
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-133-4/+4
* sym53c8xx: Fix NULL pointer dereference in slave_destroyStratos Psomadakis2012-01-251-0/+4
* block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini2012-01-251-2/+9
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-251-1/+1
* SCSI: mpt2sas : Fix for memory allocation error for large host creditsnagalakshmi.nandigama@lsi.com2012-01-252-58/+29
* SCSI: mpt2sas: Release spinlock for the raid device list before blocking itnagalakshmi.nandigama@lsi.com2012-01-251-3/+4
* SCSI: mpt2sas: Added missing mpt2sas_base_detach call from scsih_remove contextkashyap.desai@lsi.com2012-01-121-0/+1
* mpt2sas: fix non-x86 crash on shutdownNagalakshmi Nandigama2012-01-062-61/+2
* SCSI: fcoe: Fix preempt count leak in fcoe_filter_frames()Thomas Gleixner2012-01-061-0/+1
* SCSI: mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt contextAnton Blanchard2012-01-061-1/+1
* SCSI: Silencing 'killing requests for dead queue'Hannes Reinecke2011-12-091-1/+2
* aacraid: controller hangs if kernel uses non-default ASPM policyVasily Averin2011-11-261-0/+4
* hpsa: Disable ASPMMatthew Garrett2011-11-261-0/+5
* fix WARNING: at drivers/scsi/scsi_lib.c:1704James Bottomley2011-11-261-5/+1
* hpsa: add small delay when using PCI Power Management to reset for kumpMike Miller2011-11-111-0/+7
* mpt2sas: Fix for system hang when discovery in progressnagalakshmi.nandigama@lsi.com2011-11-111-5/+10
* Fix block queue and elevator memory leak in scsi_alloc_sdevAnton Blanchard2011-11-111-0/+1
* Make scsi_free_queue() kill pending SCSI commandsBart Van Assche2011-11-112-3/+15
* scsi_dh: check queuedata pointer before proceeding furtherMoger, Babu2011-11-111-1/+9
* st: fix race in st_scsi_execute_endPetr Uzel2011-11-111-1/+3
* isci: fix missed unlock in apc_agent_timeout()Jeff Skirvin2011-11-111-1/+1
* isci: fix support for large smp requestsDan Williams2011-11-114-35/+21