| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: don't force tagged_supported in drivers | Christoph Hellwig | 2014-11-12 | 1 | -1/+0 |
* | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -5/+2 |
* | scsi: provide a generic change_queue_type method | Christoph Hellwig | 2014-11-12 | 1 | -8/+1 |
* | scsi: replace strnicmp with strncasecmp | Rasmus Villemoes | 2014-10-14 | 1 | -1/+1 |
* | scsi_debug: deadlock between completions and surprise module removal | Douglas Gilbert | 2014-09-30 | 1 | -14/+19 |
* | scsi_debug: bump inquiry version to SPC-4, update version descriptors | Douglas Gilbert | 2014-09-16 | 1 | -7/+7 |
* | scsi_debug: give unit attention and other errors precedence over TSF | Douglas Gilbert | 2014-09-16 | 1 | -34/+33 |
* | scsi_debug: scsi_cmnd->cmnd check and casts unnecessary | Douglas Gilbert | 2014-09-16 | 1 | -11/+11 |
* | scsi_debug: support scsi-mq, queues and locks | Douglas Gilbert | 2014-07-26 | 1 | -417/+1047 |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -7/+8 |
* | scsi_debug: allow huge transfer length for read/write commands | Akinobu Mita | 2014-07-17 | 1 | -3/+3 |
* | scsi_debug: simple short transfer injection | Christoph Hellwig | 2014-05-19 | 1 | -0/+8 |
* | [SCSI] scsi_debug: add ability to enable clustering | Akinobu Mita | 2014-03-19 | 1 | -0/+5 |
* | [SCSI] scsi_debug: protect device access with atomic_rw lock | Akinobu Mita | 2014-03-19 | 1 | -2/+10 |
* | [SCSI] scsi_debug: prepare to enable clustering | Akinobu Mita | 2014-03-19 | 1 | -50/+59 |
* | [SCSI] scsi_debug: fix resp_xdwriteread() return value when running out of me... | Akinobu Mita | 2014-03-19 | 1 | -2/+6 |
* | [SCSI] scsi_debug: fix duplicate dif_errors increment | Akinobu Mita | 2014-03-19 | 1 | -1/+0 |
* | [SCSI] scsi_debug: make pseudo_primary static | Akinobu Mita | 2014-03-19 | 1 | -1/+1 |
* | [SCSI] scsi_debug: fix false positive logical block reference tag check fail | Akinobu Mita | 2014-03-19 | 1 | -3/+1 |
* | [SCSI] scsi_debug: simplify creation and destruction of driver attribute files | Akinobu Mita | 2013-12-16 | 1 | -160/+106 |
* | [SCSI] scsi_debug: fix sparse warnings related to data integrity field | Akinobu Mita | 2013-10-25 | 1 | -11/+8 |
* | [SCSI] scsi_debug: fix invalid value check for guard module parameter | Akinobu Mita | 2013-10-25 | 1 | -3/+3 |
* | [SCSI] scsi_debug: avoid partial copying PI from prot_sglist to dif_storep | Akinobu Mita | 2013-10-25 | 1 | -23/+17 |
* | [SCSI] scsi_debug: factor out copying PI from dif_storep to prot_sglist | Akinobu Mita | 2013-10-25 | 1 | -23/+29 |
* | [SCSI] scsi_debug: fix buffer overrun when DIF/DIX is enabled and virtual_gb > 0 | Akinobu Mita | 2013-10-25 | 1 | -18/+30 |
* | [SCSI] scsi_debug: fix logical block provisioning support when unmap_alignmen... | Akinobu Mita | 2013-09-03 | 1 | -2/+8 |
* | [SCSI] scsi_debug: fix endianness bug in sdebug_build_parts() | Akinobu Mita | 2013-09-03 | 1 | -2/+2 |
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2013-07-13 | 1 | -104/+70 |
|\ |
|
| * | [SCSI] scsi_debug: reduce duplication between prot_verify_read and prot_verif... | Akinobu Mita | 2013-07-09 | 1 | -85/+52 |
| * | [SCSI] scsi_debug: simplify offset calculation for dif_storep | Akinobu Mita | 2013-07-09 | 1 | -11/+7 |
| * | [SCSI] scsi_debug: invalidate protection info for unmapped region | Akinobu Mita | 2013-07-09 | 1 | -0/+5 |
| * | [SCSI] scsi_debug: fix NULL pointer dereference with parameters dif=0 dix=1 | Akinobu Mita | 2013-07-09 | 1 | -1/+1 |
| * | [SCSI] scsi_debug: fix incorrectly nested kmap_atomic() | Akinobu Mita | 2013-07-09 | 1 | -4/+3 |
| * | [SCSI] scsi_debug: fix invalid address passed to kunmap_atomic() | Akinobu Mita | 2013-07-09 | 1 | -7/+6 |
* | | scsi_debug: fix do_device_access() with wrap around range | Akinobu Mita | 2013-07-09 | 1 | -11/+37 |
|/ |
|
* | Merge branch 'misc' into for-linus | James Bottomley | 2013-05-10 | 1 | -47/+50 |
|\ |
|
| * | [SCSI] scsi_debug: fix logical block provisioning support | Akinobu Mita | 2013-05-02 | 1 | -40/+41 |
| * | [SCSI] scsi_debug: clear correct memory region when LBPRZ is enabled | Akinobu Mita | 2013-05-02 | 1 | -2/+3 |
| * | [SCSI] scsi_debug: prohibit scsi_debug_unmap_granularity == scsi_debug_unmap_... | Akinobu Mita | 2013-05-02 | 1 | -2/+3 |
| * | [SCSI] scsi_debug: call map_region() and unmap_region() only when needed | Akinobu Mita | 2013-05-02 | 1 | -3/+3 |
* | | scsi_debug: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -32/+21 |
|/ |
|
* | [SCSI] scsi_debug: Fix off-by-one bug when unmapping region | Lukas Czerner | 2012-10-09 | 1 | -1/+1 |
* | [SCSI] scsi_debug: Add "removable" parameter | Martin Pitt | 2012-09-24 | 1 | -3/+27 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 2012-03-31 | 1 | -7/+20 |
|\ |
|
| * | [SCSI] scsi_debug: Fix incorrect page length in logical block provisioning VPD | Martin K. Petersen | 2012-03-27 | 1 | -2/+2 |
| * | [SCSI] scsi_debug: add LBPRZ support | Eric Sandeen | 2012-03-27 | 1 | -5/+18 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 2012-03-22 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | [SCSI] Handle disk devices which can not process medium access commands | Martin K. Petersen | 2012-02-19 | 1 | -0/+4 |
| * | [SCSI] scsi_debug: GET LBA STATUS response length correction | Douglas Gilbert | 2012-02-19 | 1 | -1/+1 |
* | | scsi: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -12/+12 |
|/ |
|