summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: scsi_debug: Add OPTIMAL TRANSFER LENGTH GRANULARITY option.Lukas Herbolt2017-01-311-1/+9
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne2016-10-261-0/+1
* scsi: sd: Move DIF protection types to t10-pi.hChristoph Hellwig2016-09-151-20/+19
* scsi: scsi_debug: Use struct t10_pi_tuple instead of struct sd_dif_tupleChristoph Hellwig2016-09-151-7/+8
* scsi_debug: fix sleep in invalid contextDouglas Gilbert2016-07-121-27/+66
* scsi_debug: use locally assigned naaDouglas Gilbert2016-05-101-17/+18
* scsi_debug: uuid for lu nameDouglas Gilbert2016-05-101-10/+51
* scsi_debug: vpd and mode page workDouglas Gilbert2016-05-101-79/+108
* scsi_debug: add multiple queue supportDouglas Gilbert2016-05-101-256/+446
* scsi_debug: rework resp_report_lunsDouglas Gilbert2016-05-031-48/+87
* scsi_debug: use pdt constantsDouglas Gilbert2016-05-031-41/+45
* scsi_debug: use likely hints on fast pathDouglas Gilbert2016-04-291-114/+105
* scsi_debug: re-order file scope declarationsDouglas Gilbert2016-04-291-163/+151
* scsi_debug: replace tasklet with work queueDouglas Gilbert2016-04-291-135/+95
* scsi_debug: make jiffy delay name clearerDouglas Gilbert2016-04-291-23/+23
* scsi_debug: replace jiffy timers with hr timersDouglas Gilbert2016-04-291-35/+21
* scsi_debug: ignore host lock optionDouglas Gilbert2016-04-291-37/+7
* scsi_debug: cleanup naming and bit crunchingDouglas Gilbert2016-04-291-637/+525
* scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin2016-04-151-1/+1
* Merge branch 'jejb-scsi' into miscJames Bottomley2016-01-071-4/+5
|\
| * scsi_debug: fix prevent_allow+verify regressionsDouglas Gilbert2015-11-251-4/+5
* | scsi_debug: Increase the reported optimal transfer lengthMartin K. Petersen2015-12-211-2/+2
* | scsi_debug: check for bigger value firstAndy Shevchenko2015-11-301-3/+3
* | scsi: use sector_div instead of do_divArnd Bergmann2015-11-251-2/+2
|/
* scsi_debug: resp_request: remove unused variableTomas Winkler2015-09-061-2/+1
* 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/+3
* scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;Tomas Winkler2015-09-061-7/+6
* scsi_debug: define pr_fmt() for consistent loggingTomas Winkler2015-09-061-65/+53
* drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-06-301-8/+4
* scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-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/+0
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-27/+0
* 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