summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns2008-10-101-17/+17
* ide: add ide_io_buffers() helperBartlomiej Zolnierkiewicz2008-10-101-45/+1
* ide-scsi: cleanup ide_scsi_io_buffers()Bartlomiej Zolnierkiewicz2008-10-101-8/+8
* ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-101-1/+0
* ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-101-16/+36
* ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz2008-10-101-1/+1
* ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz2008-10-101-1/+0
* ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz2008-10-101-1/+0
* ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2008-10-101-1/+1
* ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-101-1/+1
* ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz2008-10-101-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-1029-168/+1069
|\
| * [SCSI] scsi_dh: suppress comparison warningJames Bottomley2008-10-031-2/+2
| * [SCSI] scsi_dh: add Dell product information into rdac device handlerYanqing_Liu@Dell.com2008-10-031-0/+2
| * [SCSI] qla2xxx: remove the unused SCSI_QLOGIC_FC_FIRMWARE optionAdrian Bunk2008-10-031-8/+0
| * [SCSI] qla2xxx: fix printk format warningsAlexander Beregalov2008-10-031-4/+6
| * [SCSI] qla2xxx: Update version number to 8.02.01-k8.Andrew Vasquez2008-10-031-1/+1
| * [SCSI] qla2xxx: Ignore payload reserved-bits during RSCN processing.Ravi Anand2008-10-031-1/+3
| * [SCSI] qla2xxx: Additional residual-count corrections during UNDERRUN handling.Andrew Vasquez2008-10-031-2/+3
| * [SCSI] qla2xxx: Fix "occured" spelling errors.Bjorn Helgaas2008-10-035-11/+11
| * [SCSI] qla2xxx: Add NPIV-Config Table support.Andrew Vasquez2008-10-035-2/+133
| * [SCSI] qla2xxx: Add Flash Layout Table support.Andrew Vasquez2008-10-037-44/+272
| * [SCSI] qla2xxx: Change GFP_ATOMIC to GFP_KERNEL for non-atomic allocations.Andrew Vasquez2008-10-032-2/+2
| * [SCSI] qla2xxx: Add input/output byte-count statistics.Harish Zunjarrao2008-10-033-7/+21
| * [SCSI] libiscsi: return error passed in during iscsi recoveryMike Christie2008-10-031-1/+1
| * [SCSI] fc_transport: Add an API to allow an LLD to create vportsAndrew Vasquez2008-10-031-28/+26
| * [SCSI] sd: use generic helper to print capacities in both binary and SIJames Bottomley2008-10-031-16/+11
| * [SCSI] scsi_dh: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori2008-10-033-5/+0
| * [SCSI] Update the SCSI state model to allow blocking in the created stateJames Bottomley2008-10-033-11/+45
| * [SCSI] add inline functions for recognising created and blocked statesJames Bottomley2008-10-032-8/+9
| * [SCSI] scsi_netlink: Add transport and LLD recieve and event supportJames Smart2008-10-031-8/+515
| * [SCSI] tmscsim: Fixup KERN_INFO in printkNick Warne2008-10-031-2/+2
| * [SCSI] qla2xxx: Remove semaphore.hMatthew Wilcox2008-10-031-1/+0
| * [SCSI] scsi_host_lookup: error returns and NULL pointersJames Smart2008-10-034-10/+10
* | Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-1028-841/+364
|\ \
| * | sg: remove unnecessary blk_rq_unmap_userFUJITA Tomonori2008-10-091-7/+0
| * | sg: remove sg_read_xferFUJITA Tomonori2008-10-091-28/+5
| * | sg: remove sg_write_xferFUJITA Tomonori2008-10-091-32/+0
| * | sg: incorporate sg_build_direct into sg_start_reqFUJITA Tomonori2008-10-091-47/+33
| * | sg: remove __sg_start_reqFUJITA Tomonori2008-10-091-25/+13
| * | sg: remove b_malloc_len in sg_scatter_hold structFUJITA Tomonori2008-10-091-2/+0
| * | sg: remove SG_ALLOW_DIO_CODE defineFUJITA Tomonori2008-10-091-3/+1
| * | sg: rename sg_cmd_done sg_rq_end_ioFUJITA Tomonori2008-10-091-11/+12
| * | block: unify request timeout handlingJens Axboe2008-10-0926-306/+142
| * | SCSI sd driver calls revalidate_disk wrapper.Andrew Patterson2008-10-091-2/+2
| * | sg: set dxferp to NULL for READ with the older SG interfaceFUJITA Tomonori2008-10-091-1/+4
| * | sg: use blk_rq_aligned helper functionFUJITA Tomonori2008-10-091-3/+1
| * | sg: convert the indirect IO path to use the block layerFUJITA Tomonori2008-10-091-292/+105
| * | sg: convert the direct IO path to use the block layerFUJITA Tomonori2008-10-091-146/+27
| * | sg: convert the non-data path to use the block layerFUJITA Tomonori2008-10-091-5/+48
OpenPOWER on IntegriCloud