aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds
2008-10-13ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz
2008-10-13ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz
2008-10-13ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz
2008-10-13ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz
2008-10-13ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz
2008-10-13ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz
2008-10-13ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz
2008-10-13ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz
2008-10-13ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz
2008-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns
2008-10-10ide: add ide_io_buffers() helperBartlomiej Zolnierkiewicz
2008-10-10ide-scsi: cleanup ide_scsi_io_buffers()Bartlomiej Zolnierkiewicz
2008-10-10ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz
2008-10-10ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz
2008-10-10ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz
2008-10-10ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz
2008-10-10ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-10Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-10-09sg: remove unnecessary blk_rq_unmap_userFUJITA Tomonori
2008-10-09sg: remove sg_read_xferFUJITA Tomonori
2008-10-09sg: remove sg_write_xferFUJITA Tomonori
2008-10-09sg: incorporate sg_build_direct into sg_start_reqFUJITA Tomonori
2008-10-09sg: remove __sg_start_reqFUJITA Tomonori
2008-10-09sg: remove b_malloc_len in sg_scatter_hold structFUJITA Tomonori
2008-10-09sg: remove SG_ALLOW_DIO_CODE defineFUJITA Tomonori
2008-10-09sg: rename sg_cmd_done sg_rq_end_ioFUJITA Tomonori
2008-10-09block: unify request timeout handlingJens Axboe
2008-10-09SCSI sd driver calls revalidate_disk wrapper.Andrew Patterson
2008-10-09sg: set dxferp to NULL for READ with the older SG interfaceFUJITA Tomonori
2008-10-09sg: use blk_rq_aligned helper functionFUJITA Tomonori
2008-10-09sg: convert the indirect IO path to use the block layerFUJITA Tomonori
2008-10-09sg: convert the direct IO path to use the block layerFUJITA Tomonori
2008-10-09sg: convert the non-data path to use the block layerFUJITA Tomonori
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori
2008-10-09block: allow disk to have extended device numberTejun Heo
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo
2008-10-09sd/ide-disk: apply extended minors to sd and ideTejun Heo
2008-10-09block: don't depend on consecutive minor spaceTejun Heo