aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley1-4/+5
2015-12-21scsi_debug: Increase the reported optimal transfer lengthMartin K. Petersen1-2/+2
2015-11-30scsi_debug: check for bigger value firstAndy Shevchenko1-3/+3
2015-11-25scsi: use sector_div instead of do_divArnd Bergmann1-2/+2
2015-11-25scsi_debug: fix prevent_allow+verify regressionsDouglas Gilbert1-4/+5
2015-09-06scsi_debug: resp_request: remove unused variableTomas Winkler1-2/+1
2015-09-06scsi_debug: fix REPORT LUNS Well Known LUTomas Winkler1-2/+3
2015-09-06scsi_debug: schedule_resp fix input variable checkTomas Winkler1-3/+10
2015-09-06scsi_debug: make dump_sector staticTomas Winkler1-1/+1
2015-09-06scsi_debug: vfree is null safe so drop the checkTomas Winkler1-7/+3
2015-09-06scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;Tomas Winkler1-7/+6
2015-09-06scsi_debug: define pr_fmt() for consistent loggingTomas Winkler1-65/+53
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon1-8/+4
2015-02-13scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+3
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+125
2015-01-22scsi_debug: test always evaluates to false, || should be used insteadColin Ian King1-1/+1
2015-01-20scsi_debug: use atomic allocation in resp_rsup_opcodesSasha Levin1-1/+1
2015-01-09scsi_debug: Implement WRITE BUFFER commandEwan D. Milne1-3/+71
2015-01-09scsi_debug: Add REPORTED LUNS DATA HAS CHANGED Unit AttentionEwan D. Milne1-1/+55
2014-12-15scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED caseEwan D. Milne1-0/+1
2014-12-15scsi_debug: take sdebug_host_list_lock when changing capacityEwan D. Milne1-0/+2
2014-12-15scsi_debug: fix compare and write errorsDouglas Gilbert1-15/+16
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-1/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-27/+0
2014-11-25scsi_debug: add Report supported opcodes+tmfs; Compare and writeDouglas Gilbert1-19/+307
2014-11-25scsi_debug: change SCSI command parser to table drivenDouglas Gilbert1-558/+833
2014-11-25scsi_debug: add Capacity Changed Unit AttentionDouglas Gilbert1-4/+24
2014-11-25scsi_debug: append inject error flags onto scsi_cmnd objectDouglas Gilbert1-0/+68
2014-11-25scsi_debug: pinpoint invalid field in sense dataDouglas Gilbert1-50/+88
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-2/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-37/+12
2014-11-12scsi_debug: error message should say scsi_host_alloc not scsi_registerFinn Thain1-1/+1
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig1-1/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-5/+2
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-8/+1
2014-10-14scsi: replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2014-09-30scsi_debug: deadlock between completions and surprise module removalDouglas Gilbert1-14/+19
2014-09-16scsi_debug: bump inquiry version to SPC-4, update version descriptorsDouglas Gilbert1-7/+7
2014-09-16scsi_debug: give unit attention and other errors precedence over TSFDouglas Gilbert1-34/+33
2014-09-16scsi_debug: scsi_cmnd->cmnd check and casts unnecessaryDouglas Gilbert1-11/+11
2014-07-26scsi_debug: support scsi-mq, queues and locksDouglas Gilbert1-417/+1047
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-7/+8
2014-07-17scsi_debug: allow huge transfer length for read/write commandsAkinobu Mita1-3/+3
2014-05-19scsi_debug: simple short transfer injectionChristoph Hellwig1-0/+8
2014-03-19[SCSI] scsi_debug: add ability to enable clusteringAkinobu Mita1-0/+5
2014-03-19[SCSI] scsi_debug: protect device access with atomic_rw lockAkinobu Mita1-2/+10
2014-03-19[SCSI] scsi_debug: prepare to enable clusteringAkinobu Mita1-50/+59
2014-03-19[SCSI] scsi_debug: fix resp_xdwriteread() return value when running out of memoryAkinobu Mita1-2/+6
2014-03-19[SCSI] scsi_debug: fix duplicate dif_errors incrementAkinobu Mita1-1/+0
2014-03-19[SCSI] scsi_debug: make pseudo_primary staticAkinobu Mita1-1/+1