summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] dpt_i2o: convert to use the data buffer accessorsFUJITA Tomonori2007-05-311-20/+13
* [SCSI] qla2xxx: convert to use the data buffer accessorsFUJITA Tomonori2007-05-314-181/+107
* [SCSI] 3w-9xxx: eliminate missed map_single pathFUJITA Tomonori2007-05-311-7/+1
* [SCSI] Merge up to linux-2.6 headJames Bottomley2007-05-3018-99/+187
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-05-294-277/+189
| |\
| | * [SCSI] ESP: Kill SCSI_ESP_CORE and link directly just like jazz_espDavid S. Miller2007-05-292-16/+1
| | * [SCSI] jazz_esp: Converted to use esp_core.Thomas Bogendoerfer2007-05-292-247/+184
| | * [SCSI] pluto: Use wait_for_completion_timeout.Christoph Hellwig2007-05-291-14/+4
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-05-2914-68/+181
| |\ \ | | |/ | |/|
| | * [SCSI] megaraid_sas: intercept cmd timeout and throttle ioSumant Patro2007-05-242-12/+69
| | * [SCSI] aic94xx: asd_clear_nexus should fail if the cleared task does not comp...Darrick J. Wong2007-05-221-4/+10
| | * [SCSI] aic7xxx: fix aicasm build failure with gcc-3.4.6James Bottomley2007-05-222-0/+2
| | * [SCSI] aacraid: apply commit config for reset_devices flagSalyzyn, Mark2007-05-223-5/+14
| | * [SCSI] sd: fix refcounting regression in suspend/resume routinesAlan Stern2007-05-221-7/+11
| | * [SCSI] aacraid: fix panic on short InquiryJames Bottomley2007-05-161-2/+2
| | * [SCSI] aacraid: Correct sa platform support. (Was: [Bug 8469] Bad EIP value o...Salyzyn, Mark2007-05-163-2/+10
| | * [SCSI] tgt: fix a rdma indirect transfer error bugFUJITA Tomonori2007-05-161-0/+1
| | * [SCSI] stex: minor cleanup and version updateEd Lin2007-05-161-3/+13
| | * [SCSI] stex: fix reset recovery for console deviceEd Lin2007-05-161-0/+7
| | * [SCSI] stex: extend hard reset wait timeEd Lin2007-05-161-1/+6
| | * [SCSI] stex: fix id mapping issueEd Lin2007-05-162-32/+29
| | * [SCSI] ipr: Proper return codes for eh_dev_reset for SATA devicesBrian King2007-05-161-0/+7
| * | Detach sched.h from mm.hAlexey Dobriyan2007-05-211-1/+1
| |/
* | [SCSI] 3w-xxxx: convert to use the data buffer accessorsFUJITA Tomonori2007-05-301-81/+23
* | [SCSI] 3w-9xxx: convert to use the data buffer accessorsFUJITA Tomonori2007-05-301-97/+42
* | [SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()"Robert P. J. Day2007-05-301-1/+1
* | [SCSI] gdth: fix ambiguous gdthtable definitionDavid Rientjes2007-05-301-1/+1
* | [SCSI] nsp32: convert to use the data buffer accessorsFUJITA Tomonori2007-05-301-61/+24
* | [SCSI] ibmvscsi: Changeable queue depthBrian King2007-05-292-0/+19
* | [SCSI] stex: convert to use the data buffer accessorsFUJITA Tomonori2007-05-291-73/+36
* | [SCSI] qla4xxx: convert to use the data buffer accessorsFUJITA Tomonori2007-05-293-76/+40
* | [SCSI] ipr: convert to use the data buffer accessorsFUJITA Tomonori2007-05-291-104/+40
* | [SCSI] libsas: convert to use the data buffer accessorsFUJITA Tomonori2007-05-291-5/+5
* | [SCSI] sg: remove unnecessary checkEric Sesterhenn2007-05-281-1/+1
* | [SCSI] arcmsr: convert to use the data buffer accessorsFUJITA Tomonori2007-05-271-72/+31
* | [SCSI] aic7xxx_old: convert to use the data buffer accessorsFUJITA Tomonori2007-05-271-41/+14
* | [SCSI] tmscsim: convert to use the data buffer accessorsFUJITA Tomonori2007-05-271-37/+22
* | [SCSI] advansys: cleanupsAdrian Bunk2007-05-272-129/+8
* | [SCSI] fdomain: fix PCMCIA-related warningsJeff Garzik2007-05-271-4/+24
* | [SCSI] 53c7xx: kill driverChristoph Hellwig2007-05-2712-12651/+1
* | [SCSI] BusLogic: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-30/+21
* | [SCSI] qlogicfas408: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-19/+11
* | [SCSI] u14-34f: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-33/+27
* | [SCSI] ultrastor: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-10/+9
* | [SCSI] wd7000: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-9/+11
* | [SCSI] eata: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-34/+14
* | [SCSI] initio: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-25/+11
* | [SCSI] aha1740: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-33/+15
* | [SCSI] a100u2w: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-33/+17
* | [SCSI] fdomain: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-22/+20
OpenPOWER on IntegriCloud