aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* drivers/scsi/dpt_i2o.c: fix build on alphaAndrew Morton2008-05-082-55/+36
* CONFIG_SCSI_MAC_ESP needs CONFIG_SCSI_SPI_ATTRSGeert Uytterhoeven2008-05-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-05-0231-264/+787
|\
| * [SCSI] aic94xx: fix section mismatchSam Ravnborg2008-05-021-3/+3
| * [SCSI] u14-34f: Fix 32bit only problemAlan Cox2008-05-021-2/+4
| * [SCSI] dpt_i2o: sysfs codeMiquel van Smoorenburg2008-05-021-0/+26
| * [SCSI] dpt_i2o: 64 bit supportMiquel van Smoorenburg2008-05-026-53/+260
| * [SCSI] dpt_i2o: move from virt_to_bus/bus_to_virt to dma_alloc_coherentMiquel van Smoorenburg2008-05-022-74/+169
| * [SCSI] dpt_i2o: use standard __init / __exit codeMiquel van Smoorenburg2008-05-022-57/+51
| * [SCSI] megaraid_sas: fix suspend/resume sectionsJiri Slaby2008-05-021-3/+8
| * [SCSI] aacraid: Add Power Management supportMark Salyzyn2008-05-024-11/+154
| * [SCSI] aacraid: Fix jbod operations scan issuesMark Salyzyn2008-05-022-14/+34
| * [SCSI] aacraid: Fix warning about macro side-effectsMark Salyzyn2008-05-021-2/+2
| * [SCSI] add support for variable length extended commandsBoaz Harrosh2008-05-023-19/+8
| * [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-0210-21/+25
| * [SCSI] aacraid: Fix down_interruptible() to check the return value correctlyMark Salyzyn2008-05-021-1/+1
| * [SCSI] megaraid_sas; Update the Version and Changelogbo yang2008-04-292-4/+4
| * [SCSI] ibmvscsi: Handle non SCSI error statusBrian King2008-04-292-1/+13
| * [SCSI] bug fix for free list handlingAlan D. Brunelle2008-04-291-0/+8
| * [SCSI] ipr: Rename ipr's state scsi host attribute to prevent collisionsBrian King2008-04-291-1/+1
| * [SCSI] megaraid_mbox: fix Dell CERC firmware problemHannes Reinecke2008-04-292-0/+18
* | drivers/scsi/mvsas.c: fix printk warningsAndrew Morton2008-05-011-1/+3
* | drivers/scsi/ncr53c8xx.c: fix warningAndrew Morton2008-05-011-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-295-17/+21
|\ \
| * | block: use blk_rq_init() to initialize the requestFUJITA Tomonori2008-04-291-0/+1
| * | block: no need to initialize rq->cmd in prepare_flush_fn hookFUJITA Tomonori2008-04-291-1/+0
| * | block: make queue flags non-atomicNick Piggin2008-04-293-16/+20
* | | Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* | | scsi: use non-racy method for proc entries creationDenis V. Lunev2008-04-292-10/+6
* | | proc: switch /proc/scsi/device_info to seq_file interfaceAlexey Dobriyan2008-04-291-33/+44
* | | proc: remove proc_root from driversAlexey Dobriyan2008-04-291-3/+3
|/ /
* | scsi: fix integer as NULL pointer warningsHarvey Harrison2008-04-288-15/+15
* | ide: add ide_pad_transfer() helperBartlomiej Zolnierkiewicz2008-04-281-3/+3
* | ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz2008-04-281-3/+1
* | ide-{floppy,tape,scsi}: 400ns delay is required after executing the commandBartlomiej Zolnierkiewicz2008-04-281-0/+1
* | ide: always use ->OUTBSYNC method for executing commandsBartlomiej Zolnierkiewicz2008-04-281-2/+4
* | ide: merge ->atapi_*put_bytes and ->ata_*put_data methodsBartlomiej Zolnierkiewicz2008-04-281-14/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-04-2763-5034/+3687
|\
| * [SCSI] jazz_esp, sgiwd93, sni_53c710, sun3x_esp: fix platform driver hotplug/...Kay Sievers2008-04-274-1/+11
| * [SCSI] aic7xxx: add constDenys Vlasenko2008-04-2713-66/+61
| * [SCSI] aic7xxx: add staticDenys Vlasenko2008-04-2712-257/+195
| * [SCSI] aic7xxx: Update _shipped filesHannes Reinecke2008-04-275-2544/+401
| * [SCSI] aic7xxx: teach aicasm to not emit unused debug code/dataHannes Reinecke2008-04-277-16/+185
| * [SCSI] qla2xxx: Update version number to 8.02.01-k2.Andrew Vasquez2008-04-271-1/+1
| * [SCSI] qla2xxx: Correct regression in relogin code.Andrew Vasquez2008-04-271-1/+1
| * [SCSI] qla2xxx: Correct misc. endian and byte-ordering issues.Seokmann Ju2008-04-274-31/+14
| * [SCSI] qla2xxx: make qla2x00_issue_iocb_timeout() staticAdrian Bunk2008-04-272-5/+1
| * [SCSI] qla2xxx: qla_os.c, make 2 functions staticAdrian Bunk2008-04-271-2/+2
| * [SCSI] qla2xxx: Re-register FDMI information after a LIP.Andrew Vasquez2008-04-272-3/+3
| * [SCSI] qla2xxx: Correct SRB usage-after-completion/free issues.Andrew Vasquez2008-04-271-2/+0