aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
AgeCommit message (Expand)Author
2021-12-22scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()George Kennedy
2020-08-21scsi: scsi_debug: Add check for sdebug_max_queue during module initJohn Garry
2020-01-04scsi: scsi_debug: num_tgts must be >= 0Maurizio Lombardi
2017-12-20scsi: scsi_debug: write_same: fix error reportDouglas Gilbert
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-08-25scsi: scsi_debug: Remove a set-but-not-used variableBart Van Assche
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-06-05scsi_debug: switch to uuid_tChristoph Hellwig
2017-05-31scsi: scsi_debug: Avoid PI being disabled when TPGS is enabledMartin K. Petersen
2017-01-31scsi: scsi_debug: Add OPTIMAL TRANSFER LENGTH GRANULARITY option.Lukas Herbolt
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
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