index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-04-12
block: disk_events: introduce event flags
Martin Wilck
1
-0
/
+1
2019-02-06
scsi: stop setting up request->special
Christoph Hellwig
1
-1
/
+0
2018-11-10
scsi: return blk_status_t from scsi_init_io and ->init_command
Christoph Hellwig
1
-6
/
+6
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-1
/
+1
2018-09-27
block: Move power management code into a new source file
Bart Van Assche
1
-0
/
+1
2018-08-03
scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...
Bart Van Assche
1
-8
/
+21
2018-04-11
sr: get/drop reference to device in revalidate and check_events
Jens Axboe
1
-4
/
+15
2018-03-09
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
1
-0
/
+2
2017-08-26
scsi: sd: sr: Convert two assignments into warning statements
Bart Van Assche
1
-1
/
+1
2017-04-08
scsi: sr: Sanity check returned mode data
Martin K. Petersen
1
-2
/
+4
2017-02-18
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-3
/
+6
2017-02-14
cdrom: Make device operations read-only
Kees Cook
1
-1
/
+1
2017-02-01
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-3
/
+6
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-04
scsi: sr: constify sr_pm_ops structure
Julia Lawall
1
-1
/
+1
2016-06-27
block: convert to device_add_disk()
Dan Williams
1
-2
/
+1
2016-01-27
SCSI: fix crashes in sd and sr runtime PM
Alan Stern
1
-0
/
+4
2014-11-24
scsi: remove scsi_driver owner field
Christoph Hellwig
1
-1
/
+1
2014-11-24
scsi: stop passing a gfp_mask argument down the command setup path
Christoph Hellwig
1
-1
/
+1
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
1
-10
/
+5
2014-09-16
scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()
Subhash Jadavani
1
-0
/
+2
2014-07-26
scsi: move the writeable field from struct scsi_device to struct scsi_cd
Christoph Hellwig
1
-2
/
+2
2014-07-18
scsi: set sc_data_direction in common code
Christoph Hellwig
1
-2
/
+0
2014-07-18
scsi: restructure command initialization for TYPE_FS requests
Christoph Hellwig
1
-2
/
+1
2014-07-18
scsi: Implement sr_printk()
Hannes Reinecke
1
-29
/
+32
2014-05-19
scsi: reintroduce scsi_driver.init_command
Christoph Hellwig
1
-13
/
+6
2013-12-16
[SCSI] sr: use block layer runtime PM
Aaron Lu
1
-24
/
+13
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-2
/
+1
2013-01-26
[libata] scsi: no poll when ODD is powered off
Aaron Lu
1
-3
/
+7
2013-01-26
[SCSI] sr: support runtime pm
Aaron Lu
1
-3
/
+39
2011-07-22
[SCSI] sr: check_events() ignore GET_EVENT when TUR says otherwise
Kay Sievers
1
-4
/
+42
2011-04-21
block: don't block events on excl write for non-optical devices
Tejun Heo
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-14
[SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE event
Tejun Heo
1
-4
/
+0
2010-12-16
sr: implement sr_check_events()
Tejun Heo
1
-52
/
+97
2010-12-16
scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()
Tejun Heo
1
-28
/
+3
2010-12-16
scsi: fix TUR error handling in sr_media_change()
Tejun Heo
1
-7
/
+11
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-1
/
+7
2010-10-22
scsi/sr: add no_read_disc_info scsi_device flag
Hans de Goede
1
-1
/
+7
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-7
/
+7
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-1
/
+6
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
1
-5
/
+13
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-10-02
[SCSI] sr: consider the last written sector when determining media size
Tejun Heo
1
-8
/
+14
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
2009-06-21
sd, sr: fix Driver 'sd' needs updating message
Hannes Reinecke
1
-0
/
+1
2009-05-23
block: Do away with the notion of hardsect_size
Martin K. Petersen
1
-1
/
+1
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-7
/
+8
2009-04-03
[SCSI] fix recovered error handling
James Bottomley
1
-9
/
+0
[next]