summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2008-07-26[SCSI] qla2xxx: Correct fcport state-management during loss.Seokmann Ju2-11/+3
2008-07-26[SCSI] qla2xxx: Always aquire the parent's hardware_lock.Seokmann Ju3-15/+20
2008-07-26[SCSI] qla2xxx: Swap enablement order of EFT and FCE.Andrew Vasquez1-40/+40
2008-07-26[SCSI] qla2xxx: Retrieve board serial-number and description from VPD.Joe Carnuccio5-5/+60
2008-07-26[SCSI] qla2xxx: Allow the user the option of disabling iIDMA.Andrew Vasquez3-1/+10
2008-07-26[SCSI] qla2xxx: Cleanup NPIV related functionsSeokmann Ju5-23/+4
2008-07-26[SCSI] qla2xxx: Add LIP count to FC-transport statistics.Harish Zunjarrao2-1/+3
2008-07-26[SCSI] qla2xxx: Track total number of ISP aborts.Harish Zunjarrao3-0/+19
2008-07-26[SCSI] qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.Andrew Vasquez2-19/+3
2008-07-26[SCSI] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.Seokmann Ju5-25/+78
2008-07-26[SCSI] qla2xxx: Correct locking during NVRAM manipulation.Andrew Vasquez1-3/+0
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori4-6/+6
2008-07-25ibmvfc: Add support for collaborative memory overcommitBrian King1-0/+15
2008-07-25ibmvscsi: driver enablement for CMORobert Jennings2-7/+40
2008-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-11/+22
2008-07-24ide-scsi: remove kmalloced struct requestFUJITA Tomonori1-10/+15
2008-07-24ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz1-1/+7
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-23ide-scsi: convert to using the new atapi_flagsBorislav Petkov1-16/+1
2008-07-23ide-scsi: pass packet command in rq->cmdBorislav Petkov1-0/+2
2008-07-23ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov1-2/+3
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-3/+4
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz1-1/+1
2008-07-23ide: add ->exec_command methodBartlomiej Zolnierkiewicz1-2/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers3-8/+9
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman2-3/+4
2008-07-21device create: scsi: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+2
2008-07-16scsi_dh: Verify "dev" is a sdev before accessing it.Chandra Seetharaman3-3/+18
2008-07-16IDE: Remove unused codeElias Oltmanns1-14/+0
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds43-1553/+8086
2008-07-15Don't crash on IOMMU overflow in A100U2W driverMikulas Patocka1-3/+8
2008-07-15BUG_ON on kernel misbehavior on A100U2W driverMikulas Patocka1-0/+1
2008-07-15Add udelay to A100U2W SCSI driverMikulas Patocka1-0/+1
2008-07-15Fix endianity in A100U2W SCSI driverMikulas Patocka1-18/+18
2008-07-15Merge branch 'sbp2-spindown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-222/+80
2008-07-15ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz1-112/+3
2008-07-15ide-{floppy,scsi}: read Status Register before stopping DMA engineBartlomiej Zolnierkiewicz1-3/+4
2008-07-15ide-scsi: add more debugging to idescsi_pc_intr()Bartlomiej Zolnierkiewicz1-2/+11
2008-07-15ide-scsi: use pc->callbackBartlomiej Zolnierkiewicz1-10/+22
2008-07-15ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz1-28/+2
2008-07-15ide: add PC_FLAG_DRQ_INTERRUPT pc flagBartlomiej Zolnierkiewicz1-1/+5
2008-07-15ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc()Bartlomiej Zolnierkiewicz1-6/+10
2008-07-15ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz1-28/+2
2008-07-15ide-scsi: set drive->scsi flag for devices handled by the driverBartlomiej Zolnierkiewicz1-0/+5
2008-07-15ide-{floppy,tape,scsi}: log device name instead of driver nameBartlomiej Zolnierkiewicz1-11/+13
2008-07-15ide-scsi: add debug_log() macroBartlomiej Zolnierkiewicz1-26/+25
2008-07-15ide-scsi: remove superfluous BUG_ON() from idescsi_transfer_pc()Bartlomiej Zolnierkiewicz1-1/+1
2008-07-15ide-scsi: merge idescsi_input_buffers() and idescsi_output_buffers()Bartlomiej Zolnierkiewicz1-57/+24
2008-07-15ide-scsi: fix Interrupt Reason checking in idescsi_pc_intr()Bartlomiej Zolnierkiewicz1-6/+11