summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_debug.c
AgeCommit message (Expand)Author
2020-01-04scsi: scsi_debug: num_tgts must be >= 0Maurizio Lombardi
2017-12-20scsi: scsi_debug: write_same: fix error reportDouglas Gilbert
2016-10-26scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne
2016-09-15scsi: sd: Move DIF protection types to t10-pi.hChristoph Hellwig
2016-09-15scsi: scsi_debug: Use struct t10_pi_tuple instead of struct sd_dif_tupleChristoph Hellwig
2016-07-12scsi_debug: fix sleep in invalid contextDouglas Gilbert
2016-05-10scsi_debug: use locally assigned naaDouglas Gilbert
2016-05-10scsi_debug: uuid for lu nameDouglas Gilbert
2016-05-10scsi_debug: vpd and mode page workDouglas Gilbert
2016-05-10scsi_debug: add multiple queue supportDouglas Gilbert
2016-05-03scsi_debug: rework resp_report_lunsDouglas Gilbert
2016-05-03scsi_debug: use pdt constantsDouglas Gilbert
2016-04-29scsi_debug: use likely hints on fast pathDouglas Gilbert
2016-04-29scsi_debug: re-order file scope declarationsDouglas Gilbert
2016-04-29scsi_debug: replace tasklet with work queueDouglas Gilbert
2016-04-29scsi_debug: make jiffy delay name clearerDouglas Gilbert
2016-04-29scsi_debug: replace jiffy timers with hr timersDouglas Gilbert
2016-04-29scsi_debug: ignore host lock optionDouglas Gilbert
2016-04-29scsi_debug: cleanup naming and bit crunchingDouglas Gilbert
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley
2015-12-21scsi_debug: Increase the reported optimal transfer lengthMartin K. Petersen
2015-11-30scsi_debug: check for bigger value firstAndy Shevchenko
2015-11-25scsi: use sector_div instead of do_divArnd Bergmann
2015-11-25scsi_debug: fix prevent_allow+verify regressionsDouglas Gilbert
2015-09-06scsi_debug: resp_request: remove unused variableTomas Winkler
2015-09-06scsi_debug: fix REPORT LUNS Well Known LUTomas Winkler
2015-09-06scsi_debug: schedule_resp fix input variable checkTomas Winkler
2015-09-06scsi_debug: make dump_sector staticTomas Winkler
2015-09-06scsi_debug: vfree is null safe so drop the checkTomas Winkler
2015-09-06scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;Tomas Winkler
2015-09-06scsi_debug: define pr_fmt() for consistent loggingTomas Winkler
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon
2015-02-13scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-01-22scsi_debug: test always evaluates to false, || should be used insteadColin Ian King
2015-01-20scsi_debug: use atomic allocation in resp_rsup_opcodesSasha Levin
2015-01-09scsi_debug: Implement WRITE BUFFER commandEwan D. Milne
2015-01-09scsi_debug: Add REPORTED LUNS DATA HAS CHANGED Unit AttentionEwan D. Milne
2014-12-15scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED caseEwan D. Milne
2014-12-15scsi_debug: take sdebug_host_list_lock when changing capacityEwan D. Milne
2014-12-15scsi_debug: fix compare and write errorsDouglas Gilbert
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig
2014-11-25scsi_debug: add Report supported opcodes+tmfs; Compare and writeDouglas Gilbert
2014-11-25scsi_debug: change SCSI command parser to table drivenDouglas Gilbert
2014-11-25scsi_debug: add Capacity Changed Unit AttentionDouglas Gilbert
2014-11-25scsi_debug: append inject error flags onto scsi_cmnd objectDouglas Gilbert
2014-11-25scsi_debug: pinpoint invalid field in sense dataDouglas Gilbert
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig