Age | Commit message (Expand) | Author | Files | Lines |
2016-01-08 | Merge branch 'jejb-scsi' into misc | James Bottomley | 1 | -4/+5 |
2015-12-22 | scsi_debug: Increase the reported optimal transfer length | Martin K. Petersen | 1 | -2/+2 |
2015-11-30 | scsi_debug: check for bigger value first | Andy Shevchenko | 1 | -3/+3 |
2015-11-26 | scsi: use sector_div instead of do_div | Arnd Bergmann | 1 | -2/+2 |
2015-11-26 | scsi_debug: fix prevent_allow+verify regressions | Douglas Gilbert | 1 | -4/+5 |
2015-09-06 | scsi_debug: resp_request: remove unused variable | Tomas Winkler | 1 | -2/+1 |
2015-09-06 | scsi_debug: fix REPORT LUNS Well Known LU | Tomas Winkler | 1 | -2/+3 |
2015-09-06 | scsi_debug: schedule_resp fix input variable check | Tomas Winkler | 1 | -3/+10 |
2015-09-06 | scsi_debug: make dump_sector static | Tomas Winkler | 1 | -1/+1 |
2015-09-06 | scsi_debug: vfree is null safe so drop the check | Tomas Winkler | 1 | -7/+3 |
2015-09-06 | scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS; | Tomas Winkler | 1 | -7/+6 |
2015-09-06 | scsi_debug: define pr_fmt() for consistent logging | Tomas Winkler | 1 | -65/+53 |
2015-07-01 | drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue | Dave Gordon | 1 | -8/+4 |
2015-02-14 | 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-18 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -7/+8 |
2014-07-18 | 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-20 | [SCSI] scsi_debug: add ability to enable clustering | Akinobu Mita | 1 | -0/+5 |
2014-03-20 | [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 |