aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-19[SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen1-6/+0
2010-11-16SCSI host lock push-downJeff Garzik1-13/+5
2010-09-16[SCSI] Fix VPD inquiry page wrapperMartin K. Petersen1-2/+2
2010-04-30[SCSI] add scsi trace core functions and put trace pointsKei Tokunaga1-0/+6
2010-03-01scsi.c: add missing kernel-doc notation for new VPD parametersRandy Dunlap1-0/+2
2010-01-18[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()James Bottomley1-28/+12
2009-12-04[SCSI] add queue_depth ramp up codeVasu Dev1-2/+8
2009-10-02[SCSI] Fix protection scsi_data_buffer leakMartin K. Petersen1-4/+7
2009-08-22[SCSI] fix bugs in scsi_vpd_inquiry()James Bottomley1-6/+7
2009-06-08[SCSI] fix documentation for two functionsBartlomiej Zolnierkiewicz1-2/+2
2009-04-03[SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2009-03-12[SCSI] Add VPD helperMatthew Wilcox1-0/+104
2009-01-13[SCSI] Skip deleted devices in __scsi_device_lookup_by_target()Hannes Reinecke1-1/+4
2009-01-02[SCSI] remove severly outdated comment in scsi_dispatch_cmdChristoph Hellwig1-4/+0
2008-10-13[SCSI] Add helper code so transport classes/driver can control queueing (v3)Mike Christie1-2/+8
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-6/+7
2008-10-09block: unify request timeout handlingJens Axboe1-75/+17
2008-10-03[SCSI] add inline functions for recognising created and blocked statesJames Bottomley1-6/+7
2008-07-26[SCSI] Support devices with protection informationMartin K. Petersen1-2/+34
2008-07-26[SCSI] fix shared tag map setupMike Christie1-5/+14
2008-06-05[SCSI] make use of the residue valueJames Bottomley1-0/+9
2008-05-02[SCSI] add support for variable length extended commandsBoaz Harrosh1-11/+4
2008-04-29[SCSI] bug fix for free list handlingAlan D. Brunelle1-0/+8
2008-04-21block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori1-1/+1
2008-04-07[SCSI] export command allocation and freeing functions independently of the hostJames Bottomley1-37/+112
2008-04-07[SCSI] consolidate command allocation in a single placeJames Bottomley1-32/+50
2008-04-06scsi: fix sense_slab/bio swapping livelockHugh Dickins1-10/+12
2008-03-04scsi: missing add of padded bytes to io completion byte countJens Axboe1-1/+1
2008-02-07[SCSI] kernel-doc: fix scsi docbookRandy Dunlap1-2/+3
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh1-1/+1
2008-01-23[SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley1-61/+50
2008-01-23[SCSI] use dynamically allocated sense bufferFUJITA Tomonori1-2/+59
2008-01-11[SCSI] fix scsi_setup_command_freelist failure path raceFUJITA Tomonori1-3/+2
2008-01-11[SCSI] docbook and kernel-doc updatesRandy Dunlap1-1/+1
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-87/+96
2008-01-06Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Linus Torvalds1-3/+17
2008-01-02scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Ingo Molnar1-17/+3
2007-12-10esp_scsi: fix reset cleanup spinlock recursionMaciej W. Rozycki1-2/+29
2007-10-12[SCSI] Get rid of scsi_cmnd->doneMatthew Wilcox1-3/+17
2007-10-12[SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox1-5/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-14[SCSI] scsi.c: convert to use the data buffer accessorsBoaz Harrosh1-1/+1
2007-07-14[SCSI] Remove unused method scsi_device_cancelPriyanka Gupta1-46/+0
2007-03-11[SCSI] Make error printing more verboseMartin K. Petersen1-30/+17
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-01-13[SCSI] kill scsi_rety_commandChristoph Hellwig1-21/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-11-25[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori1-17/+26
2006-11-15[SCSI] fix module unload induced compile warningIngo Molnar1-1/+1
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1