summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2008-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds4-196/+222
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller51-1015/+1442
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns1-17/+17
2008-10-10ide: add ide_io_buffers() helperBartlomiej Zolnierkiewicz1-45/+1
2008-10-10ide-scsi: cleanup ide_scsi_io_buffers()Bartlomiej Zolnierkiewicz1-8/+8
2008-10-10ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz1-16/+36
2008-10-10ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz1-6/+7
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds29-168/+1069
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds28-841/+364
2008-10-10Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2008-10-09sg: remove unnecessary blk_rq_unmap_userFUJITA Tomonori1-7/+0
2008-10-09sg: remove sg_read_xferFUJITA Tomonori1-28/+5
2008-10-09sg: remove sg_write_xferFUJITA Tomonori1-32/+0
2008-10-09sg: incorporate sg_build_direct into sg_start_reqFUJITA Tomonori1-47/+33
2008-10-09sg: remove __sg_start_reqFUJITA Tomonori1-25/+13
2008-10-09sg: remove b_malloc_len in sg_scatter_hold structFUJITA Tomonori1-2/+0
2008-10-09sg: remove SG_ALLOW_DIO_CODE defineFUJITA Tomonori1-3/+1
2008-10-09sg: rename sg_cmd_done sg_rq_end_ioFUJITA Tomonori1-11/+12
2008-10-09block: unify request timeout handlingJens Axboe26-306/+142
2008-10-09SCSI sd driver calls revalidate_disk wrapper.Andrew Patterson1-2/+2
2008-10-09sg: set dxferp to NULL for READ with the older SG interfaceFUJITA Tomonori1-1/+4
2008-10-09sg: use blk_rq_aligned helper functionFUJITA Tomonori1-3/+1
2008-10-09sg: convert the indirect IO path to use the block layerFUJITA Tomonori1-292/+105
2008-10-09sg: convert the direct IO path to use the block layerFUJITA Tomonori1-146/+27
2008-10-09sg: convert the non-data path to use the block layerFUJITA Tomonori1-5/+48
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori1-1/+1
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori1-1/+1
2008-10-09block: allow disk to have extended device numberTejun Heo1-20/+54
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo1-7/+2
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo1-0/+6
2008-10-09sd/ide-disk: apply extended minors to sd and ideTejun Heo1-2/+7
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-1/+1
2008-10-03[SCSI] scsi_dh: suppress comparison warningJames Bottomley1-2/+2
2008-10-03[SCSI] scsi_dh: add Dell product information into rdac device handlerYanqing_Liu@Dell.com1-0/+2
2008-10-03[SCSI] qla2xxx: remove the unused SCSI_QLOGIC_FC_FIRMWARE optionAdrian Bunk1-8/+0
2008-10-03[SCSI] qla2xxx: fix printk format warningsAlexander Beregalov1-4/+6
2008-10-03[SCSI] qla2xxx: Update version number to 8.02.01-k8.Andrew Vasquez1-1/+1
2008-10-03[SCSI] qla2xxx: Ignore payload reserved-bits during RSCN processing.Ravi Anand1-1/+3
2008-10-03[SCSI] qla2xxx: Additional residual-count corrections during UNDERRUN handling.Andrew Vasquez1-2/+3
2008-10-03[SCSI] qla2xxx: Fix "occured" spelling errors.Bjorn Helgaas5-11/+11
2008-10-03[SCSI] qla2xxx: Add NPIV-Config Table support.Andrew Vasquez5-2/+133
2008-10-03[SCSI] qla2xxx: Add Flash Layout Table support.Andrew Vasquez7-44/+272
2008-10-03[SCSI] qla2xxx: Change GFP_ATOMIC to GFP_KERNEL for non-atomic allocations.Andrew Vasquez2-2/+2
2008-10-03[SCSI] qla2xxx: Add input/output byte-count statistics.Harish Zunjarrao3-7/+21