aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-07scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-3/+6
2017-02-14cdrom: Make device operations read-onlyKees Cook1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-3/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-04scsi: sr: constify sr_pm_ops structureJulia Lawall1-1/+1
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-01-26SCSI: fix crashes in sd and sr runtime PMAlan Stern1-0/+4
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig1-1/+1
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig1-1/+1
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig1-10/+5
2014-09-15scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani1-0/+2
2014-07-25scsi: move the writeable field from struct scsi_device to struct scsi_cdChristoph Hellwig1-2/+2
2014-07-17scsi: set sc_data_direction in common codeChristoph Hellwig1-2/+0
2014-07-17scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig1-2/+1
2014-07-17scsi: Implement sr_printk()Hannes Reinecke1-29/+32
2014-05-19scsi: reintroduce scsi_driver.init_commandChristoph Hellwig1-13/+6
2013-12-16[SCSI] sr: use block layer runtime PMAaron Lu1-24/+13
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2013-01-25[libata] scsi: no poll when ODD is powered offAaron Lu1-3/+7
2013-01-25[SCSI] sr: support runtime pmAaron Lu1-3/+39
2011-07-21[SCSI] sr: check_events() ignore GET_EVENT when TUR says otherwiseKay Sievers1-4/+42
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-14[SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE eventTejun Heo1-4/+0
2010-12-16sr: implement sr_check_events()Tejun Heo1-52/+97
2010-12-16scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()Tejun Heo1-28/+3
2010-12-16scsi: fix TUR error handling in sr_media_change()Tejun Heo1-7/+11
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+7
2010-10-22scsi/sr: add no_read_disc_info scsi_device flagHans de Goede1-1/+7
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+7
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+6
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-5/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-02[SCSI] sr: consider the last written sector when determining media sizeTejun Heo1-8/+14
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-06-21sd, sr: fix Driver 'sd' needs updating messageHannes Reinecke1-0/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-7/+8
2009-04-03[SCSI] fix recovered error handlingJames Bottomley1-9/+0
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori1-2/+2
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig1-1/+1
2008-10-21[PATCH] switch srAl Viro1-22/+18
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] don't mess with file in scsi_nonblockable_ioctl()Al Viro1-1/+2
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro1-7/+4
2008-10-09block: unify request timeout handlingJens Axboe1-2/+3
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-1/+1
2008-09-11block: disable sysfs parts of the disk command filterJens Axboe1-2/+0
2008-08-29remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori1-0/+2