summaryrefslogtreecommitdiff
path: root/drivers/block/pktcdvd.c
AgeCommit message (Expand)Author
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-10-18pktcdvd: add error handling support for add_disk()Luis Chamberlain
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-01pktcdvd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-11-16pktcdvd: use set_capacity_and_notifyChristoph Hellwig
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig
2020-09-23pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig
2020-09-23pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-06-11pktcdvd: remove redundant initialization of variable retColin Ian King
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig
2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann
2019-12-21pktcdvd: fix regression on 64-bit architecturesArnd Bergmann
2019-10-23pktcdvd: add compat_ioctl handlerArnd Bergmann
2019-09-22pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe
2019-04-12block: genhd: remove async_events fieldMartin Wilck
2018-11-16pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsChristoph Hellwig
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-10-02pktcdvd: fix fall-through annotationGustavo A. R. Silva
2018-08-16pktcdvd: fix setting of 'ret' error return for a few casesJens Axboe
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook
2018-07-28pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park
2018-07-17pktcdvd: remove assignment in if conditionRAGHU Halharvi
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-03-01block: fix a typoJiufei Xue
2018-01-05pktcdvd: Fix a recently introduced NULL pointer dereferenceBart Van Assche
2018-01-05pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-27pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig