| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-02-13 | scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -3/+3 |
| 2015-02-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+125 |
| 2015-01-22 | scsi_debug: test always evaluates to false, || should be used instead | Colin Ian King | 1 | -1/+1 |
| 2015-01-20 | scsi_debug: use atomic allocation in resp_rsup_opcodes | Sasha Levin | 1 | -1/+1 |
| 2015-01-09 | scsi_debug: Implement WRITE BUFFER command | Ewan D. Milne | 1 | -3/+71 |
| 2015-01-09 | scsi_debug: Add REPORTED LUNS DATA HAS CHANGED Unit Attention | Ewan D. Milne | 1 | -1/+55 |
| 2014-12-15 | scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED case | Ewan D. Milne | 1 | -0/+1 |
| 2014-12-15 | scsi_debug: take sdebug_host_list_lock when changing capacity | Ewan D. Milne | 1 | -0/+2 |
| 2014-12-15 | scsi_debug: fix compare and write errors | Douglas Gilbert | 1 | -15/+16 |
| 2014-12-04 | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 1 | -1/+0 |
| 2014-12-04 | scsi: remove ->change_queue_type method | Christoph Hellwig | 1 | -27/+0 |
| 2014-11-25 | scsi_debug: add Report supported opcodes+tmfs; Compare and write | Douglas Gilbert | 1 | -19/+307 |
| 2014-11-25 | scsi_debug: change SCSI command parser to table driven | Douglas Gilbert | 1 | -558/+833 |
| 2014-11-25 | scsi_debug: add Capacity Changed Unit Attention | Douglas Gilbert | 1 | -4/+24 |
| 2014-11-25 | scsi_debug: append inject error flags onto scsi_cmnd object | Douglas Gilbert | 1 | -0/+68 |
| 2014-11-25 | scsi_debug: pinpoint invalid field in sense data | Douglas Gilbert | 1 | -50/+88 |
| 2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -2/+2 |
| 2014-11-24 | scsi: avoid ->change_queue_depth indirection for queue full tracking | Christoph Hellwig | 1 | -37/+12 |
| 2014-11-12 | scsi_debug: error message should say scsi_host_alloc not scsi_register | Finn Thain | 1 | -1/+1 |
| 2014-11-12 | scsi: don't force tagged_supported in drivers | Christoph Hellwig | 1 | -1/+0 |
| 2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -5/+2 |
| 2014-11-12 | scsi: provide a generic change_queue_type method | Christoph Hellwig | 1 | -8/+1 |
| 2014-10-14 | scsi: replace strnicmp with strncasecmp | Rasmus Villemoes | 1 | -1/+1 |
| 2014-09-30 | scsi_debug: deadlock between completions and surprise module removal | Douglas Gilbert | 1 | -14/+19 |
| 2014-09-16 | scsi_debug: bump inquiry version to SPC-4, update version descriptors | Douglas Gilbert | 1 | -7/+7 |
| 2014-09-16 | scsi_debug: give unit attention and other errors precedence over TSF | Douglas Gilbert | 1 | -34/+33 |
| 2014-09-16 | scsi_debug: scsi_cmnd->cmnd check and casts unnecessary | Douglas Gilbert | 1 | -11/+11 |
| 2014-07-26 | scsi_debug: support scsi-mq, queues and locks | Douglas Gilbert | 1 | -417/+1047 |
| 2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -7/+8 |
| 2014-07-17 | scsi_debug: allow huge transfer length for read/write commands | Akinobu Mita | 1 | -3/+3 |
| 2014-05-19 | scsi_debug: simple short transfer injection | Christoph Hellwig | 1 | -0/+8 |
| 2014-03-19 | [SCSI] scsi_debug: add ability to enable clustering | Akinobu Mita | 1 | -0/+5 |
| 2014-03-19 | [SCSI] scsi_debug: protect device access with atomic_rw lock | Akinobu Mita | 1 | -2/+10 |
| 2014-03-19 | [SCSI] scsi_debug: prepare to enable clustering | Akinobu Mita | 1 | -50/+59 |
| 2014-03-19 | [SCSI] scsi_debug: fix resp_xdwriteread() return value when running out of me... | Akinobu Mita | 1 | -2/+6 |
| 2014-03-19 | [SCSI] scsi_debug: fix duplicate dif_errors increment | Akinobu Mita | 1 | -1/+0 |
| 2014-03-19 | [SCSI] scsi_debug: make pseudo_primary static | Akinobu Mita | 1 | -1/+1 |
| 2014-03-19 | [SCSI] scsi_debug: fix false positive logical block reference tag check fail | Akinobu Mita | 1 | -3/+1 |
| 2013-12-16 | [SCSI] scsi_debug: simplify creation and destruction of driver attribute files | Akinobu Mita | 1 | -160/+106 |
| 2013-10-25 | [SCSI] scsi_debug: fix sparse warnings related to data integrity field | Akinobu Mita | 1 | -11/+8 |
| 2013-10-25 | [SCSI] scsi_debug: fix invalid value check for guard module parameter | Akinobu Mita | 1 | -3/+3 |
| 2013-10-25 | [SCSI] scsi_debug: avoid partial copying PI from prot_sglist to dif_storep | Akinobu Mita | 1 | -23/+17 |
| 2013-10-25 | [SCSI] scsi_debug: factor out copying PI from dif_storep to prot_sglist | Akinobu Mita | 1 | -23/+29 |
| 2013-10-25 | [SCSI] scsi_debug: fix buffer overrun when DIF/DIX is enabled and virtual_gb > 0 | Akinobu Mita | 1 | -18/+30 |
| 2013-09-03 | [SCSI] scsi_debug: fix logical block provisioning support when unmap_alignmen... | Akinobu Mita | 1 | -2/+8 |
| 2013-09-03 | [SCSI] scsi_debug: fix endianness bug in sdebug_build_parts() | Akinobu Mita | 1 | -2/+2 |
| 2013-07-13 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -104/+70 |
| 2013-07-09 | scsi_debug: fix do_device_access() with wrap around range | Akinobu Mita | 1 | -11/+37 |
| 2013-07-09 | [SCSI] scsi_debug: reduce duplication between prot_verify_read and prot_verif... | Akinobu Mita | 1 | -85/+52 |
| 2013-07-09 | [SCSI] scsi_debug: simplify offset calculation for dif_storep | Akinobu Mita | 1 | -11/+7 |
| 2013-07-09 | [SCSI] scsi_debug: invalidate protection info for unmapped region | Akinobu Mita | 1 | -0/+5 |
| 2013-07-09 | [SCSI] scsi_debug: fix NULL pointer dereference with parameters dif=0 dix=1 | Akinobu Mita | 1 | -1/+1 |
| 2013-07-09 | [SCSI] scsi_debug: fix incorrectly nested kmap_atomic() | Akinobu Mita | 1 | -4/+3 |
| 2013-07-09 | [SCSI] scsi_debug: fix invalid address passed to kunmap_atomic() | Akinobu Mita | 1 | -7/+6 |
| 2013-05-10 | Merge branch 'misc' into for-linus | James Bottomley | 1 | -47/+50 |
| 2013-05-02 | [SCSI] scsi_debug: fix logical block provisioning support | Akinobu Mita | 1 | -40/+41 |
| 2013-05-02 | [SCSI] scsi_debug: clear correct memory region when LBPRZ is enabled | Akinobu Mita | 1 | -2/+3 |
| 2013-05-02 | [SCSI] scsi_debug: prohibit scsi_debug_unmap_granularity == scsi_debug_unmap_... | Akinobu Mita | 1 | -2/+3 |
| 2013-05-02 | [SCSI] scsi_debug: call map_region() and unmap_region() only when needed | Akinobu Mita | 1 | -3/+3 |
| 2013-04-09 | scsi_debug: switch to ->show_info() | Al Viro | 1 | -32/+21 |
| 2012-10-09 | [SCSI] scsi_debug: Fix off-by-one bug when unmapping region | Lukas Czerner | 1 | -1/+1 |
| 2012-09-24 | [SCSI] scsi_debug: Add "removable" parameter | Martin Pitt | 1 | -3/+27 |
| 2012-03-31 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 1 | -7/+20 |
| 2012-03-27 | [SCSI] scsi_debug: Fix incorrect page length in logical block provisioning VPD | Martin K. Petersen | 1 | -2/+2 |
| 2012-03-27 | [SCSI] scsi_debug: add LBPRZ support | Eric Sandeen | 1 | -5/+18 |
| 2012-03-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 1 | -1/+5 |
| 2012-03-20 | scsi: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -12/+12 |
| 2012-02-19 | [SCSI] Handle disk devices which can not process medium access commands | Martin K. Petersen | 1 | -0/+4 |
| 2012-02-19 | [SCSI] scsi_debug: GET LBA STATUS response length correction | Douglas Gilbert | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -82/+110 |
| 2011-03-14 | [SCSI] scsi_debug: add consecutive medium errors | Douglas Gilbert | 1 | -4/+5 |
| 2011-03-14 | [SCSI] scsi_debug: Logical Block Provisioning (SBC3r26) | Martin K. Petersen | 1 | -78/+105 |
| 2011-02-12 | [SCSI] scsi_debug: Fix 32-bit overflow in do_device_access causing memory cor... | Darrick J. Wong | 1 | -1/+1 |
| 2010-12-22 | [SCSI] scsi_debug: set resid to indicate no data-in when medium error | Douglas Gilbert | 1 | -0/+1 |
| 2010-11-16 | SCSI host lock push-down | Jeff Garzik | 1 | -1/+3 |
| 2010-09-16 | [SCSI] scsi_debug: Convert to use root_device_register() and root_device_unre... | Nicholas Bellinger | 1 | -17/+8 |
| 2010-09-09 | [SCSI] scsi_debug: Update thin provisioning support | Martin K. Petersen | 1 | -31/+69 |
| 2010-07-27 | [SCSI] scsi_debug: fix map_region and unmap_region oops | FUJITA Tomonori | 1 | -2/+4 |
| 2010-05-18 | [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6 | James Bottomley | 1 | -16/+73 |
| 2010-05-02 | [SCSI] scsi_debug: virtual_gb ignores sector_size | Douglas Gilbert | 1 | -1/+2 |
| 2010-04-30 | [SCSI] scsi_debug: Block Limits VPD page fixes | Martin K. Petersen | 1 | -0/+16 |
| 2010-04-11 | [SCSI] scsi_debug: add max_queue + no_uld parameters | Douglas Gilbert | 1 | -16/+57 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-12-04 | [SCSI] scsi_debug: fix Thin provisioning support | Douglas Gilbert | 1 | -4/+9 |
| 2009-12-04 | [SCSI] scsi_debug: Thin provisioning support | Martin K. Petersen | 1 | -3/+335 |
| 2009-10-02 | [SCSI] scsi_debug: Implement support for DIF Type 2 | Martin K. Petersen | 1 | -23/+116 |
| 2009-06-21 | scsi_debug: Add support for physical block exponent and alignment | Martin K. Petersen | 1 | -1/+29 |
| 2009-05-20 | [SCSI] scsi_debug: fix virtual disk larger than 1TB | FUJITA Tomonori | 1 | -1/+1 |
| 2009-03-12 | [SCSI] scsi_debug: DIF/DIX support | Martin K. Petersen | 1 | -7/+436 |
| 2009-01-02 | [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
| 2008-07-27 | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 1 | -6/+6 |
| 2008-07-12 | [SCSI] scsi_debug: add support for rotation speed | Matthew Wilcox | 1 | -0/+12 |
| 2008-07-12 | [SCSI] scsi_debug: Runtime-configurable sector size | Martin K. Petersen | 1 | -39/+59 |
| 2008-04-29 | block: make queue flags non-atomic | Nick Piggin | 1 | -1/+1 |
| 2008-04-07 | [SCSI] scsi_debug: remove unnecessary function declarations | FUJITA Tomonori | 1 | -144/+133 |
| 2008-04-07 | [SCSI] scsi_debug: support large non-fake virtual disk | FUJITA Tomonori | 1 | -3/+3 |
| 2008-04-07 | [SCSI] scsi_debug: remove the duplicated code in resp_read and resp_write | FUJITA Tomonori | 1 | -66/+50 |
| 2008-04-07 | [SCSI] scsi_debug: sweep up sdebug_capacity calculation | FUJITA Tomonori | 1 | -27/+17 |
| 2008-04-07 | [SCSI] scsi_debug: remove unnecessary sdebug_store_size | FUJITA Tomonori | 1 | -7/+6 |
| 2008-04-07 | [SCSI] scsi_debug: fix lba and data length calculation bugs | FUJITA Tomonori | 1 | -14/+18 |
| 2008-04-07 | [SCSI] scsi_debug: use scsi_build_sense_buffer | FUJITA Tomonori | 1 | -13/+5 |
| 2008-04-07 | [SCSI] scsi_debug: remove unnecessary function declarations | FUJITA Tomonori | 1 | -274/+233 |
| 2008-04-07 | [SCSI] scsi_debug: use list_for_each_entry_safe | FUJITA Tomonori | 1 | -10/+6 |
| 2008-04-07 | [SCSI] scsi_debug: remove unnecessary condition test in devInfoReg | FUJITA Tomonori | 1 | -19/+18 |
| 2008-04-07 | [SCSI] scsi_debug: create new scsi_debug devices at a single place | FUJITA Tomonori | 1 | -11/+18 |
| 2008-04-07 | [SCSI] scsi_debug: remove temporary hack around sscanf for negative values | FUJITA Tomonori | 1 | -14/+3 |
| 2008-04-07 | [SCSI] scsi_debug: use sg buffer copy helper functions | FUJITA Tomonori | 1 | -66/+13 |
| 2008-04-07 | [SCSI] scsi_debug: use shost_priv macro | FUJITA Tomonori | 1 | -3/+3 |
| 2008-04-07 | [SCSI] scsi_debug: remove unnecessary checking | FUJITA Tomonori | 1 | -3/+0 |
| 2008-04-07 | [SCSI] scsi_debug: remove scsi_debug.h | FUJITA Tomonori | 1 | -27/+29 |
| 2008-04-07 | [SCSI] scsi_debug: stop including drivers/scsi/scsi.h | FUJITA Tomonori | 1 | -2/+4 |
| 2008-04-07 | [SCSI] Remove random noop unchecked_isa_dma users | Andi Kleen | 1 | -1/+0 |
| 2008-02-18 | [SCSI] scsi_debug: disable clustering | FUJITA Tomonori | 1 | -1/+1 |
| 2008-01-30 | [SCSI] scsi_debug: add XDWRITEREAD_10 support | FUJITA Tomonori | 1 | -0/+70 |
| 2008-01-30 | [SCSI] scsi_debug: add bidi data transfer support | FUJITA Tomonori | 1 | -11/+10 |
| 2008-01-30 | [SCSI] scsi_debug: add get_data_transfer_info helper function | FUJITA Tomonori | 1 | -45/+38 |
| 2008-01-11 | [SCSI] scsi_debug: convert to use the data buffer accessors | Boaz Harrosh | 1 | -27/+10 |
| 2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -2/+2 |
| 2007-10-16 | scsi_debug: support sg chaining | Jens Axboe | 1 | -14/+16 |
| 2007-07-19 | [SCSI] Make scsi_host_template::proc_name const char * instead of char *. | Kristian Høgsberg | 1 | -1/+1 |
| 2007-06-17 | [SCSI] scsi_debug: correct parameter default text | Randy Dunlap | 1 | -1/+1 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2007-01-13 | [SCSI] scsi_debug: error processing | Douglas Gilbert | 1 | -9/+33 |
| 2006-10-25 | [SCSI] scsi_debug: support REPORT TARGET PORT GROUPS | Hannes Reinecke | 1 | -14/+127 |
| 2006-09-23 | [SCSI] scsi_debug version 1.80 | Douglas Gilbert | 1 | -41/+189 |
| 2006-07-12 | [SCSI] scsi_debug: must_check fixes | Randy Dunlap | 1 | -18/+54 |
| 2006-07-03 | Merge ../scsi-misc-2.6 | James Bottomley | 1 | -195/+1028 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-26 | [SCSI] scsi_debug version 1.79 | Douglas Gilbert | 1 | -195/+1028 |
| 2006-02-27 | [SCSI] SCSI core kmalloc2kzalloc | Jes Sorensen | 1 | -6/+3 |
| 2006-01-13 | [PATCH] Add Pseudo LLD bus_type probe and remove methods | Russell King | 1 | -2/+2 |
| 2005-11-10 | Merge by hand (whitespace conflicts in libata.h) | James Bottomley | 1 | -4/+0 |
| 2005-11-09 | [SCSI] remove Scsi_Host_Template typedef | Christoph Hellwig | 1 | -1/+1 |
| 2005-11-09 | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 1 | -4/+0 |
| 2005-10-28 | [SCSI] use scmd_id(), scmd_channel() throughout code | Jeff Garzik | 1 | -1/+1 |
| 2005-10-28 | [SCSI] use {sdev,scmd,starget,shost}_printk in generic code | Jeff Garzik | 1 | -9/+6 |
| 2005-06-24 | [PATCH] make various thing static | Adrian Bunk | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1976 |