开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cdrom
/
cdrom.c
Age
Commit message (
Expand
)
Author
2024-10-17
cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()
Josh Poimboeuf
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-06-22
cdrom: Add missing MODULE_DESCRIPTION()
Jeff Johnson
2024-05-15
cdrom: rearrange last_media_change check to avoid unintentional overflow
Justin Stitt
2023-10-02
cdrom: Remove now superfluous sentinel element from ctl_table array
Joel Granados
2023-06-22
cdrom: Fix spectre-v1 gadget
Jordy Zomer
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
2023-06-12
cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
2023-06-12
cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
2023-06-12
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
2023-06-12
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
2022-05-15
cdrom: remove obsolete TODO list
Phillip Potter
2022-05-15
cdrom: remove the unused driver specific disc change ioctl
Paul Gortmaker
2022-05-15
cdrom: make EXPORT_SYMBOL follow exported function
Enze Li
2022-04-06
cdrom: remove unused variable
Enze Li
2022-03-01
scsi: core: Remove <scsi/scsi_request.h>
Christoph Hellwig
2022-01-22
cdrom: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
2021-10-21
cdrom: Remove redundant variable and its assignment
luo penghao
2021-09-14
drivers/cdrom: improved ioctl for media change detection
Lukas Prediger
2021-07-30
scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driver
Christoph Hellwig
2021-07-28
scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()
Christoph Hellwig
2021-06-30
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
2021-01-24
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
2020-12-12
cdrom: Reset sector_size back it is not 2048.
Sebastian Andrzej Siewior
2020-07-08
cdrom: remove the unused cdrom_media_changed function
Christoph Hellwig
2020-06-10
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-06-10
cdrom: fix an incorrect __user annotation on cdrom_sysctl_info
Christoph Hellwig
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-05-04
cdrom: factor out a cdrom_multisession helper
Christoph Hellwig
2020-05-04
cdrom: factor out a cdrom_read_tocentry helper
Christoph Hellwig
2020-05-04
block: add a cdrom_device_info pointer to struct gendisk
Christoph Hellwig
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-01-03
compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
Arnd Bergmann
2020-01-03
compat_ioctl: move CDROMREADADIO to cdrom.c
Arnd Bergmann
2019-11-26
cdrom: respect device capabilities during opening action
Diego Elio Pettenò
2019-06-14
docs: cdrom: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
docs: cdrom-standard.tex: convert from LaTeX to ReST
Mauro Carvalho Chehab
2019-02-08
cdrom: Fix race condition in cdrom_sysctl_register
Guenter Roeck
2018-10-14
cdrom: don't attempt to fiddle with cdo->capability
Jens Axboe
2018-10-03
cdrom: fix improper type cast, which can leat to information leak.
Young_X
2018-08-29
cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
Scott Bauer
2018-08-02
cdrom: Use struct scsi_sense_hdr internally
Kees Cook
2018-08-02
block: Switch struct packet_command to use struct scsi_sense_hdr
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
2018-04-18
cdrom: information leak in cdrom_ioctl_media_changed()
Dan Carpenter
2018-03-09
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
2017-06-20
block: Make most scsi_req_init() calls implicit
Bart Van Assche
2017-06-01
cdrom: Check SCSI passthrough support before reading audio
Bart Van Assche
[next]