index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cdrom
/
cdrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cdrom: Remove now superfluous sentinel element from ctl_table array
Joel Granados
2023-10-02
1
-1
/
+0
*
cdrom: Fix spectre-v1 gadget
Jordy Zomer
2023-06-22
1
-0
/
+4
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-3
/
+3
*
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
2023-06-12
1
-7
/
+5
*
cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
2023-06-12
1
-15
/
+0
*
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
2023-06-12
1
-2
/
+1
*
cdrom: remove obsolete TODO list
Phillip Potter
2022-05-15
1
-9
/
+0
*
cdrom: remove the unused driver specific disc change ioctl
Paul Gortmaker
2022-05-15
1
-8
/
+0
*
cdrom: make EXPORT_SYMBOL follow exported function
Enze Li
2022-05-15
1
-11
/
+10
*
cdrom: remove unused variable
Enze Li
2022-04-06
1
-2
/
+1
*
scsi: core: Remove <scsi/scsi_request.h>
Christoph Hellwig
2022-03-01
1
-1
/
+0
*
cdrom: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
2022-01-22
1
-22
/
+1
*
cdrom: Remove redundant variable and its assignment
luo penghao
2021-10-21
1
-2
/
+2
*
drivers/cdrom: improved ioctl for media change detection
Lukas Prediger
2021-09-14
1
-4
/
+55
*
scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driver
Christoph Hellwig
2021-07-30
1
-63
/
+8
*
scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()
Christoph Hellwig
2021-07-28
1
-7
/
+0
*
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
2021-06-30
1
-1
/
+1
*
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
2021-01-24
1
-1
/
+1
*
cdrom: Reset sector_size back it is not 2048.
Sebastian Andrzej Siewior
2020-12-12
1
-5
/
+7
*
cdrom: remove the unused cdrom_media_changed function
Christoph Hellwig
2020-07-08
1
-23
/
+5
*
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-06-10
1
-1
/
+1
|
\
|
*
cdrom: fix an incorrect __user annotation on cdrom_sysctl_info
Christoph Hellwig
2020-06-10
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
1
-1
/
+1
|
\
|
|
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-1
/
+1
*
|
cdrom: factor out a cdrom_multisession helper
Christoph Hellwig
2020-05-04
1
-16
/
+25
*
|
cdrom: factor out a cdrom_read_tocentry helper
Christoph Hellwig
2020-05-04
1
-17
/
+22
*
|
block: add a cdrom_device_info pointer to struct gendisk
Christoph Hellwig
2020-05-04
1
-1
/
+4
|
/
*
compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
Arnd Bergmann
2020-01-03
1
-3
/
+4
*
compat_ioctl: move CDROMREADADIO to cdrom.c
Arnd Bergmann
2020-01-03
1
-3
/
+25
*
cdrom: respect device capabilities during opening action
Diego Elio Pettenò
2019-11-26
1
-1
/
+11
*
docs: cdrom: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
*
docs: cdrom-standard.tex: convert from LaTeX to ReST
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
*
cdrom: Fix race condition in cdrom_sysctl_register
Guenter Roeck
2019-02-08
1
-4
/
+3
*
cdrom: don't attempt to fiddle with cdo->capability
Jens Axboe
2018-10-14
1
-14
/
+13
*
cdrom: fix improper type cast, which can leat to information leak.
Young_X
2018-10-03
1
-1
/
+1
*
cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
Scott Bauer
2018-08-29
1
-1
/
+1
*
cdrom: Use struct scsi_sense_hdr internally
Kees Cook
2018-08-02
1
-2
/
+6
*
block: Switch struct packet_command to use struct scsi_sense_hdr
Kees Cook
2018-08-02
1
-11
/
+11
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
block: sanitize blk_get_request calling conventions
Christoph Hellwig
2018-05-14
1
-1
/
+1
*
cdrom: information leak in cdrom_ioctl_media_changed()
Dan Carpenter
2018-04-18
1
-1
/
+1
*
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
2018-03-09
1
-3
/
+0
*
block: Make most scsi_req_init() calls implicit
Bart Van Assche
2017-06-20
1
-1
/
+0
*
cdrom: Check SCSI passthrough support before reading audio
Bart Van Assche
2017-06-01
1
-0
/
+6
*
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
2017-04-20
1
-1
/
+1
*
block: remove the blk_execute_rq return value
Christoph Hellwig
2017-04-20
1
-1
/
+2
*
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-17
1
-16
/
+18
|
\
|
*
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
1
-1
/
+1
[next]