aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] inlining errors in drivers/scsi/aic7xxx/aic79xx_osm.cJesper Juhl1-16/+13
2004-08-22[PATCH] disk barriers: scsiJens Axboe2-41/+81
2004-08-18[libata sata_nv] fix leak on errorAndrew Chew1-2/+6
2004-08-17[libata] improve translation of ATA errors to SCSI sense codesAlan Cox2-18/+142
2004-08-17[libata] fix INQUIRY handlingDouglas Gilbert1-2/+2
2004-08-17[libata] fix error recovery reference countJeff Garzik1-0/+6
2004-08-16[PATCH] libata build fixAndrew Morton1-1/+1
2004-08-14[libata] add ioctl infrastructureJeff Garzik12-11/+63
2004-08-14[libata] ATAPI PIO data xferJeff Garzik1-32/+81
2004-08-14[libata] fix PIO data xfer on big endianJeff Garzik1-5/+19
2004-08-13[libata] support commands SYNCHRONIZE CACHE, VERIFY, VERIFY(16)Jeff Garzik1-7/+132
2004-08-13[libata] (cosmetic) minimize diff with 2.4.x libataJeff Garzik3-2/+3
2004-08-13Merge pobox.com:/spare/repo/linux-2.6Jeff Garzik11-437/+680
2004-08-12Pass done file pointer to block device ioctl'sLinus Torvalds4-4/+4
2004-08-10[libata] unmap MMIO region _after_ last possible usageAndrew Chew1-2/+2
2004-08-10[libata sata_nv] support for hardware, bug fixesAndrew Chew1-66/+248
2004-08-08Remove ESPIPE logic from drivers, letting the VFS layer handle it instead.Linus Torvalds1-12/+1
2004-08-07Fix up a couple of drivers - notable sg - for nonseekability.Linus Torvalds1-2/+1
2004-08-07Character device tape drivers are non-lseekable.Linus Torvalds1-9/+4
2004-08-05[PATCH] imm.c oops fixAlexander Viro1-0/+7
2004-08-01[PATCH] Canonically reference files in Documentation/ code comments partAdrian Bunk2-2/+2
2004-08-01[PATCH] fdomain_cs ISA fixAlan Cox2-1/+5
2004-07-29Merge pobox.com:/spare/repo/linux-2.6Jeff Garzik11-437/+680
2004-07-28[PATCH] m68k sparse inlineGeert Uytterhoeven1-16/+15
2004-07-28[PATCH] fdomain_cs needs ISAPawel Sikora1-1/+1
2004-07-28[PATCH] SATAPI despite no dataPat LaVarre1-0/+1
2004-07-26[PATCH] broken stuff marked as such in KconfigAlexander Viro1-1/+1
2004-07-26[PATCH] dpt_i2o annotationsAlexander Viro1-9/+9
2004-07-26[PATCH] #if abuses in drivers/*Alexander Viro4-13/+13
2004-07-26[PATCH] NULL noise removal in drivers/*Alexander Viro22-129/+129
2004-07-17Merge pobox.com:/spare/repo/linux-2.6Jeff Garzik11-437/+680
2004-07-15[PATCH] 3w-9xxx.c annotatedAlexander Viro1-4/+5
2004-07-15[PATCH] mark broken stuff as such in KconfigAlexander Viro1-2/+2
2004-07-15[PATCH] Remove all uses of '#ifdef MODULE_PARM' from kernelMika Kukkonen1-2/+0
2004-07-15[PATCH] fix cdrom mt rainier probePat LaVarre1-4/+0
2004-07-14[PATCH] libata: fix kunmap() of incorrect page, in PIO data xferSergio Gelato1-2/+4
2004-07-13[PATCH] sparse: a couple of inline fixes in drivers'/scsiAlexander Viro2-55/+55
2004-07-13[PATCH] sparse: more drivers/scsi annotationsAlexander Viro3-19/+18
2004-07-12[PATCH] sparse: assorted drivers/* NULL noise removalAlexander Viro4-4/+4
2004-07-11[PATCH] sparse: megaraid annotationAlexander Viro2-39/+39
2004-07-11[PATCH] sparse: megaraid inline fixesAlexander Viro2-176/+160
2004-07-11[PATCH] sparse: aacraid annotationAlexander Viro4-33/+33
2004-07-10[PATCH] Fix MCA_LEGACY dependenciesAdrian Bunk2-3/+3
2004-07-10[libata] ATAPI work - cdb len, new taskfile protocol, cleanupsJeff Garzik2-16/+28
2004-07-10[libata] flags cleanupJeff Garzik2-2/+1
2004-07-10[libata ata_piix] make sure AHCI is disabled, if h/w is used by this driverJeff Garzik1-6/+58
2004-07-09[libata] ATAPI work - PIO xfer, completion functionJeff Garzik2-29/+71
2004-07-07[libata] update IDENTIFY DEVICE path to use ata_queued_cmdJeff Garzik1-62/+72
2004-07-07Merge pobox.com:/spare/repo/libata-2.6Jeff Garzik2-6/+9
2004-07-07[libata] pio/dma flag bug fix, and cleanupJeff Garzik2-6/+9
2004-07-06[PATCH] sparse: fix remaining three non-ANSI warningsMika Kukkonen1-1/+1
2004-07-06Merge pobox.com:/spare/repo/libata-2.6Jeff Garzik3-123/+152
2004-07-06Merge pobox.com:/spare/repo/linux-2.6Jeff Garzik10-218/+314
2004-07-05[libata sata_sx4] deliver non-data taskfiles using Promise packet formatJeff Garzik2-65/+98
2004-07-04[libata sata_promise] convert to using packets for non-data taskfilesJeff Garzik1-41/+27
2004-07-04Merge pobox.com:/spare/repo/libata-2.6Jeff Garzik1-21/+33
2004-07-04[libata] transfer mode bug fixes and type cleanupJeff Garzik1-21/+33
2004-07-04[libata] convert set-xfer-mode operation to use ata_queued_cmdJeff Garzik1-17/+27
2004-07-04[libata] fix completion bug, better debug outputJeff Garzik1-4/+10
2004-07-04[libata] transfer mode cleanupJeff Garzik10-213/+291
2004-07-03Merge bk://gkernel.bkbits.net/libata-2.6Linus Torvalds11-77/+170
2004-07-03[libata sata_promise] update driver to use new ->qc_issue hookJeff Garzik1-15/+25
2004-07-03[libata] create, and use aga_sg_init[_one] helpersJeff Garzik2-19/+37
2004-07-03[libata] split ATA_QCFLAG_SG into ATA_QCFLAG_{SG,SINGLE}Jeff Garzik3-25/+25
2004-07-03[libata] create, and use, ->irq_clear hookJeff Garzik10-6/+41
2004-07-02[libata sata_sil] add drive to mod15write quirk listRicky Beam1-0/+1
2004-07-02[libata] add ata_queued_cmd completion hookJeff Garzik2-12/+28
2004-07-02[libata] add ->qc_issue hookJeff Garzik10-3/+16
2004-07-01[PATCH] s390: zfcp host adapterMartin Schwidefsky1-0/+1
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen5-10/+10
2004-06-26[PATCH] PATCH: (as333) BLIST flag for non-lockable devicesAlan Stern2-0/+6
2004-06-26[PATCH] kill obsolete typedefs and wrappers from tmscsimGuennadi Liakhovetski3-554/+462
2004-06-26[PATCH] some tmscsim consolidationChristoph Hellwig2-197/+95
2004-06-26ncr53c8xx turn on clusteringJames Bottomley1-1/+1
2004-06-26Fix up fdomain after mismergeJames Bottomley2-6/+4
2004-06-26MergeJames Bottomley94-31149/+29783
2004-06-26[PATCH] fix aic7xxx probingJames Bottomley3-11/+7
2004-06-26MergeJames Bottomley3-11/+30
2004-06-26[PATCH] fdomain screwupRandy Dunlap3-11/+30
2004-06-26advansys: add warning and convert #includesJames Bottomley3-48/+64
2004-06-26[PATCH] More advansys fixesDouglas Gilbert1-9/+15
2004-06-24qla2xxx: Remove qla_os.hJames Bottomley18-119/+54
2004-06-23[PATCH] sparse: scsi ->ioctl() annotationAlexander Viro2-2/+2
2004-06-22[libata sata_sil] Re-fix mod15write bugJeff Garzik2-1/+3
2004-06-22[PATCH] HSV100 is verified as supporting REPORT LUNsJames Bottomley1-2/+2
2004-06-22[PATCH] kernel_thread() audit drivers/scsi/aacraid/sa.cMaximilian Attems1-7/+19
2004-06-22[patch-kj] kernel_thread() audit drivers/scsi/aacraid/rkt.cJames Bottomley1-8/+19
2004-06-22[patch-kj] kernel_thread() audit drivers/scsi/aacraid/rx.cJames Bottomley1-7/+18
2004-06-22[PATCH] [18/18] qla2xxx: Update driver versionAndrew Vasquez1-2/+2
2004-06-22[PATCH] [17/18] qla2xxx: Bus reset handler fixesAndrew Vasquez1-4/+4
2004-06-22PATCH [16/18] qla2xxx: 23xx/63xx firmware updatesJames Bottomley4-27533/+27569
2004-06-22[PATCH] [15/18] qla2xxx: SRB handling cleanup and fixesAndrew Vasquez2-29/+24
2004-06-22PATCH [14/18] qla2xxx: Use proper include filesJames Bottomley2-4/+6
2004-06-22[PATCH] [13/18] qla2xxx: Remove TRUE/FALSE usageAndrew Vasquez5-37/+34
2004-06-22[PATCH] [12/18] qla2xxx: Extend firmware dump supportAndrew Vasquez7-19/+41
2004-06-22[PATCH] [11/18] qla2xxx: Misc. fixesAndrew Vasquez2-6/+6
2004-06-22[PATCH] [10/18] qla2xxx: Additional tape handling fixesAndrew Vasquez2-7/+28
2004-06-22[PATCH] [9/18] qla2xxx: Tape command handling fixesAndrew Vasquez2-42/+34
2004-06-22[PATCH] [8/18] qla2xxx: Remove dead codeAndrew Vasquez2-115/+1
2004-06-22[PATCH] [7/18] qla2xxx: Tape command handling fixesAndrew Vasquez3-29/+36
2004-06-22[PATCH] [6/18] qla2xxx: Initialization fixesAndrew Vasquez3-25/+37
2004-06-22[PATCH] [5/18] qla2xxx: Add module parameter permissionsAndrew Vasquez1-12/+12
2004-06-22[PATCH] [4/18] qla2xxx: ISR RISC paused fixesAndrew Vasquez1-25/+22
2004-06-22[PATCH] [3/18] qla2xxx: PCI DMA mappings reworkAndrew Vasquez3-53/+36
2004-06-21[PATCH] qla2xxx: remove unnecessary command direction determinationAndrew Vasquez1-22/+0
2004-06-21[PATCH] [2/18] qla2xxx: Correct residual countsAndrew Vasquez2-4/+11
2004-06-21[PATCH] [1/18] qla2xxx: Add wmb() to critical pathsAndrew Vasquez2-0/+6
2004-06-21Merge bk://kernel.bkbits.net/gregkh/linux/driver-2.6Linus Torvalds3-18/+18
2004-06-21Merge bk://gkernel.bkbits.net/libata-2.6Linus Torvalds12-289/+539
2004-06-21[libata ata_piix] combined mode bug fix; improved ICH6 supportJeff Garzik1-11/+14
2004-06-21[libata] fix build error, minor cleanupsJeff Garzik1-3/+2
2004-06-21[libata] move some code aroundJeff Garzik1-12/+42
2004-06-21[PATCH] 2.6.7-mm1: drivers/scsi/hosts.h -> scsi/scsi_host.hAdrian Bunk1-1/+1
2004-06-21[PATCH] tmscsim: host_lock use in LLDGuennadi Liakhovetski2-29/+41
2004-06-21[PATCH] tmscsim: init / exit cleanupGuennadi Liakhovetski1-150/+104
2004-06-21[PATCH] aacraid 32bit app ioctl compat patch (Updated)Mark Haverkamp4-42/+140
2004-06-21[PATCH] avoid obsolete APIs in atp870uChristoph Hellwig2-60/+43
2004-06-21[PATCH] avoid obsolete APIs in fdomainChristoph Hellwig1-26/+16
2004-06-21[PATCH] avoid obsolete APIs in srChristoph Hellwig4-37/+48
2004-06-21[PATCH] wd33c93 updateChristoph Hellwig2-62/+57
2004-06-21[PATCH] wd7000 updatesChristoph Hellwig1-102/+81
2004-06-21merge fixups.Greg Kroah-Hartman1-1/+1
2004-06-21merge Greg Kroah-Hartman3-17/+17
2004-06-21[PATCH] avoiding obsolete scsi APIs in dc395Christoph Hellwig1-26/+29
2004-06-19Make ncr53c8xx respect clusteringJames Bottomley2-29/+54
2004-06-19ncr53c8xx updatesJames Bottomley7-2183/+705
2004-06-19[PATCH] switch scsi core and sd to <scsi/*.h> headersChristoph Hellwig13-56/+66
2004-06-19[PATCH] final hosts.h usage removalArjan van de Ven13-13/+13
2004-06-18[PATCH] ipr bump version to 2.0.10Brian King1-2/+2
2004-06-18[PATCH] ipr only tcq cancel allBrian King1-0/+5
2004-06-18[PATCH] ipr abort hang fixBrian King2-8/+9
2004-06-18Merge mulgrave.(none):/home/jejb/BK/linux-2.5James Bottomley15-151/+250
2004-06-17MergeLinus Torvalds5-51/+18
2004-06-17[PATCH] crapectomy - last users of kernel_scsi_ioctl() goneAlexander Viro5-51/+18
2004-06-18[PATCH] SCSI whitelist changesJeremy Higdon1-2/+2
2004-06-17[PATCH] SCSI Flexible timout intfrastructureJames Bottomley3-2/+27
2004-06-17[PATCH] PATCH: Further aacraid workAlan Cox10-146/+220
2004-06-17Enable clustering in the 53c700 driverJames Bottomley1-1/+1
2004-06-17Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6Linus Torvalds120-1390/+4142
2004-06-17This removes the files orphaned by the earlier PC9800 removalLinus Torvalds3-420/+0
2004-06-17[PATCH] fix cdrom mt rainier probeJens Axboe1-15/+1
2004-06-17[PATCH] Remove PC9800 supportRandy Dunlap2-14/+0
2004-06-16[libata/IDE nvidia] shuffle pci idsJeff Garzik1-3/+11
2004-06-16[libata] put nvidia in Kconfig, in alphabetical orderJeff Garzik1-8/+8
2004-06-16[libata] Add NVIDIA SATA driverAndrew Chew3-0/+354
2004-06-16Merge pobox.com:/spare/repo/linux-2.6.7Jeff Garzik9-267/+123
2004-06-16scsi_debug: num_parts, ptype and (re-)scansJames Bottomley2-128/+254
2004-06-15SCSI: fix uninitialised variable warningJames Bottomley1-1/+1
2004-06-15[PATCH] ide: fix REQ_DRIVE_* requests error handling in ide-scsiBartlomiej Zolnierkiewicz1-0/+14
2004-06-15Fix endless loop in SCSI SPI transport classJames Bottomley1-1/+3
2004-06-15MergeJames Bottomley121-1262/+3886
2004-06-15[PATCH] Comment out an unused function in drivers/scsi/wd7000.cRandy Dunlap1-1/+2
2004-06-15[PATCH] modular scsi/mca_53c9x doesn't workAdrian Bunk1-0/+11
2004-06-15[PATCH] drivers/scsi/megaraid.c: user/kernel pointer bugsAndrew Morton1-2/+4
2004-06-15[PATCH] tmscsim: 64-bit cleanupGuennadi Liakhovetski2-35/+41
2004-06-15[PATCH] avoid obsolete scsi APIs in eata_pioChristoph Hellwig2-66/+67
2004-06-15[PATCH] clean up SCSI_TIMEOUT usageChristoph Hellwig4-16/+11
2004-06-14[libata] ->qc_prep hookJeff Garzik9-35/+46
2004-06-14[libata] PCI IDE command-end/irq-acknowledge cleanupJeff Garzik1-83/+57
2004-06-14[libata] PCI IDE DMA code shufflingJeff Garzik1-41/+4
2004-06-14[libata] don't probe from workqueueJeff Garzik1-118/+18
2004-06-14Merge pobox.com:/spare/repo/linux-2.6Jeff Garzik1-10/+18
2004-06-09[PATCH] SCSI_DPT_I2O should depend on PCIGeert Uytterhoeven1-1/+1
2004-06-08merge i2c-2.6 into driver-2.6 trees due to problems people reported.Greg Kroah-Hartman3-17/+17
2004-06-08Mark compaq Fibre Channel driver broken.Linus Torvalds2-1/+9
2004-06-04[PATCH] Make the scsi error handler bus settle delay a per template optionAlan Stern1-2/+4
2004-06-04sg update to 20040516James Bottomley1-15/+22
2004-06-03[PATCH] kill dead compat code in advansysChristoph Hellwig1-508/+119
2004-06-03Driver Model: And even more cleanup of silly scsi use of the *ATTR macros...Greg Kroah-Hartman2-7/+7
2004-06-03[PATCH] update 53c700 to avoid obsolete headersChristoph Hellwig5-82/+82
2004-06-03[PATCH] sparse: misc drivers annotationsAlexander Viro1-2/+2
2004-06-03[PATCH] sparse: misc scsi annotationAlexander Viro3-19/+19
2004-06-03[PATCH] sparse: gdth.c annotationAlexander Viro1-34/+35
2004-06-03[PATCH] 3ware 9000 schedule_timeout fixAndrew Morton1-3/+4
2004-06-03[PATCH] 3ware 9000 driver updateAndrew Morton2-212/+198
2004-06-03[PATCH] SCSI: replace deprecated hosts.h fileArjan van de Ven105-106/+106
2004-06-03[PATCH] scsi_transport_spi.c build fixAndrew Morton1-1/+1
2004-06-03[PATCH] Lost 2.4 change for BusLogic infoAndrew Morton1-3/+1
2004-06-03[PATCH] scsi_dev_flags must be __initdata, not __initChristoph Hellwig1-1/+1
2004-06-03[PATCH] fix check_region usage in eata_pioRandy Dunlap1-8/+8
2004-06-03[PATCH] Advansys: Add basic highmem/DMA supportJames Bottomley1-50/+95
2004-06-03[PATCH] remove obsolete API usage from dpt_i2oChristoph Hellwig2-37/+40
2004-06-03[PATCH] fix sym53c416 check_region usageChristoph Hellwig1-42/+41
2004-06-03[PATCH] fix check_region usage in eata_pioChristoph Hellwig1-44/+58
2004-06-03[PATCH] handle NO_SENSE in sdChristoph Hellwig1-4/+4
2004-06-03[PATCH] remove sleep_on_timeout usage in megaraidChristoph Hellwig1-6/+3
2004-06-03[PATCH] tmscsim: Store pDCB in device->hostdataGuennadi Liakhovetski1-10/+8
2004-06-03[PATCH] fix dpt_i2o compilation for alpha and sparcChristoph Hellwig1-2/+2
2004-06-03[PATCH] 2/2 3ware 9000 SATA-RAID driver v2.26.00.009Adam Radford3-1/+739
2004-06-03[PATCH] 1/2 3ware 9000 SATA-RAID driver v2.26.00.009Adam Radford1-0/+2144
2004-06-03Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller4-29/+21
2004-06-03[SBUS]: Further cleanup of scsi driver header usage.Christoph Hellwig4-29/+21
2004-06-02[PATCH] DMA mode setup fixes for piix.c/ata_piix.cBartlomiej Zolnierkiewicz1-16/+11
2004-06-02Driver Model: More cleanup of silly scsi use of the *ATTR macros...Greg Kroah-Hartman1-8/+8
2004-06-02Merge bk://kernel.bkbits.net/mochel/linux-2.6-coreGreg Kroah-Hartman1-2/+2
2004-06-02[Driver Model] Fix up silly scsi usage of DEVICE_ATTR() macros. Patrick Mochel1-2/+2
2004-06-02[PATCH] ata_check_bmdmaPat LaVarre1-10/+18
2004-06-02Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds4-96/+114
2004-06-02Merge bk://gkernel.bkbits.net/libata-2.6Linus Torvalds10-14/+15
2004-06-02[libata] Use standard headers from include/scsi, not drivers/scsiArjan van de Ven10-10/+10