summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] remove check for 'resetting'Hannes Reinecke2013-10-251-28/+0
* [SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is setMartin K. Petersen2013-08-021-0/+3
* [SCSI] sd: Update WRITE SAME heuristicsMartin K. Petersen2013-06-261-4/+4
* [SCSI] Add a report opcode helperMartin K. Petersen2012-11-131-0/+45
* [SCSI] async: make async_synchronize_full() flush all work regardless of domainDan Williams2012-07-201-0/+1
* [SCSI] async: introduce 'async_domain' typeDan Williams2012-07-201-1/+2
* [SCSI] Fix sd_probe_domain config problemJames Bottomley2012-06-071-3/+1
* [SCSI] sd: limit the scope of the async probe domainDan Williams2012-05-171-0/+6
* [SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen2012-02-191-6/+0
* 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