Age | Commit message (Expand) | Author |
2022-01-14 | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-12-21 | paride: fix up build warning on mips platforms | Greg Kroah-Hartman |
2021-11-29 | block: remove the gendisk argument to blk_execute_rq | Christoph Hellwig |
2021-11-29 | block: remove the ->rq_disk field in struct request | Christoph Hellwig |
2021-11-29 | block: remove GENHD_FL_EXT_DEVT | Christoph Hellwig |
2021-11-29 | block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flags | Christoph Hellwig |
2021-11-01 | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux... | Linus Torvalds |
2021-10-29 | block: remove blk_{get,put}_request | Christoph Hellwig |
2021-10-18 | pf: fix error codes in pf_init_unit() | Dan Carpenter |
2021-10-18 | pcd: fix error codes in pcd_init_unit() | Dan Carpenter |
2021-10-18 | pf: add error handling support for add_disk() | Luis Chamberlain |
2021-10-18 | pd: add error handling support for add_disk() | Luis Chamberlain |
2021-10-18 | pcd: capture errors on cdrom_register() | Luis Chamberlain |
2021-10-18 | pcd: fix ordering of unregister_cdrom() | Luis Chamberlain |
2021-10-18 | pcd: add error handling support for add_disk() | Luis Chamberlain |
2021-10-18 | pd: cleanup initialization | Christoph Hellwig |
2021-10-18 | pf: cleanup initialization | Christoph Hellwig |
2021-10-18 | pcd: cleanup initialization | Christoph Hellwig |
2021-10-18 | pcd: move the identify buffer into pcd_identify | Christoph Hellwig |
2021-09-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-08-27 | pd: fix a NULL vs IS_ERR() check | Dan Carpenter |
2021-07-28 | scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl() | Christoph Hellwig |
2021-07-15 | pd: fix order of cleaning up the queue and freeing the tagset | Guoqing Jiang |
2021-06-11 | pd: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig |
2021-06-11 | pf: use blk_mq_alloc_disk | Christoph Hellwig |
2021-06-11 | pcd: use blk_mq_alloc_disk | Christoph Hellwig |
2021-03-29 | paride/pd: remove ->revalidate_disk | Christoph Hellwig |
2021-01-24 | block: remove unnecessary argument from blk_execute_rq | Guoqing Jiang |
2020-09-10 | paride/pcd: use bdev_check_media_change | Christoph Hellwig |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-05-04 | block: add a cdrom_device_info pointer to struct gendisk | Christoph Hellwig |
2020-02-24 | scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri... | Adam Williamson |
2020-01-03 | compat_ioctl: move cdrom commands into cdrom.c | Arnd Bergmann |
2020-01-03 | compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers | Arnd Bergmann |
2019-09-04 | paride/pcd: need to check if cd->disk is null in pcd_detect | zhengbin |
2019-09-04 | paride/pcd: need to set queue to NULL before put_disk | zhengbin |
2019-09-04 | paride/pf: need to set queue to NULL before put_disk | zhengbin |
2019-04-22 | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe |
2019-04-12 | Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers" | Martin Wilck |
2019-04-05 | paride/pcd: Fix potential NULL pointer dereference and mem leak | YueHaibing |
2019-04-03 | paride/pf: Fix potential NULL pointer dereference | YueHaibing |
2019-03-18 | paride/pcd: cleanup queues when detection fails | Jens Axboe |
2019-03-18 | paride/pf: cleanup queues when detection fails | Jens Axboe |
2018-11-10 | pd: replace ->special use with private data in the request | Christoph Hellwig |
2018-10-15 | paride: convert pf to blk-mq | Jens Axboe |
2018-10-15 | paride: convert pd to blk-mq | Jens Axboe |
2018-10-15 | paride: convert pcd to blk-mq | Jens Axboe |
2018-08-09 | block: paride: pd: mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-07-09 | paride: remove redundant variable n | Colin Ian King |