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