aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_debug.c
AgeCommit message (Expand)Author
2013-05-10Merge branch 'misc' into for-linusJames Bottomley
2013-05-02[SCSI] scsi_debug: fix logical block provisioning supportAkinobu Mita
2013-05-02[SCSI] scsi_debug: clear correct memory region when LBPRZ is enabledAkinobu Mita
2013-05-02[SCSI] scsi_debug: prohibit scsi_debug_unmap_granularity == scsi_debug_unmap_...Akinobu Mita
2013-05-02[SCSI] scsi_debug: call map_region() and unmap_region() only when neededAkinobu Mita
2013-04-09scsi_debug: switch to ->show_info()Al Viro
2012-10-09[SCSI] scsi_debug: Fix off-by-one bug when unmapping regionLukas Czerner
2012-09-24[SCSI] scsi_debug: Add "removable" parameterMartin Pitt
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds
2012-03-27[SCSI] scsi_debug: Fix incorrect page length in logical block provisioning VPDMartin K. Petersen
2012-03-27[SCSI] scsi_debug: add LBPRZ supportEric Sandeen
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-19[SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen
2012-02-19[SCSI] scsi_debug: GET LBA STATUS response length correctionDouglas Gilbert
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-03-14[SCSI] scsi_debug: add consecutive medium errorsDouglas Gilbert
2011-03-14[SCSI] scsi_debug: Logical Block Provisioning (SBC3r26)Martin K. Petersen
2011-02-12[SCSI] scsi_debug: Fix 32-bit overflow in do_device_access causing memory cor...Darrick J. Wong
2010-12-22[SCSI] scsi_debug: set resid to indicate no data-in when medium errorDouglas Gilbert
2010-11-16SCSI host lock push-downJeff Garzik
2010-09-16[SCSI] scsi_debug: Convert to use root_device_register() and root_device_unre...Nicholas Bellinger
2010-09-09[SCSI] scsi_debug: Update thin provisioning supportMartin K. Petersen
2010-07-27[SCSI] scsi_debug: fix map_region and unmap_region oopsFUJITA Tomonori
2010-05-18[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley
2010-05-02[SCSI] scsi_debug: virtual_gb ignores sector_sizeDouglas Gilbert
2010-04-30[SCSI] scsi_debug: Block Limits VPD page fixesMartin K. Petersen
2010-04-11[SCSI] scsi_debug: add max_queue + no_uld parametersDouglas Gilbert
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-04[SCSI] scsi_debug: fix Thin provisioning supportDouglas Gilbert
2009-12-04[SCSI] scsi_debug: Thin provisioning supportMartin K. Petersen
2009-10-02[SCSI] scsi_debug: Implement support for DIF Type 2Martin K. Petersen
2009-06-21scsi_debug: Add support for physical block exponent and alignmentMartin K. Petersen
2009-05-20[SCSI] scsi_debug: fix virtual disk larger than 1TBFUJITA Tomonori
2009-03-12[SCSI] scsi_debug: DIF/DIX supportMartin K. Petersen
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison
2008-07-12[SCSI] scsi_debug: add support for rotation speedMatthew Wilcox
2008-07-12[SCSI] scsi_debug: Runtime-configurable sector sizeMartin K. Petersen
2008-04-29block: make queue flags non-atomicNick Piggin
2008-04-07[SCSI] scsi_debug: remove unnecessary function declarationsFUJITA Tomonori
2008-04-07[SCSI] scsi_debug: support large non-fake virtual diskFUJITA Tomonori
2008-04-07[SCSI] scsi_debug: remove the duplicated code in resp_read and resp_writeFUJITA Tomonori
2008-04-07[SCSI] scsi_debug: sweep up sdebug_capacity calculationFUJITA Tomonori
2008-04-07[SCSI] scsi_debug: remove unnecessary sdebug_store_sizeFUJITA Tomonori
2008-04-07[SCSI] scsi_debug: fix lba and data length calculation bugsFUJITA Tomonori
2008-04-07[SCSI] scsi_debug: use scsi_build_sense_bufferFUJITA Tomonori
2008-04-07[SCSI] scsi_debug: remove unnecessary function declarationsFUJITA Tomonori
2008-04-07[SCSI] scsi_debug: use list_for_each_entry_safeFUJITA Tomonori