summaryrefslogtreecommitdiff
path: root/drivers/scsi/sr_ioctl.c
AgeCommit message (Expand)Author
2023-01-13scsi: sr: Convert to scsi_execute_cmd()Mike Christie
2022-04-18scsi: sr: Do not leak information in ioctlTom Rix
2021-09-13scsi: sr: Fix spelling mistake "does'nt" -> "doesn't"Colin Ian King
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig
2020-12-12sr: Switch the sector size back to 2048 if sr_read_sector() changed it.Sebastian Andrzej Siewior
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook
2018-05-21sr: pass down correctly sized SCSI sense bufferJens Axboe
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-23scsi: merge __scsi_execute into scsi_executeChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-01-20sr: reduce debug noise in sr_do_ioctlChristoph Hellwig
2015-01-09scsi: use external buffer for command loggingHannes Reinecke
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-07-17scsi: Implement sr_printk()Hannes Reinecke
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker
2010-12-16scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()Tejun Heo
2010-10-25[SCSI] sr: fix sr_drive_status handling when initialization requiredRobert Jennings
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-04-27[SCSI] sr: report more accurate drive status after closing the tray.Peter Jones
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori
2008-02-07[SCSI] sr: fix test unit ready responsesJames Bottomley
2008-01-11[SCSI] sr: update to follow tray status correctlyJames Bottomley
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-03-23[PATCH] kill cdrom ->dev_ioctl methodChristoph Hellwig
2006-03-06Allocate 96 bytes for SCSI sense data replyLinus Torvalds
2006-01-14[SCSI] sr: split sr_audio_ioctl into specific helpersChristoph Hellwig
2005-08-28[SCSI] convert sr to scsi_execute_reqJames Bottomley
2005-04-21[SCSI] drivers/scsi/sr_ioctl.c: check for failed allocationNate Dailey
2005-01-07[PATCH] sr module_param conversionJan Dittmer
2004-09-19scsi: Add reset ioctl capability to ULDsJames Bottomley
2004-08-21[PATCH] add ssleep(), kill scsi_sleep()Jeff Garzik
2004-06-21[PATCH] avoid obsolete APIs in srChristoph Hellwig
2004-06-03[PATCH] SCSI: replace deprecated hosts.h fileArjan van de Ven
2004-06-01MergeJames Bottomley
2004-05-29[PATCH] sparse: scsi_ioctl __user annotationAlexander Viro
2004-05-29[PATCH] sparse: cdrom_generic_command split into kernel/userAlexander Viro
2004-05-29[PATCH] unchecked kmalloc in sr_audio_ioctl()Andrew Morton
2003-08-25[PATCH] give scsi_allocate_request a gfp_maskChristoph Hellwig
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk
2003-02-04Fix sr_ioctl.c bounce buffer usageJames Bottomley
2003-02-04[PATCH] Re: [CHECKER] 112 potential memory leaks in 2.5.48Rik van Riel
2003-01-03shuffle sr_ioctl include ordering for pariscJames Bottomley
2002-12-14[PATCH] sr_ioctl fixRichard Henderson
2002-12-13[PATCH] remove error message on illegal ioctlRobert Love
2002-10-27MergeJames Bottomley