summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
AgeCommit message (Expand)AuthorLines
2008-04-29block: make queue flags non-atomicNick Piggin-1/+1
2008-04-07[SCSI] scsi_debug: remove unnecessary function declarationsFUJITA Tomonori-144/+133
2008-04-07[SCSI] scsi_debug: support large non-fake virtual diskFUJITA Tomonori-3/+3
2008-04-07[SCSI] scsi_debug: remove the duplicated code in resp_read and resp_writeFUJITA Tomonori-66/+50
2008-04-07[SCSI] scsi_debug: sweep up sdebug_capacity calculationFUJITA Tomonori-27/+17
2008-04-07[SCSI] scsi_debug: remove unnecessary sdebug_store_sizeFUJITA Tomonori-7/+6
2008-04-07[SCSI] scsi_debug: fix lba and data length calculation bugsFUJITA Tomonori-14/+18
2008-04-07[SCSI] scsi_debug: use scsi_build_sense_bufferFUJITA Tomonori-13/+5
2008-04-07[SCSI] scsi_debug: remove unnecessary function declarationsFUJITA Tomonori-274/+233
2008-04-07[SCSI] scsi_debug: use list_for_each_entry_safeFUJITA Tomonori-10/+6
2008-04-07[SCSI] scsi_debug: remove unnecessary condition test in devInfoRegFUJITA Tomonori-19/+18
2008-04-07[SCSI] scsi_debug: create new scsi_debug devices at a single placeFUJITA Tomonori-11/+18
2008-04-07[SCSI] scsi_debug: remove temporary hack around sscanf for negative valuesFUJITA Tomonori-14/+3
2008-04-07[SCSI] scsi_debug: use sg buffer copy helper functionsFUJITA Tomonori-66/+13
2008-04-07[SCSI] scsi_debug: use shost_priv macroFUJITA Tomonori-3/+3
2008-04-07[SCSI] scsi_debug: remove unnecessary checkingFUJITA Tomonori-3/+0
2008-04-07[SCSI] scsi_debug: remove scsi_debug.hFUJITA Tomonori-27/+29
2008-04-07[SCSI] scsi_debug: stop including drivers/scsi/scsi.hFUJITA Tomonori-2/+4
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen-1/+0
2008-02-18[SCSI] scsi_debug: disable clusteringFUJITA Tomonori-1/+1
2008-01-30[SCSI] scsi_debug: add XDWRITEREAD_10 supportFUJITA Tomonori-0/+70
2008-01-30[SCSI] scsi_debug: add bidi data transfer supportFUJITA Tomonori-11/+10
2008-01-30[SCSI] scsi_debug: add get_data_transfer_info helper functionFUJITA Tomonori-45/+38
2008-01-11[SCSI] scsi_debug: convert to use the data buffer accessorsBoaz Harrosh-27/+10
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-2/+2
2007-10-16scsi_debug: support sg chainingJens Axboe-14/+16
2007-07-19[SCSI] Make scsi_host_template::proc_name const char * instead of char *.Kristian Høgsberg-1/+1
2007-06-17[SCSI] scsi_debug: correct parameter default textRandy Dunlap-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-01-13[SCSI] scsi_debug: error processingDouglas Gilbert-9/+33
2006-10-25[SCSI] scsi_debug: support REPORT TARGET PORT GROUPSHannes Reinecke-14/+127
2006-09-23[SCSI] scsi_debug version 1.80Douglas Gilbert-41/+189
2006-07-12[SCSI] scsi_debug: must_check fixesRandy Dunlap-18/+54
2006-07-03Merge ../scsi-misc-2.6James Bottomley-195/+1028
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-26[SCSI] scsi_debug version 1.79Douglas Gilbert-195/+1028
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen-6/+3
2006-01-13[PATCH] Add Pseudo LLD bus_type probe and remove methodsRussell King-2/+2
2005-11-10Merge by hand (whitespace conflicts in libata.h)James Bottomley-4/+0
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig-1/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering-4/+0
2005-10-28[SCSI] use scmd_id(), scmd_channel() throughout codeJeff Garzik-1/+1
2005-10-28[SCSI] use {sdev,scmd,starget,shost}_printk in generic codeJeff Garzik-9/+6
2005-06-24[PATCH] make various thing staticAdrian Bunk-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1976