summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-3/+6
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-3/+6
* | cdrom: Make device operations read-onlyKees Cook2017-02-141-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* scsi: sr: constify sr_pm_ops structureJulia Lawall2016-09-041-1/+1
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* SCSI: fix crashes in sd and sr runtime PMAlan Stern2016-01-261-0/+4
* scsi: remove scsi_driver owner fieldChristoph Hellwig2014-11-241-1/+1
* scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig2014-11-241-1/+1
* scsi: split scsi_nonblockable_ioctlChristoph Hellwig2014-11-121-10/+5
* scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani2014-09-151-0/+2
* scsi: move the writeable field from struct scsi_device to struct scsi_cdChristoph Hellwig2014-07-251-2/+2
* scsi: set sc_data_direction in common codeChristoph Hellwig2014-07-171-2/+0
* scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig2014-07-171-2/+1
* scsi: Implement sr_printk()Hannes Reinecke2014-07-171-29/+32
* scsi: reintroduce scsi_driver.init_commandChristoph Hellwig2014-05-191-13/+6
* [SCSI] sr: use block layer runtime PMAaron Lu2013-12-161-24/+13
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1
* [libata] scsi: no poll when ODD is powered offAaron Lu2013-01-251-3/+7
* [SCSI] sr: support runtime pmAaron Lu2013-01-251-3/+39
* [SCSI] sr: check_events() ignore GET_EVENT when TUR says otherwiseKay Sievers2011-07-211-4/+42
* block: don't block events on excl write for non-optical devicesTejun Heo2011-04-211-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE eventTejun Heo2011-01-141-4/+0
* sr: implement sr_check_events()Tejun Heo2010-12-161-52/+97
* scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()Tejun Heo2010-12-161-28/+3
* scsi: fix TUR error handling in sr_media_change()Tejun Heo2010-12-161-7/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-221-1/+7
|\
| * scsi/sr: add no_read_disc_info scsi_device flagHans de Goede2010-10-221-1/+7
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+7
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+6
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-5/+13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] sr: consider the last written sector when determining media sizeTejun Heo2009-10-021-8/+14
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* sd, sr: fix Driver 'sd' needs updating messageHannes Reinecke2009-06-211-0/+1
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-7/+8
* [SCSI] fix recovered error handlingJames Bottomley2009-04-031-9/+0
* [SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori2008-12-291-2/+2
* [PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig2008-12-041-1/+1
* [PATCH] switch srAl Viro2008-10-211-22/+18
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] don't mess with file in scsi_nonblockable_ioctl()Al Viro2008-10-211-1/+2
* [PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro2008-10-211-7/+4
* block: unify request timeout handlingJens Axboe2008-10-091-2/+3
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-1/+1
* block: disable sysfs parts of the disk command filterJens Axboe2008-09-111-2/+0
* remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori2008-08-291-0/+2
* scsi: sr avoids useless buffer allocationFUJITA Tomonori2008-07-041-15/+5