summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] drivers/scsi/dpt/dpti_i2o.h: removal of old scsi codeMichal Piotrowski2006-09-261-10/+0Star
* [SCSI] megaraid: Use the proper type to hold the irq number.Eric W. Biederman2006-09-261-1/+1
* [SCSI] 3w-xxxx: fix "ATA UDMA upgrade" message numberAlexey Dobriyan2006-09-261-1/+1
* [SCSI] drivers/scsi/nsp32.h: removal of old scsi codeMichal Piotrowski2006-09-261-42/+0Star
* [SCSI] dc395x: fix printk format warningRandy Dunlap2006-09-261-1/+1
* [SCSI] ipr: Support attaching SATA devicesBrian King2006-09-263-22/+681
* [SCSI] seagate: remove header and convert to struct scsi_cmndHenrik Kretzschmar2006-09-263-29/+11Star
* [SCSI] qla1280 command timeoutJes Sorensen2006-09-261-2/+2
* [SCSI] aic94xx: require firmware loaderMuli Ben-Yehuda2006-09-261-0/+1
* [SCSI] sg: fixes for large page_sizeDouglas Gilbert2006-09-261-13/+40
* [SCSI] lpfc: don't free mempool if mailbox is busyJames Smart2006-09-261-2/+4
* [PATCH] fix idiocy in asd_init_lseq_mdp()Al Viro2006-09-251-1/+1
* [PATCH] SCSI gfp_t annotationsAl Viro2006-09-255-14/+14
* [PATCH] Revert ABI-breaking change in /procMatthew Wilcox2006-09-251-6/+10
* [PATCH] missing include (free_irq() use)Al Viro2006-09-251-0/+1
* Merge branch 'master' into upstreamJeff Garzik2006-09-24107-1681/+23459
|\
| * [SCSI] scsi_transport_fc: fixup netlink argumentsJames Bottomley2006-09-241-2/+4
| * [SCSI] SPI transport class: misc DV fixesJames Bottomley2006-09-241-7/+23
| * [SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci str...Alan Cox2006-09-243-10/+20
| * [SCSI] eata_pio cleanup and PCI fixAlan Cox2006-09-242-59/+69
| * [SCSI] aacraid: remove scsi_remove_deviceMark Haverkamp2006-09-241-6/+0Star
| * [SCSI] aacraid: merge rx and rkt codeMark Haverkamp2006-09-246-497/+112Star
| * [SCSI] aacraid: expose physical devicesMark Haverkamp2006-09-242-2/+9
| * [SCSI] aacraid: misc cleanupMark Haverkamp2006-09-243-6/+5Star
| * [SCSI] aic7xxx: pause sequencer before touching SBLKCTLDoug Ledford2006-09-241-0/+5
| * [SCSI] aic7xxx: avoid checking SBLKCTL register for certain cardsJames Bottomley2006-09-241-4/+12
| * [SCSI] scsi_debug version 1.80Douglas Gilbert2006-09-241-41/+189
| * Merge mulgrave-w:git/scsi-misc-2.6James Bottomley2006-09-23100-1079/+23031
| |\
| | * [SCSI] megaraid: Make megaraid_ioctl() check copy_to_user() return valueJesper Juhl2006-09-231-2/+3
| | * [SCSI] aha152x: remove static host arrayJames Bottomley2006-09-231-29/+24Star
| | * [SCSI] aic94xx: Fix for a typo in aic94xx_init()malahal@us.ibm.com2006-09-231-1/+1
| | * [SCSI] aic94xx: Removes Reliance on FLASH Manufacture IDsAlexis Bruemmer2006-09-231-49/+2Star
| | * [SCSI] wd33c93: Scsi_Cmnd convertionHenrik Kretzschmar2006-09-139-34/+18Star
| | * [SCSI] fix compile error on module_refcountDaniel Walker2006-09-121-0/+2
| | * [SCSI] fix up SCSI netlink buildJames Bottomley2006-09-071-1/+1
| | * [SCSI] aci94xx: implement link rate settingJames Bottomley2006-09-076-20/+93
| | * [SCSI] scsi_transport_sas: make minimum and maximum linkrate settable quantitiesJames Bottomley2006-09-071-6/+67
| | * [SCSI] SAS: consolidate linkspeed definitionsJames Bottomley2006-09-075-39/+30Star
| | * [SCSI] scsi-driver ultrastore replace Scsi_Cmnd with struct scsi_cmndHenrik Kretzschmar2006-09-072-16/+19
| | * [SCSI] fix up non-modular SCSIJames Bottomley2006-09-071-2/+4
| | * [SCSI] Fix refcount breakage with 'echo "1" > scan' when target already presentJames Bottomley2006-09-071-4/+16
| | * [SCSI] lpfc 8.1.10 : Change version number to 8.1.10James Smart2006-09-051-1/+1
| | * [SCSI] lpfc 8.1.10 : Add support for new lpfc soft_wwpn attributeJames Smart2006-09-054-0/+124
| | * [SCSI] lpfc 8.1.10 : Add support for dev_loss_tmo_callbk and fast_io_fail_tmo...James Smart2006-09-058-173/+209
| | * [SCSI] FC transport: Add dev_loss_tmo callbacks, and new fast_io_fail_tmo w/ ...James Smart2006-09-051-11/+123
| | * [SCSI] lpfc 8.1.10 : Add support to return adapter symbolic nameJames Smart2006-09-021-1/+12
| | * [SCSI] lpfc 8.1.10 : Add support to post events via new FC event interfacesJames Smart2006-09-024-0/+19
| | * [SCSI] SCSI & FC transport: extend event vendor id's to 64bitsJames Smart2006-09-021-1/+1
| | * [SCSI] SCSI and FC Transport: add netlink support for posting of transport ev...James Smart2006-09-026-1/+419
| | * [SCSI] add failure return to scsi_init_shared_tag_map()James Bottomley2006-09-021-3/+2Star