aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds155-8524/+9359
2008-01-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds2-12/+11
2008-01-25ide: add ide_pktcmd_tf_load() helperBartlomiej Zolnierkiewicz1-5/+1
2008-01-25ide-{floppy,tape,scsi}: fix register loading order when issuing packet commandBartlomiej Zolnierkiewicz1-1/+1
2008-01-25ide: remove atapi_ireason_t (take 3)Bartlomiej Zolnierkiewicz1-9/+8
2008-01-25ide: remove ata_nsector_t, ata_data_t and atapi_bcount_tBartlomiej Zolnierkiewicz1-17/+23
2008-01-25ide: remove atapi_feature_tBartlomiej Zolnierkiewicz1-7/+4
2008-01-25ide: remove ata_status_t and atapi_status_tBartlomiej Zolnierkiewicz1-5/+4
2008-01-25[SCSI] libsas: abstract STP task status into a functionJames Bottomley3-19/+40
2008-01-25[SCSI] ultrastor: clean up inline asm warningsFrederik Deweerdt1-3/+10
2008-01-25[SCSI] aic7xxx: fix firmware buildVegard Nossum1-27/+18
2008-01-25[SCSI] aacraid: fib context lock for management ioctlsSalyzyn, Mark1-12/+17
2008-01-25[SCSI] ch: remove forward declarationsFUJITA Tomonori1-66/+54
2008-01-25[SCSI] ch: fix device minor number management bugFUJITA Tomonori1-31/+40
2008-01-24scsi: use class iteration apiDave Young1-11/+13
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2008-01-23[SCSI] initio: fix module hangs on loadingStuart Swales1-2/+6
2008-01-23[SCSI] ch: handle class_device_create failure properlyFUJITA Tomonori1-7/+15
2008-01-23[SCSI] NCR5380: fix section mismatchRandy Dunlap1-1/+1
2008-01-23[SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devicesTony Battersby1-1/+1
2008-01-23[SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley3-71/+51
2008-01-23[SCSI] use dynamically allocated sense bufferFUJITA Tomonori3-3/+69
2008-01-23[SCSI] sd: add fix for devices with last sector access problemsHans de Goede1-0/+9
2008-01-23[SCSI] fix pcmcia compile problemJames Bottomley1-1/+2
2008-01-23[SCSI] aacraid: add Voodoo Lite class of cards.Salyzyn, Mark4-6/+44
2008-01-23[SCSI] aacraid: add new driver features flagsSalyzyn, Mark1-0/+25
2008-01-23[SCSI] qla2xxx: Update version number to 8.02.00-k7.Andrew Vasquez1-1/+1
2008-01-23[SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command.Seokmann Ju2-2/+4
2008-01-23[SCSI] qla2xxx: Correct late-memset() of EFT buffer.Andrew Vasquez1-1/+1
2008-01-23[SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support.Andrew Vasquez10-14/+405
2008-01-23[SCSI] qla2xxx: Trace-Control naming cleanups.Andrew Vasquez6-20/+50
2008-01-23[SCSI] qla2xxx: Code cleanups.Adrian Bunk7-238/+19
2008-01-23[SCSI] qla2xxx: Add a filter to compare port_name against the physical on vport creation.Seokmann Ju1-0/+2
2008-01-23[SCSI] qla2xxx: Use completion routines.Marcus Barrow6-69/+16
2008-01-23[SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request.Andrew Vasquez3-3/+4
2008-01-23[SCSI] qla2xxx: Restrict MSI/MSI-X enablement on select ISP2432-type HBAs.Andrew Vasquez1-0/+12
2008-01-23[SCSI] qla2xxx: Wait for FLASH write-protection to complete after a write.Andrew Vasquez1-2/+8
2008-01-23[SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources.Andrew Vasquez2-17/+8
2008-01-23[SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs.Andrew Vasquez4-98/+74
2008-01-23[SCSI] qla2xxx: Consolidate duplicate sense-data handling codes.Andrew Vasquez1-54/+31
2008-01-23[SCSI] st: convert to unlocked_ioctlKai Makisara1-5/+4
2008-01-23[SCSI] aacraid: remove pigs in spaceSalyzyn, Mark5-464/+458
2008-01-23[SCSI] sg: handle class_device_create failure properlyFUJITA Tomonori1-4/+7
2008-01-23[SCSI] sg: set class_data after successFUJITA Tomonori1-1/+2
2008-01-23[SCSI] dpt_i2o: use constant instead of bare valueSalyzyn, Mark1-1/+1
2008-01-23[SCSI] ch: Convert to use unlocked_ioctlMathieu Segaud1-10/+8
2008-01-23[SCSI] sg: Only print SCSI data direction warning once for a commandAndi Kleen1-2/+6
2008-01-23[SCSI] aacraid: fix security weaknessAlan Cox1-0/+2
2008-01-23[SCSI] aacraid: replace '<?:' with min_t()Salyzyn, Mark1-24/+16
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori26-95/+88