aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-18[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley1-16/+73
2010-05-02[SCSI] scsi_debug: virtual_gb ignores sector_sizeDouglas Gilbert1-1/+2
2010-04-30[SCSI] scsi_debug: Block Limits VPD page fixesMartin K. Petersen1-0/+16
2010-04-11[SCSI] scsi_debug: add max_queue + no_uld parametersDouglas Gilbert1-16/+57
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04[SCSI] scsi_debug: fix Thin provisioning supportDouglas Gilbert1-4/+9
2009-12-04[SCSI] scsi_debug: Thin provisioning supportMartin K. Petersen1-3/+335
2009-10-02[SCSI] scsi_debug: Implement support for DIF Type 2Martin K. Petersen1-23/+116
2009-06-21scsi_debug: Add support for physical block exponent and alignmentMartin K. Petersen1-1/+29
2009-05-20[SCSI] scsi_debug: fix virtual disk larger than 1TBFUJITA Tomonori1-1/+1
2009-03-12[SCSI] scsi_debug: DIF/DIX supportMartin K. Petersen1-7/+436
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-6/+6
2008-07-12[SCSI] scsi_debug: add support for rotation speedMatthew Wilcox1-0/+12
2008-07-12[SCSI] scsi_debug: Runtime-configurable sector sizeMartin K. Petersen1-39/+59
2008-04-29block: make queue flags non-atomicNick Piggin1-1/+1
2008-04-07[SCSI] scsi_debug: remove unnecessary function declarationsFUJITA Tomonori1-144/+133
2008-04-07[SCSI] scsi_debug: support large non-fake virtual diskFUJITA Tomonori1-3/+3
2008-04-07[SCSI] scsi_debug: remove the duplicated code in resp_read and resp_writeFUJITA Tomonori1-66/+50
2008-04-07[SCSI] scsi_debug: sweep up sdebug_capacity calculationFUJITA Tomonori1-27/+17
2008-04-07[SCSI] scsi_debug: remove unnecessary sdebug_store_sizeFUJITA Tomonori1-7/+6
2008-04-07[SCSI] scsi_debug: fix lba and data length calculation bugsFUJITA Tomonori1-14/+18
2008-04-07[SCSI] scsi_debug: use scsi_build_sense_bufferFUJITA Tomonori1-13/+5
2008-04-07[SCSI] scsi_debug: remove unnecessary function declarationsFUJITA Tomonori1-274/+233
2008-04-07[SCSI] scsi_debug: use list_for_each_entry_safeFUJITA Tomonori1-10/+6
2008-04-07[SCSI] scsi_debug: remove unnecessary condition test in devInfoRegFUJITA Tomonori1-19/+18
2008-04-07[SCSI] scsi_debug: create new scsi_debug devices at a single placeFUJITA Tomonori1-11/+18
2008-04-07[SCSI] scsi_debug: remove temporary hack around sscanf for negative valuesFUJITA Tomonori1-14/+3
2008-04-07[SCSI] scsi_debug: use sg buffer copy helper functionsFUJITA Tomonori1-66/+13
2008-04-07[SCSI] scsi_debug: use shost_priv macroFUJITA Tomonori1-3/+3
2008-04-07[SCSI] scsi_debug: remove unnecessary checkingFUJITA Tomonori1-3/+0
2008-04-07[SCSI] scsi_debug: remove scsi_debug.hFUJITA Tomonori1-27/+29
2008-04-07[SCSI] scsi_debug: stop including drivers/scsi/scsi.hFUJITA Tomonori1-2/+4
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen1-1/+0
2008-02-18[SCSI] scsi_debug: disable clusteringFUJITA Tomonori1-1/+1
2008-01-30[SCSI] scsi_debug: add XDWRITEREAD_10 supportFUJITA Tomonori1-0/+70
2008-01-30[SCSI] scsi_debug: add bidi data transfer supportFUJITA Tomonori1-11/+10
2008-01-30[SCSI] scsi_debug: add get_data_transfer_info helper functionFUJITA Tomonori1-45/+38
2008-01-11[SCSI] scsi_debug: convert to use the data buffer accessorsBoaz Harrosh1-27/+10
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-2/+2
2007-10-16scsi_debug: support sg chainingJens Axboe1-14/+16
2007-07-19[SCSI] Make scsi_host_template::proc_name const char * instead of char *.Kristian Høgsberg1-1/+1
2007-06-17[SCSI] scsi_debug: correct parameter default textRandy Dunlap1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-01-13[SCSI] scsi_debug: error processingDouglas Gilbert1-9/+33
2006-10-25[SCSI] scsi_debug: support REPORT TARGET PORT GROUPSHannes Reinecke1-14/+127
2006-09-23[SCSI] scsi_debug version 1.80Douglas Gilbert1-41/+189
2006-07-12[SCSI] scsi_debug: must_check fixesRandy Dunlap1-18/+54
2006-07-03Merge ../scsi-misc-2.6James Bottomley1-195/+1028