summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2011-10-31[SCSI] isci: Lookup device references through requests in completions.Jeff Skirvin1-4/+3
2011-10-31[SCSI] ipr: add definitions for additional adapterWayne Boyer2-0/+3
2011-10-31[SCSI] scsi_dh: check queuedata pointer before proceeding furtherMoger, Babu1-1/+9
2011-10-30[SCSI] hpsa: detect controller lockupStephen M. Cameron2-4/+185
2011-10-30[SCSI] hpsa: fix flush cache transfer lengthStephen M. Cameron1-0/+2
2011-10-30[SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devicesScott Teel3-3/+11
2011-10-30[SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBAScott Teel2-15/+12
2011-10-30[SCSI] hpsa: remove unused busy_initializing and busy_scanningStephen M. Cameron2-5/+0
2011-10-30[SCSI] hpsa: set max sectors instead of taking the defaultStephen M. Cameron1-0/+1
2011-10-30[SCSI] qla2xxx: Correct inadvertent clearing of RISC_INTR status.Andrew Vasquez1-1/+1
2011-10-30[SCSI] pmcraid: pmcraid_chr_ioctl uses incorrect argument order to kmalloc()Dave Jones1-1/+1
2011-10-30[SCSI] bnx2fc: Bumped version to 1.0.9Bhanu Prakash Gollapudi2-2/+2
2011-10-30[SCSI] bnx2fc: Handle SRR LS_ACC drop scenarioBhanu Prakash Gollapudi1-11/+12
2011-10-30[SCSI] bnx2fc: Handle ABTS timeout during ulp timeoutBhanu Prakash Gollapudi2-0/+40
2011-10-30[SCSI] st: fix race in st_scsi_execute_endPetr Uzel1-1/+3
2011-10-30[SCSI] Make scsi_free_queue() kill pending SCSI commandsBart Van Assche2-3/+15
2011-10-30[SCSI] sd: remove arbitrary SD_MAX_DISKS namespace limitDave Kleikamp2-13/+5
2011-10-30[SCSI] mpt2sas: Bump driver version to 10.100.00.00nagalakshmi.nandigama@lsi.com1-3/+3
2011-10-30[SCSI] mpt2sas: Fix for Panic when inactive volume is tried deletingnagalakshmi.nandigama@lsi.com2-31/+82
2011-10-30[SCSI] mpt2sas: Fix for issue Port Reset taking long time(around 5 mins) to c...nagalakshmi.nandigama@lsi.com1-17/+45
2011-10-30[SCSI] mpt2sas: Fix for deadlock between hot plug worker threads and host res...nagalakshmi.nandigama@lsi.com1-12/+18
2011-10-30[SCSI] mpt2sas: Fix for dead lock occurring between host_lock and sas_device_...nagalakshmi.nandigama@lsi.com1-5/+10
2011-10-30[SCSI] mpt2sas: Fix drives not getting properly deleted if sas cable is remov...nagalakshmi.nandigama@lsi.com1-8/+30
2011-10-30[SCSI] mpt2sas: Fix failure message displayed during diag resetnagalakshmi.nandigama@lsi.com1-13/+16
2011-10-30[SCSI] mpt2sas: Fix for system hang when discovery in progressnagalakshmi.nandigama@lsi.com1-5/+10
2011-10-30[SCSI] mpt2sas: New feature - Fast Load Supportnagalakshmi.nandigama@lsi.com4-125/+580
2011-10-30[SCSI] mpt2sas: MPI next revision header updatenagalakshmi.nandigama@lsi.com3-21/+256
2011-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds127-3040/+12772
2011-10-26Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-4/+0
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-27/+38
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-27/+15
2011-10-21cxgbi: convert to SKB paged frag API.Ian Campbell2-14/+16
2011-10-21hpsa: add small delay when using PCI Power Management to reset for kumpMike Miller1-0/+7
2011-10-20[SCSI] qla4xxx: export address/port of connection (fix udev disk names)Mike Christie1-0/+2
2011-10-20[SCSI] ipr: Fix BUG on adapter dump timeoutBrian King2-1/+4
2011-10-20[SCSI] megaraid_sas: Fix instance access in megasas_reset_timeradam radford1-2/+1
2011-10-20[SCSI] hpsa: change confusing message to be more clearMike Miller1-4/+2
2011-10-20[SCSI] iscsi class: fix vlan configurationMike Christie2-5/+5
2011-10-20[SCSI] qla4xxx: fix data alignment and use nl helpersMike Christie2-18/+11
2011-10-20[SCSI] iscsi class: fix link local mispellingMike Christie1-3/+3
2011-10-20[SCSI] iscsi class: Replace iscsi_get_next_target_id with IDAMike Christie1-36/+23
2011-10-20[SCSI] aacraid: use lower snprintf() limitDan Carpenter1-3/+4
2011-10-19net: add skb frag size accessorsEric Dumazet2-6/+6
2011-10-16[SCSI] lpfc 8.3.27: Change driver version to 8.3.27James Smart1-1/+1
2011-10-16[SCSI] lpfc 8.3.27: T10 additions for SLI4James Smart5-19/+471
2011-10-16[SCSI] lpfc 8.3.27: Fix queue allocation failure recoveryJames Smart3-67/+118
2011-10-16[SCSI] lpfc 8.3.27: Change algorithm for getting physical port nameJames Smart4-6/+366
2011-10-16[SCSI] lpfc 8.3.27: Changed worst case mailbox timeoutJames Smart8-136/+229
2011-10-16[SCSI] lpfc 8.3.27: Miscellanous logic and interface fixesJames Smart11-57/+143
2011-10-16[SCSI] megaraid_sas: Changelog and version updateadam radford2-4/+4