aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2005-06-03Automatic merge of rsync://www.parisc-linux.org/~jejb/git/scsi-for-linus-2.6Linus Torvalds2-11/+14
2005-06-03[SCSI] fix slab corruption during ipr probeNathan Lynch1-0/+1
2005-06-03[SCSI] qla2xxx: fix bad locking during eh_abortAndrew Vasquez1-11/+13
2005-06-02Automatic merge of /spare/repo/linux-2.6/.git branch HEAD15-6/+32
2005-06-02libata: kernel-doc warning fixesJeff Garzik1-3/+3
2005-06-02libata: update inline source docsEdward Falk1-7/+276
2005-05-30libata: doc updatesJeff Garzik3-50/+118
2005-05-30libata: more doc updatesJeff Garzik1-13/+44
2005-05-29Automatic merge of 'misc-fixes' branch fromLinus Torvalds14-5/+31
2005-05-29libata: bump versionJeff Garzik1-1/+1
2005-05-29Automatic merge of /spare/repo/netdev-2.6 branch use-after-unmap13-4/+28
2005-05-28[PATCH] swsusp: ahd_dv_0 can't be stoppedShaohua Li1-1/+1
2005-05-27[PATCH] drivers/scsi/ahci: add #include req'd for the DMA_{64,32}BIT_MASK con...domen@coderock.org1-0/+1
2005-05-27[PATCH] drivers/scsi/sata_vsc: add #include req'd for DMA_32BIT_MASK constantdomen@coderock.org1-0/+1
2005-05-26libata: Fix use-after-iounmapJeff Garzik13-4/+28
2005-05-26Merge of 'misc-fixes' branch fromLinus Torvalds1-6/+7
2005-05-26[PATCH] ide-scsi: kmap scatter/gather before doing PIO Stuart Hayes1-4/+24
2005-05-26[PATCH] convert IDE device drivers to driver-modelBartlomiej Zolnierkiewicz1-32/+26
2005-05-26[PATCH] libata: Fix zero sg_dma_len() on 64-bit platformAlbert Lee1-6/+7
2005-05-25[PATCH] sata_promise: add PCI ID for FastTrak TX2200 2-portsFrancisco Javier1-0/+2
2005-05-25[PATCH] sata_sil: new ID 1002:437A for ATI IXP400NAKAMURA Kenta1-0/+1
2005-05-24[PATCH] aic7xxx_osm build fixAndrew Morton1-2/+5
2005-05-20Automatic merge of rsync://www.parisc-linux.org/~jejb/git/scsi-for-linus-2.6.gitLinus Torvalds7-1310/+524
2005-05-20[SCSI] aic7xxx: fix U160 modeJames Bottomley1-0/+11
2005-05-20[SCSI] aic7xxx: add back lockingJames Bottomley1-4/+11
2005-05-20[SCSI] aic7xxx: make correct use of slave_alloc/destroy and remove the per de...James Bottomley2-112/+79
2005-05-20[SCSI] aic7xxx: remove the completeqJames Bottomley2-133/+5
2005-05-20[SCSI] aic7xxx: remove the last vestiges of the runqJames Bottomley2-7/+0
2005-05-20[SCSI] aic7xxx: remove usage of obsolete typedefsChristoph Hellwig3-51/+38
2005-05-20[SCSI] remove dma_mask hacksChristoph Hellwig3-46/+6
2005-05-20[SCSI] aic7xxx: remove Linux 2.4 ifdefsChristoph Hellwig5-472/+5
2005-05-20[SCSI] aic7xxx: remove some DV leftoversChristoph Hellwig1-6/+0
2005-05-20[SCSI] remove aic7xxx busyqJames Bottomley2-438/+191
2005-05-20[SCSI] correct aic7xxx period setting routinesJames Bottomley1-34/+37
2005-05-20[SCSI] implement parameter limits in the SPI transport classJames Bottomley1-27/+161
2005-05-17Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev...2-6/+11
2005-05-15[PATCH] libata: flush COMRESET set and clearBrett Russ1-3/+3
2005-05-15[PATCH] libata: Prevent the interrupt handler from completing a command twiceAlbert Lee1-2/+4
2005-05-15[PATCH] libata: stop setting sdev->host->max_sectors for lba48 drivesJohn W. Linville1-1/+4
2005-05-12[PATCH] typo fix in drivers/scsi/sata_svw.c commentRolf Eike Beer1-1/+1
2005-05-06Automatic merge of rsync://www.parisc-linux.org/~jejb/git/scsi-for-linus-2.6.gitLinus Torvalds10-37/+47
2005-05-06[SCSI] correct the sym2 period setting routinesJames Bottomley1-2/+3
2005-05-05[PATCH] drivers/scsi/sym53c416.c: fix a wrong checkAdrian Bunk1-1/+1
2005-05-05[PATCH] fix NCR53C9x.c compile warningAdrian Bunk1-1/+4
2005-05-05[SCSI] fix command retries in spi_transport classJames Bottomley1-15/+34
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 3Al Viro1-6/+6
2005-05-01[SCSI] call correct scsi_done function in scsi_dispatch_cmdMike Christie1-1/+1
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-3/+3
2005-05-01[PATCH] ultrastor build fixakpm@osdl.org1-1/+1
2005-04-26[SCSI] aacraid: Fix adapter open errorMark Haverkamp1-1/+1
2005-04-26[PATCH] qla trivial iomem annotationAl Viro1-1/+1
2005-04-26[PATCH] drivers/scsi NULL noise removalAl Viro2-4/+4
2005-04-24[SPARC]: module version cleanupsTom 'spot' Callaway1-0/+5
2005-04-24[PATCH] SCSI GFP fixesAl Viro2-2/+2
2005-04-21[SCSI] drivers/scsi/sr_ioctl.c: check for failed allocationNate Dailey1-0/+3
2005-04-21[SCSI] aic7xxx: remove inquiry sniffing leftoversChristoph Hellwig2-8/+0
2005-04-21[SCSI] qla2xxx: remove a transport #includeAndrew Vasquez3-10/+5
2005-04-21[PATCH] Fix aic7xxx_osm.c compile with older gcc'sJames Bottomley1-3/+2
2005-04-18aic7xxx: convert to SPI transport class Domain Validation2-1711/+10
2005-04-18aic7xxx: add support for the SPI transport class2-0/+262
2005-04-18qla2xxx: fix compiler warning in qla_attr.c1-1/+1
2005-04-18lpfc: add Emulex FC driver version 8.0.2822-0/+20937
2005-04-18[PATCH] drivers/scsi/gdth.c: cleanups2-53/+12
2005-04-18[PATCH] remove old scsi data direction macros14-89/+74
2005-04-18[PATCH] qla2xxx: update version to 8.00.02b5-k1-2/+2
2005-04-18[PATCH] qla2xxx: remove /proc interface1-254/+0
2005-04-18[PATCH] qla2xxx: cleanup DMA mappings...1-39/+33
2005-04-18[PATCH] qla2xxx: remove lun discovery codes...10-1300/+103
2005-04-18[PATCH] qla2xxx: add remote port codes...6-270/+403
2005-04-18[PATCH] qla2xxx: remove internal queuing...7-2276/+269
2005-04-18merge by hand (scsi_device.h)James Bottomley26-274/+80
2005-04-18[PATCH] scsi: scsi_send_eh_cmnd() cleanup1-12/+13
2005-04-18scsi: add DID_REQUEUE to the error handling1-0/+3
2005-04-18[PATCH] kill old EH constants3-114/+2
2005-04-18[PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field9-49/+6
2005-04-18[PATCH] scsi: remove unused scsi_cmnd->internal_timeout field6-12/+2
2005-04-18[PATCH] remove outdated print_* functions13-82/+54
2005-04-18[PATCH] consolidate timeout defintions in scsi.h1-5/+0
2005-04-16updates for CFQ oops fix1-0/+3
2005-04-16[PATCH] fix NMI lockup with CFQ scheduler2-4/+3
2005-04-16[PATCH] finally fix 53c700 to use the generic iomem infrastructure6-189/+27
2005-04-16[PATCH] sg.c: update1-71/+132
2005-04-16[PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsiPavel Machek2-6/+6
2005-04-16[PATCH] ahci: AHCI mode SATA patch for Intel ESB2Jason Gaston1-0/+6
2005-04-16[PATCH] ata_piix: IDE mode SATA patch for Intel ESB2Jason Gaston1-0/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds413-0/+496153