summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2008-05-23[SCSI] fix intermittent oops in scsi_bus_ueventJames Bottomley1-1/+6
2008-05-15[SCSI] qla2xxx: Update version number to 8.02.01-k3.Andrew Vasquez1-1/+1
2008-05-15[SCSI] qla2xxx: Revert "qla2xxx: Validate mid-layer 'underflow' during check-...Andrew Vasquez1-19/+0
2008-05-15[SCSI] qla2xxx: Disable local-interrupts while polling for RISC status.Andrew Vasquez1-0/+4
2008-05-15[SCSI] qla2xxx: Extend the 'fw_dump' SYSFS node the ability to initiate a fir...Andrew Vasquez3-5/+7
2008-05-15[SCSI] qla2xxx: Don't depend on mailbox return values while enabling FCE trac...Andrew Vasquez1-1/+1
2008-05-15[SCSI] qla2xxx: Convert vport_sem to a mutexmatthias@kaehlcke.net5-15/+15
2008-05-15[SCSI] qla2xxx: firmware semaphore to mutexDaniel Walker1-5/+6
2008-05-15[SCSI] qla2xxx: Correct locking within MSI-X interrupt handlers.Andrew Vasquez1-4/+4
2008-05-15[SCSI] qla2xxx: Display driver version at module init-time.Andrew Vasquez1-1/+2
2008-05-15[SCSI] qla2xxx: Return correct port_type to FC-transport for Vports.Shyam Sundar1-1/+5
2008-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds4-37/+55
2008-05-13[SCSI] qla1280: Fix queue depth problemJeremy Higdon1-2/+2
2008-05-11[SCSI] aha152x: Fix oops on module removalJames Bottomley1-2/+2
2008-05-11[SCSI] aha152x: fix init suspiciously returned 1, it should follow 0/-E conve...James Bottomley1-2/+2
2008-05-08[SCSI] libiscsi regression in 2.6.25: fix setting of recv timerMike Christie1-6/+6
2008-05-08drivers/scsi/dpt_i2o.c: fix build on alphaAndrew Morton2-55/+36
2008-05-08[SCSI] libiscsi regression in 2.6.25: fix nop timer handlingMike Christie1-8/+9
2008-05-08[SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...James Bottomley1-5/+8
2008-05-08[SCSI] gdth: fix timer handlingJames Bottomley1-12/+26
2008-05-05CONFIG_SCSI_MAC_ESP needs CONFIG_SCSI_SPI_ATTRSGeert Uytterhoeven1-0/+1
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds31-264/+787
2008-05-02[SCSI] aic94xx: fix section mismatchSam Ravnborg1-3/+3
2008-05-02[SCSI] u14-34f: Fix 32bit only problemAlan Cox1-2/+4
2008-05-02[SCSI] dpt_i2o: sysfs codeMiquel van Smoorenburg1-0/+26
2008-05-02[SCSI] dpt_i2o: 64 bit supportMiquel van Smoorenburg6-53/+260
2008-05-02[SCSI] dpt_i2o: move from virt_to_bus/bus_to_virt to dma_alloc_coherentMiquel van Smoorenburg2-74/+169
2008-05-02[SCSI] dpt_i2o: use standard __init / __exit codeMiquel van Smoorenburg2-57/+51
2008-05-02[SCSI] megaraid_sas: fix suspend/resume sectionsJiri Slaby1-3/+8
2008-05-02[SCSI] aacraid: Add Power Management supportMark Salyzyn4-11/+154
2008-05-02[SCSI] aacraid: Fix jbod operations scan issuesMark Salyzyn2-14/+34
2008-05-02[SCSI] aacraid: Fix warning about macro side-effectsMark Salyzyn1-2/+2
2008-05-02[SCSI] add support for variable length extended commandsBoaz Harrosh3-19/+8
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh10-21/+25
2008-05-02[SCSI] aacraid: Fix down_interruptible() to check the return value correctlyMark Salyzyn1-1/+1
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-29[SCSI] megaraid_sas; Update the Version and Changelogbo yang2-4/+4
2008-04-29[SCSI] ibmvscsi: Handle non SCSI error statusBrian King2-1/+13
2008-04-29[SCSI] bug fix for free list handlingAlan D. Brunelle1-0/+8
2008-04-29[SCSI] ipr: Rename ipr's state scsi host attribute to prevent collisionsBrian King1-1/+1
2008-04-29[SCSI] megaraid_mbox: fix Dell CERC firmware problemHannes Reinecke2-0/+18
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