aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* SCSI host lock push-downJeff Garzik2010-11-161-13/+5
* [SCSI] Fix VPD inquiry page wrapperMartin K. Petersen2010-09-161-2/+2
* [SCSI] add scsi trace core functions and put trace pointsKei Tokunaga2010-04-301-0/+6
* scsi.c: add missing kernel-doc notation for new VPD parametersRandy Dunlap2010-03-011-0/+2
* [SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()James Bottomley2010-01-181-28/+12
* [SCSI] add queue_depth ramp up codeVasu Dev2009-12-041-2/+8
* [SCSI] Fix protection scsi_data_buffer leakMartin K. Petersen2009-10-021-4/+7
* [SCSI] fix bugs in scsi_vpd_inquiry()James Bottomley2009-08-221-6/+7
* [SCSI] fix documentation for two functionsBartlomiej Zolnierkiewicz2009-06-081-2/+2
* [SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-031-3/+1
* [SCSI] Add VPD helperMatthew Wilcox2009-03-121-0/+104
* [SCSI] Skip deleted devices in __scsi_device_lookup_by_target()Hannes Reinecke2009-01-131-1/+4
* [SCSI] remove severly outdated comment in scsi_dispatch_cmdChristoph Hellwig2009-01-021-4/+0
* [SCSI] Add helper code so transport classes/driver can control queueing (v3)Mike Christie2008-10-131-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-101-6/+7
|\
| * [SCSI] add inline functions for recognising created and blocked statesJames Bottomley2008-10-031-6/+7
* | block: unify request timeout handlingJens Axboe2008-10-091-75/+17
|/
* [SCSI] Support devices with protection informationMartin K. Petersen2008-07-261-2/+34
* [SCSI] fix shared tag map setupMike Christie2008-07-261-5/+14
* [SCSI] make use of the residue valueJames Bottomley2008-06-051-0/+9
* [SCSI] add support for variable length extended commandsBoaz Harrosh2008-05-021-11/+4
* [SCSI] bug fix for free list handlingAlan D. Brunelle2008-04-291-0/+8
* block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori2008-04-211-1/+1
* [SCSI] export command allocation and freeing functions independently of the hostJames Bottomley2008-04-071-37/+112
* [SCSI] consolidate command allocation in a single placeJames Bottomley2008-04-071-32/+50
* scsi: fix sense_slab/bio swapping livelockHugh Dickins2008-04-061-10/+12
* scsi: missing add of padded bytes to io completion byte countJens Axboe2008-03-041-1/+1
* [SCSI] kernel-doc: fix scsi docbookRandy Dunlap2008-02-071-2/+3
* [SCSI] implement scsi_data_bufferBoaz Harrosh2008-01-301-1/+1
* [SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley2008-01-231-61/+50
* [SCSI] use dynamically allocated sense bufferFUJITA Tomonori2008-01-231-2/+59
* [SCSI] fix scsi_setup_command_freelist failure path raceFUJITA Tomonori2008-01-111-3/+2
* [SCSI] docbook and kernel-doc updatesRandy Dunlap2008-01-111-1/+1
* [SCSI] Add Documentation and integrate into docbook buildRob Landley2008-01-111-87/+96
* Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Linus Torvalds2008-01-061-3/+17
* scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Ingo Molnar2008-01-021-17/+3
* esp_scsi: fix reset cleanup spinlock recursionMaciej W. Rozycki2007-12-101-2/+29
* [SCSI] Get rid of scsi_cmnd->doneMatthew Wilcox2007-10-121-3/+17
* [SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox2007-10-121-5/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [SCSI] scsi.c: convert to use the data buffer accessorsBoaz Harrosh2007-07-141-1/+1
* [SCSI] Remove unused method scsi_device_cancelPriyanka Gupta2007-07-141-46/+0
* [SCSI] Make error printing more verboseMartin K. Petersen2007-03-111-30/+17
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [SCSI] kill scsi_rety_commandChristoph Hellwig2007-01-131-21/+0
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori2006-11-251-17/+26
* [SCSI] fix module unload induced compile warningIngo Molnar2006-11-151-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-10-041-1/+1
|\
| * [SCSI] fix scsi_device_types overrun in scsi.cEric Sesterhenn2006-10-011-1/+1