aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-2326-95/+88
* [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in que...FUJITA Tomonori2008-01-234-6/+0
* [SCSI] megaraid: fix section mismatchRandy Dunlap2008-01-231-3/+3
* [SCSI] libsas: fix sense_buffer overrunFUJITA Tomonori2008-01-231-1/+1
* [SCSI] aacraid: SMC vendor identificationSalyzyn, Mark2008-01-231-10/+15
* [SCSI] aacraid: respond to enclosure service eventsSalyzyn, Mark2008-01-232-22/+79
* [SCSI] sym53c8xx: fixes two bugs related to chip resetKrzysztof Helt2008-01-231-6/+7
* [SCSI] aacraid: add call to flush_kernel_dcache_pageSalyzyn, Mark2008-01-231-1/+2
* [SCSI] lpfc 8.2.4 : Update lpfc driver version to 8.2.4James Smart2008-01-231-3/+3
* [SCSI] lpfc 8.2.4 : Rework misplaced reference taking on node structureJames Smart2008-01-235-58/+157
* [SCSI] lpfc 8.2.4 : Enhance debugfs useJames Smart2008-01-232-25/+122
* [SCSI] lpfc 8.2.4 : Fix Unsolicited Data itemsJames Smart2008-01-234-111/+121
* [SCSI] lpfc 8.2.4 : Add additional sysfs and module parametersJames Smart2008-01-233-14/+106
* [SCSI] lpfc 8.2.4 : Make lpfc legacy I/O port freeTomohiro Kusumi2008-01-231-4/+7
* [SCSI] lpfc 8.2.4 : Miscellaneous FixesJames Smart2008-01-2313-169/+274
* [SCSI] lpfc 8.2.4 : Add parameters to enable and disable heartbeat and hba re...James Smart2008-01-234-38/+73
* [SCSI] lpfc 8.2.4 : Correct abort handler logicJames Smart2008-01-232-10/+29
* [SCSI] lpfc 8.2.4 : Miscellaneous Discovery/ELS FixesJames Smart2008-01-239-15/+224
* [SCSI] aacraid: improve queue balancingSalyzyn, Mark2008-01-231-10/+13
* [SCSI] aacraid: OS panic after Adapter panic (hardening).Salyzyn, Mark2008-01-234-3/+25
* [SCSI] aacraid: fix multiple definition of automatic variable warning.Salyzyn, Mark2008-01-231-5/+4
* [SCSI] aacraid: fix big endian issuesSalyzyn, Mark2008-01-236-24/+22
* [SCSI] aacraid: variable redefinition hides earlier warningSalyzyn, Mark2008-01-231-5/+5
* [SCSI] aacraid: add sysfs report of RAID levelSalyzyn, Mark2008-01-233-1/+32
* [SCSI] aacraid: add parameter to control FUA and SYNCHRONIZE_CACHE policySalyzyn, Mark2008-01-233-12/+30
* [SCSI] scsi_transport_spi: convert to attribute groupsJames Bottomley2008-01-231-82/+176
* [SCSI] add missing transport configure points for target and hostJames Bottomley2008-01-232-0/+3
* [SCSI] relax scsi dma alignmentJames Bottomley2008-01-111-0/+8
* [SCSI] fix scsi_setup_command_freelist failure path raceFUJITA Tomonori2008-01-111-3/+2
* [SCSI] sr: update to follow tray status correctlyJames Bottomley2008-01-113-16/+37
* [SCSI] libsas: don't use made up error codesJames Bottomley2008-01-112-2/+2
* [SCSI] libsas, bsg: pass errors through correctlyJames Bottomley2008-01-111-0/+1
* [SCSI] libsas: don't treat underrun as an error on SMP tasksJames Bottomley2008-01-111-0/+19
* [SCSI] libsas: add host SMP processingJames Bottomley2008-01-115-5/+301
* [SCSI] megaraid: add __devexit annotationAdrian Bunk2008-01-111-1/+1
* [SCSI] atari_NCR5380, sun3_NCR5380: operator precedence fixRoel Kluin2008-01-112-2/+2
* [SCSI] iscsi class: bump versionMike Christie2008-01-111-1/+1
* [SCSI] iscsi_tcp: fix setting of r2tMike Christie2008-01-111-3/+3
* [SCSI] libiscsi: use is_power_of_2vignesh babu2008-01-111-1/+2
* [SCSI] iscsi_tcp: hold lock during data rsp processingMike Christie2008-01-111-8/+6
* [SCSI] iscsi_tcp: enable sg chainingMike Christie2008-01-112-5/+3
* [SCSI] libiscsi, iscsi class: set tmf to a safe default and export in sysfsMike Christie2008-01-112-2/+8
* [SCSI] iscsi_tcp: drop session when itt does not match any commandMike Christie2008-01-111-5/+1
* [SCSI] iscsi_tcp: stop leaking r2t_info's when the incoming R2T is badOlaf Kirch2008-01-111-1/+5
* [SCSI] iscsi: convert xmit path to iscsi chunksOlaf Kirch2008-01-113-885/+560
* [SCSI] libiscsi: Drop host lock in queuecommandMike Christie2008-01-111-1/+5
* [SCSI] libiscsi: clear conn->ctask when task is completed earlyMike Christie2008-01-111-1/+4
* [SCSI] libiscsi: Do not fail commands immediately during logoutMike Christie2008-01-111-8/+6
* [SCSI] iscsi_tcp: update the website URLFUJITA Tomonori2008-01-111-1/+1
* [SCSI] libiscsi: fix nop handlingMike Christie2008-01-113-67/+272