summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
Commit message (Expand)AuthorAgeFilesLines
* scsi_debug: resp_request: remove unused variableTomas Winkler2015-09-061-2/+1Star
* scsi_debug: fix REPORT LUNS Well Known LUTomas Winkler2015-09-061-2/+3
* scsi_debug: schedule_resp fix input variable checkTomas Winkler2015-09-061-3/+10
* scsi_debug: make dump_sector staticTomas Winkler2015-09-061-1/+1
* scsi_debug: vfree is null safe so drop the checkTomas Winkler2015-09-061-7/+3Star
* scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;Tomas Winkler2015-09-061-7/+6Star
* scsi_debug: define pr_fmt() for consistent loggingTomas Winkler2015-09-061-65/+53Star
* drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-07-011-8/+4Star
* scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-02-111-3/+125
|\
| * scsi_debug: Implement WRITE BUFFER commandEwan D. Milne2015-01-091-3/+71
| * scsi_debug: Add REPORTED LUNS DATA HAS CHANGED Unit AttentionEwan D. Milne2015-01-091-1/+55
* | scsi_debug: test always evaluates to false, || should be used insteadColin Ian King2015-01-221-1/+1
* | scsi_debug: use atomic allocation in resp_rsup_opcodesSasha Levin2015-01-201-1/+1
|/
* scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED caseEwan D. Milne2014-12-151-0/+1
* scsi_debug: take sdebug_host_list_lock when changing capacityEwan D. Milne2014-12-151-0/+2
* scsi_debug: fix compare and write errorsDouglas Gilbert2014-12-151-15/+16
* scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-1/+0Star
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-27/+0Star
* scsi_debug: add Report supported opcodes+tmfs; Compare and writeDouglas Gilbert2014-11-251-19/+307
* scsi_debug: change SCSI command parser to table drivenDouglas Gilbert2014-11-251-558/+833
* scsi_debug: add Capacity Changed Unit AttentionDouglas Gilbert2014-11-251-4/+24
* scsi_debug: append inject error flags onto scsi_cmnd objectDouglas Gilbert2014-11-251-0/+68
* scsi_debug: pinpoint invalid field in sense dataDouglas Gilbert2014-11-251-50/+88
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-2/+2
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-37/+12Star
* scsi_debug: error message should say scsi_host_alloc not scsi_registerFinn Thain2014-11-121-1/+1
* scsi: don't force tagged_supported in driversChristoph Hellwig2014-11-121-1/+0Star
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-5/+2Star
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-8/+1Star
* scsi: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
* scsi_debug: deadlock between completions and surprise module removalDouglas Gilbert2014-09-301-14/+19
* scsi_debug: bump inquiry version to SPC-4, update version descriptorsDouglas Gilbert2014-09-161-7/+7
* scsi_debug: give unit attention and other errors precedence over TSFDouglas Gilbert2014-09-161-34/+33Star
* scsi_debug: scsi_cmnd->cmnd check and casts unnecessaryDouglas Gilbert2014-09-161-11/+11
* scsi_debug: support scsi-mq, queues and locksDouglas Gilbert2014-07-261-417/+1047
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-7/+8
* scsi_debug: allow huge transfer length for read/write commandsAkinobu Mita2014-07-171-3/+3
* scsi_debug: simple short transfer injectionChristoph Hellwig2014-05-191-0/+8
* [SCSI] scsi_debug: add ability to enable clusteringAkinobu Mita2014-03-191-0/+5
* [SCSI] scsi_debug: protect device access with atomic_rw lockAkinobu Mita2014-03-191-2/+10
* [SCSI] scsi_debug: prepare to enable clusteringAkinobu Mita2014-03-191-50/+59
* [SCSI] scsi_debug: fix resp_xdwriteread() return value when running out of me...Akinobu Mita2014-03-191-2/+6
* [SCSI] scsi_debug: fix duplicate dif_errors incrementAkinobu Mita2014-03-191-1/+0Star
* [SCSI] scsi_debug: make pseudo_primary staticAkinobu Mita2014-03-191-1/+1
* [SCSI] scsi_debug: fix false positive logical block reference tag check failAkinobu Mita2014-03-191-3/+1Star
* [SCSI] scsi_debug: simplify creation and destruction of driver attribute filesAkinobu Mita2013-12-161-160/+106Star
* [SCSI] scsi_debug: fix sparse warnings related to data integrity fieldAkinobu Mita2013-10-251-11/+8Star
* [SCSI] scsi_debug: fix invalid value check for guard module parameterAkinobu Mita2013-10-251-3/+3
* [SCSI] scsi_debug: avoid partial copying PI from prot_sglist to dif_storepAkinobu Mita2013-10-251-23/+17Star