summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | * [SCSI] Add Promise SuperTrak driverJeff Garzik2006-09-023-0/+1324
| | * [SCSI] Wrong size information for devices with disabled read accessHannes Reinecke2006-09-021-1/+1
| | * [SCSI] iscsi class: update versionMike Christie2006-09-021-1/+1
| | * [SCSI] libiscsi: don't call into lld to cleanup taskMike Christie2006-09-021-5/+4
| | * [SCSI] libiscsi: check that command ptr is set before accessing itMike Christie2006-09-021-5/+22
| | * [SCSI] iscsi_tcp: fix partial digest recvMike Christie2006-09-021-8/+13
| | * [SCSI] libiscsi: only check burst lengths when sending unsol dataMike Christie2006-09-021-1/+2
| | * [SCSI] iscsi_tcp: update header size during reloginMike Christie2006-09-021-0/+2
| | * [SCSI] iscsi_tcp: fix header resendMike Christie2006-09-021-1/+1
| | * [SCSI] scsi_tcp: rm data rx and tx tfmsMike Christie2006-09-022-72/+38
| | * [SCSI] iscsi_tcp: fix padding, data digests, and IO at weird offsetsMike Christie2006-09-023-420/+286
| | * [SCSI] attempt to complete r2t with data len greater than max burstMike Christie2006-09-021-3/+14
| | * [SCSI] add refcouting around ctask usage in main IO patchMike Christie2006-09-021-9/+50
| | * [SCSI] libiscsi, iscsi_tcp, iscsi_iser: check that burst lengths are valid.Mike Christie2006-09-023-32/+24
| | * [SCSI] SCSI: sanitize INQUIRY stringsAlan Stern2006-09-021-3/+34
| | * [SCSI] sd: fix cache flushing on module removal (and individual device removal)James Bottomley2006-09-011-6/+9
| | * [SCSI] add shared tag map helpersJames Bottomley2006-08-311-0/+3
| | * [SCSI] aic94xx: Increase can_queue for better performanceDarrick J. Wong2006-08-301-0/+2
| | * [SCSI] aic94xx: add MODULE_FIRMWARE tagJames Bottomley2006-08-301-0/+3
| | * [SCSI] aic94xx: new driverJames Bottomley2006-08-2933-1/+17105
| | * [SCSI] scsi_transport_sas: remove local_attached flagJames Bottomley2006-08-271-8/+2
| | * Merge ../linux-2.6James Bottomley2006-08-2747-979/+814
| | |\
| | * | [SCSI] BusLogic gcc 4.1 warning fixesDaniel Walker2006-08-191-9/+37
| | * | [SCSI] megaraid_sas: pci_module_init to pci_register_driver conversionMichal Piotrowski2006-08-191-1/+1
| | * | [SCSI] fc transport: add fc_host system_hostname attribute and u64_to_wwn()James Smart2006-08-191-2/+28
| | * | [SCSI] convert to PCI_DEVICE() macroHenrik Kretzschmar2006-08-191-25/+9
| | * | [SCSI] aic7*: cleanup MODULE_PARM_DESC stringsRandy Dunlap2006-08-192-3/+3
| | * | [SCSI] fc transport: convert fc_host symbolic_name attribute to a dynamic att...James Smart2006-08-191-2/+2
| | * | [SCSI] remove unnecessary includes of linux/config.h from drivers/scsi/Dave Jones2006-08-195-7/+0
| | * | [SCSI] Don't add scsi_device for devices that return PQ=1, PDT=0x1fdave wysochanski2006-08-191-4/+19
| | * | [SCSI] aacraid: Reset adapter in recovery timeoutMark Haverkamp2006-08-195-21/+296
| | * | [SCSI] aacraid: Check for unlikely errorsMark Haverkamp2006-08-193-3/+18
| | * | [SCSI] aacraid: Restart adapter on firmware assert (Update 2)Mark Haverkamp2006-08-193-14/+45
| | * | [SCSI] aacraid: interruptible ioctlMark Haverkamp2006-08-193-10/+38
| | * | [SCSI] limit recursion when flushing shost->starved_listAndreas Herrmann2006-08-191-1/+9
| | * | [SCSI] fix up short inquiry printingJames Bottomley2006-08-061-1/+1
| | * | [SCSI] Improve inquiry printingMatthew Wilcox2006-08-066-78/+38
| | * | [SCSI] ipr: Bump driver version to 2.1.4Brian King2006-08-061-2/+2
| | * | [SCSI] ipr: Auto sense handling fixBrian King2006-08-061-2/+1
| | * | [SCSI] ipr: Properly handle IOA recovered errorsBrian King2006-08-061-1/+2
| | * | [SCSI] ipr: Handle new SAS error codesBrian King2006-08-061-0/+28
| | * | [SCSI] ipr: Add some hardware defined types for SATABrian King2006-08-061-3/+75
| | * | [SCSI] scsi_queue_work() documented return value is incorrectMichael Reed2006-08-061-1/+3
| | * | [SCSI] advansys pci tweaks.Dave Jones2006-08-041-41/+49
| | * | [SCSI] arcmsr: fix up sysfs valuesJames Bottomley2006-08-021-10/+10
| | * | [SCSI] areca sysfs fixAndrew Morton2006-08-021-16/+5
| | * | [SCSI] arcmsr: initial driver, version 1.20.00.13Erich Chen2006-07-286-0/+2381
| | * | [SCSI] megaraid: Add support for change_queue_depthbrking@charter.net2006-07-281-0/+16
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-09-222-65/+78
| |\ \ \
| | * | | [SCSI] iscsi: Use crypto_hash interface instead of crypto_digestHerbert Xu2006-09-212-65/+78