index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cdrom
Commit message (
Expand
)
Author
Age
Files
Lines
*
cdrom: rearrange last_media_change check to avoid unintentional overflow
Justin Stitt
2024-05-15
1
-1
/
+1
*
cdrom: gdrom: Convert to platform remove callback returning void
Uwe Kleine-König
2024-03-07
1
-4
/
+2
*
gdrom: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-19
1
-6
/
+8
*
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
1
-1
/
+1
*
cdrom: Remove now superfluous sentinel element from ctl_table array
Joel Granados
2023-10-02
1
-1
/
+0
*
cdrom/gdrom: Fix build error
Guenter Roeck
2023-06-29
1
-2
/
+2
*
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
2
-5
/
+5
*
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
2023-06-12
2
-2
/
+2
*
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
2
-2
/
+2
*
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
2023-06-12
2
-3
/
+2
*
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-1
/
+1
*
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
1
-1
/
+0
*
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
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-24
1
-1
/
+0
|
\
|
*
scsi: core: Remove <scsi/scsi_request.h>
Christoph Hellwig
2022-03-01
1
-1
/
+0
*
|
block: remove genhd.h
Christoph Hellwig
2022-02-02
1
-1
/
+0
|
/
*
cdrom: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
2022-01-22
1
-22
/
+1
*
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-29
1
-0
/
+1
*
Merge tag 'for-5.16/cdrom-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-6
/
+57
|
\
|
*
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
*
|
cdrom/gdrom: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
1
-1
/
+6
|
/
*
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
*
gdrom: use blk_mq_alloc_disk
Christoph Hellwig
2021-06-11
1
-24
/
+21
*
cdrom: gdrom: initialize global variable at init time
Greg Kroah-Hartman
2021-05-13
1
-1
/
+8
*
cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdrom
Atul Gopinathan
2021-05-13
1
-1
/
+2
*
Revert "gdrom: fix a memory leak bug"
Greg Kroah-Hartman
2021-05-13
1
-1
/
+0
*
gdrom: fix compilation error
Chaitanya Kulkarni
2021-04-11
1
-1
/
+1
*
gdrom: support highmem
Christoph Hellwig
2021-04-06
1
-3
/
+2
*
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
*
gdrom: use bdev_check_media_change
Christoph Hellwig
2020-09-10
1
-1
/
+1
*
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
[next]