summaryrefslogtreecommitdiff
path: root/drivers/block/pktcdvd.c
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-08-27pktcdvd: remove unnecessary debugfs_create_dir() error checkYang Ruibin
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-05-02pktcdvd: sort set_blocksize() calls outAl Viro
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