summaryrefslogtreecommitdiff
path: root/drivers/block/pktcdvd.c
AgeCommit message (Expand)Author
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig
2024-02-25pktcdvd: port block device access to fileChristian Brauner
2024-02-22pktcdvd: set queue limits at disk allocation timeChristoph Hellwig
2024-02-22pktcdvd: stop setting q->queuedataChristoph Hellwig
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2023-10-28pktcdvd: Convert to bdev_open_by_dev()Jan Kara
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-07pktcdvd: Sort headersAndy Shevchenko
2023-06-07pktcdvd: Get rid of redundant 'else'Andy Shevchenko
2023-06-07pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Andy Shevchenko
2023-06-07pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeAndy Shevchenko
2023-06-07pktcdvd: Drop redundant castings for sector_tAndy Shevchenko
2023-06-07pktcdvd: Get rid of pkt_seq_show() forward declarationAndy Shevchenko
2023-06-07pktcdvd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko
2023-06-07pktcdvd: replace sscanf() by kstrtoul()Andy Shevchenko
2023-06-07pktcdvd: Get rid of custom printing macrosAndy Shevchenko
2023-06-05block: introduce holder opsChristoph Hellwig
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-02pktcdvd: simplify the class_pktcdvd logicGreg Kroah-Hartman
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-10pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi headerThomas Huth
2023-01-16pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe
2023-01-04Revert "pktcdvd: remove driver."Jens Axboe
2022-12-02pktcdvd: remove driver.Greg Kroah-Hartman
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-07-14pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig
2022-07-14pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-15block: remove last remaining traces of IDE documentationPaul Gortmaker
2022-04-17pktcdvd: stop using bio_resetChristoph Hellwig
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-07pktcdvd: remove a pointless debug check in pkt_submit_bioChristoph Hellwig
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig
2022-01-03pktcdvd: convert to use attribute groupsGreg Kroah-Hartman
2021-12-09pktdvd: stop using bdi congestion framework.NeilBrown
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
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