summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] scsi_debug: fix logical block provisioning support when unmap_alignmen...Akinobu Mita2013-09-031-2/+8
* [SCSI] scsi_debug: fix endianness bug in sdebug_build_parts()Akinobu Mita2013-09-031-2/+2
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-07-131-104/+70
|\
| * [SCSI] scsi_debug: reduce duplication between prot_verify_read and prot_verif...Akinobu Mita2013-07-091-85/+52
| * [SCSI] scsi_debug: simplify offset calculation for dif_storepAkinobu Mita2013-07-091-11/+7
| * [SCSI] scsi_debug: invalidate protection info for unmapped regionAkinobu Mita2013-07-091-0/+5
| * [SCSI] scsi_debug: fix NULL pointer dereference with parameters dif=0 dix=1Akinobu Mita2013-07-091-1/+1
| * [SCSI] scsi_debug: fix incorrectly nested kmap_atomic()Akinobu Mita2013-07-091-4/+3
| * [SCSI] scsi_debug: fix invalid address passed to kunmap_atomic()Akinobu Mita2013-07-091-7/+6
* | scsi_debug: fix do_device_access() with wrap around rangeAkinobu Mita2013-07-091-11/+37
|/
* Merge branch 'misc' into for-linusJames Bottomley2013-05-101-47/+50
|\
| * [SCSI] scsi_debug: fix logical block provisioning supportAkinobu Mita2013-05-021-40/+41
| * [SCSI] scsi_debug: clear correct memory region when LBPRZ is enabledAkinobu Mita2013-05-021-2/+3
| * [SCSI] scsi_debug: prohibit scsi_debug_unmap_granularity == scsi_debug_unmap_...Akinobu Mita2013-05-021-2/+3
| * [SCSI] scsi_debug: call map_region() and unmap_region() only when neededAkinobu Mita2013-05-021-3/+3
* | scsi_debug: switch to ->show_info()Al Viro2013-04-091-32/+21
|/
* [SCSI] scsi_debug: Fix off-by-one bug when unmapping regionLukas Czerner2012-10-091-1/+1
* [SCSI] scsi_debug: Add "removable" parameterMartin Pitt2012-09-241-3/+27
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-311-7/+20
|\
| * [SCSI] scsi_debug: Fix incorrect page length in logical block provisioning VPDMartin K. Petersen2012-03-271-2/+2
| * [SCSI] scsi_debug: add LBPRZ supportEric Sandeen2012-03-271-5/+18
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-221-1/+5
|\|
| * [SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen2012-02-191-0/+4
| * [SCSI] scsi_debug: GET LBA STATUS response length correctionDouglas Gilbert2012-02-191-1/+1
* | scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-12/+12
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-82/+110
|\
| * [SCSI] scsi_debug: add consecutive medium errorsDouglas Gilbert2011-03-141-4/+5
| * [SCSI] scsi_debug: Logical Block Provisioning (SBC3r26)Martin K. Petersen2011-03-141-78/+105
* | [SCSI] scsi_debug: Fix 32-bit overflow in do_device_access causing memory cor...Darrick J. Wong2011-02-121-1/+1
|/
* [SCSI] scsi_debug: set resid to indicate no data-in when medium errorDouglas Gilbert2010-12-221-0/+1
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* [SCSI] scsi_debug: Convert to use root_device_register() and root_device_unre...Nicholas Bellinger2010-09-161-17/+8
* [SCSI] scsi_debug: Update thin provisioning supportMartin K. Petersen2010-09-091-31/+69
* [SCSI] scsi_debug: fix map_region and unmap_region oopsFUJITA Tomonori2010-07-271-2/+4
* [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley2010-05-181-16/+73
|\
| * [SCSI] scsi_debug: Block Limits VPD page fixesMartin K. Petersen2010-04-301-0/+16
| * [SCSI] scsi_debug: add max_queue + no_uld parametersDouglas Gilbert2010-04-111-16/+57
* | [SCSI] scsi_debug: virtual_gb ignores sector_sizeDouglas Gilbert2010-05-021-1/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] scsi_debug: fix Thin provisioning supportDouglas Gilbert2009-12-041-4/+9
* [SCSI] scsi_debug: Thin provisioning supportMartin K. Petersen2009-12-041-3/+335
* [SCSI] scsi_debug: Implement support for DIF Type 2Martin K. Petersen2009-10-021-23/+116
* scsi_debug: Add support for physical block exponent and alignmentMartin K. Petersen2009-06-211-1/+29
* [SCSI] scsi_debug: fix virtual disk larger than 1TBFUJITA Tomonori2009-05-201-1/+1
* [SCSI] scsi_debug: DIF/DIX supportMartin K. Petersen2009-03-121-7/+436
* [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-2/+2
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-6/+6
* [SCSI] scsi_debug: add support for rotation speedMatthew Wilcox2008-07-121-0/+12
* [SCSI] scsi_debug: Runtime-configurable sector sizeMartin K. Petersen2008-07-121-39/+59