aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-01drivers/scsi/mvsas.c: fix printk warningsAndrew Morton1-1/+3
2008-05-01drivers/scsi/ncr53c8xx.c: fix warningAndrew Morton1-1/+1
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-17/+21
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29scsi: use non-racy method for proc entries creationDenis V. Lunev2-10/+6
2008-04-29proc: switch /proc/scsi/device_info to seq_file interfaceAlexey Dobriyan1-33/+44
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-3/+3
2008-04-29block: use blk_rq_init() to initialize the requestFUJITA Tomonori1-0/+1
2008-04-29block: no need to initialize rq->cmd in prepare_flush_fn hookFUJITA Tomonori1-1/+0
2008-04-29block: make queue flags non-atomicNick Piggin3-16/+20
2008-04-28scsi: fix integer as NULL pointer warningsHarvey Harrison8-15/+15
2008-04-28ide: add ide_pad_transfer() helperBartlomiej Zolnierkiewicz1-3/+3
2008-04-28ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz1-3/+1
2008-04-28ide-{floppy,tape,scsi}: 400ns delay is required after executing the commandBartlomiej Zolnierkiewicz1-0/+1
2008-04-28ide: always use ->OUTBSYNC method for executing commandsBartlomiej Zolnierkiewicz1-2/+4
2008-04-28ide: merge ->atapi_*put_bytes and ->ata_*put_data methodsBartlomiej Zolnierkiewicz1-14/+13
2008-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds63-5034/+3687
2008-04-27[SCSI] jazz_esp, sgiwd93, sni_53c710, sun3x_esp: fix platform driver hotplug/coldplugKay Sievers4-1/+11
2008-04-27[SCSI] aic7xxx: add constDenys Vlasenko13-66/+61
2008-04-27[SCSI] aic7xxx: add staticDenys Vlasenko12-257/+195
2008-04-27[SCSI] aic7xxx: Update _shipped filesHannes Reinecke5-2544/+401
2008-04-27[SCSI] aic7xxx: teach aicasm to not emit unused debug code/dataHannes Reinecke7-16/+185
2008-04-27[SCSI] qla2xxx: Update version number to 8.02.01-k2.Andrew Vasquez1-1/+1
2008-04-27[SCSI] qla2xxx: Correct regression in relogin code.Andrew Vasquez1-1/+1
2008-04-27[SCSI] qla2xxx: Correct misc. endian and byte-ordering issues.Seokmann Ju4-31/+14
2008-04-27[SCSI] qla2xxx: make qla2x00_issue_iocb_timeout() staticAdrian Bunk2-5/+1
2008-04-27[SCSI] qla2xxx: qla_os.c, make 2 functions staticAdrian Bunk1-2/+2
2008-04-27[SCSI] qla2xxx: Re-register FDMI information after a LIP.Andrew Vasquez2-3/+3
2008-04-27[SCSI] qla2xxx: Correct SRB usage-after-completion/free issues.Andrew Vasquez1-2/+0
2008-04-27[SCSI] qla2xxx: Correct ISP84XX verify-chip response handling.Andrew Vasquez1-1/+1
2008-04-27[SCSI] qla2xxx: Wakeup DPC thread to process any deferred-work requests.Andrew Vasquez1-0/+4
2008-04-27[SCSI] qla2xxx: Collapse RISC-RAM retrieval code during a firmware-dump.Andrew Vasquez1-251/+143
2008-04-27[SCSI] m68k: new mac_esp scsi driverFinn Thain5-12/+700
2008-04-27[SCSI] scsi_transport_fc: fc_user_scan correctionJames Smart1-7/+53
2008-04-27[SCSI] aha1542: minor irq handler cleanupsJeff Garzik1-16/+10
2008-04-27[SCSI] scsi_transport_spi: include sysfs.hRandy Dunlap1-0/+1
2008-04-27[SCSI] FlashPoint: fix off-by-one errorsAdrian Bunk1-1/+1
2008-04-27[SCSI] aic7xxx: Update type check in aicasm grammarHannes Reinecke2-45/+66
2008-04-27[SCSI] fix SLUB WARN_ONJames Bottomley1-8/+8
2008-04-27[SCSI] esp_scsi: Make cur_residue and tot_residue signed.David S. Miller1-2/+2
2008-04-27ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz1-7/+6
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz1-3/+3
2008-04-25[SCSI] aha152x, eata, u14-34f: minor irq handler cleanupsJeff Garzik3-18/+9
2008-04-24[SCSI] aic79xx: fix MMIO for PPC 44x platformsSergei Shtylyov2-15/+16
2008-04-24[SCSI] aic7xxx: fix MMIO for PPC 44x platformsSergei Shtylyov2-10/+10
2008-04-24[SCSI] aic7xxx, aic79xx: deinline functionsDenys Vlasenko11-1679/+1719
2008-04-22[SCSI] scsi_transport_sas: fix the lifetime of sas bsg objectsFUJITA Tomonori1-2/+20
2008-04-22[SCSI] bsg: add release callback supportFUJITA Tomonori2-2/+2
2008-04-22[SCSI] rework scsi_target allocationJames Bottomley2-38/+61
2008-04-22[SCSI] use default attributes for scsi_hostHannes Reinecke3-61/+25