aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/sr_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrGravatar Kees Cook 1-13/+9
2018-05-21sr: pass down correctly sized SCSI sense bufferGravatar Jens Axboe 1-2/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-02-23scsi: merge __scsi_execute into scsi_executeGravatar Christoph Hellwig 1-16/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-01-20sr: reduce debug noise in sr_do_ioctlGravatar Christoph Hellwig 1-18/+0
2015-01-09scsi: use external buffer for command loggingGravatar Hannes Reinecke 1-3/+10
2014-11-12scsi: repurpose the last argument from print_opcode_name()Gravatar Hannes Reinecke 1-2/+2
2014-11-12scsi: use sdev as argument for sense code printingGravatar Hannes Reinecke 1-3/+3
2014-07-17scsi: Implement sr_printk()Gravatar Hannes Reinecke 1-10/+16
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionGravatar Paul Gortmaker 1-0/+1
2010-12-16scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()Gravatar Tejun Heo 1-1/+1
2010-10-25[SCSI] sr: fix sr_drive_status handling when initialization requiredGravatar Robert Jennings 1-0/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-04-27[SCSI] sr: report more accurate drive status after closing the tray.Gravatar Peter Jones 1-0/+5
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqGravatar FUJITA Tomonori 1-1/+1
2008-02-07[SCSI] sr: fix test unit ready responsesGravatar James Bottomley 1-2/+1
2008-01-11[SCSI] sr: update to follow tray status correctlyGravatar James Bottomley 1-14/+34
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-03-23[PATCH] kill cdrom ->dev_ioctl methodGravatar Christoph Hellwig 1-19/+0
2006-03-06Allocate 96 bytes for SCSI sense data replyGravatar Linus Torvalds 1-1/+1
2006-01-14[SCSI] sr: split sr_audio_ioctl into specific helpersGravatar Christoph Hellwig 1-91/+111
2005-08-28[SCSI] convert sr to scsi_execute_reqGravatar James Bottomley 1-35/+27
2005-04-21[SCSI] drivers/scsi/sr_ioctl.c: check for failed allocationGravatar Nate Dailey 1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+568