aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/block/pktcdvd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-02set_blocksize(): switch to passing struct file *Al Viro1-1/+1
2024-05-02pktcdvd: sort set_blocksize() calls outAl Viro1-6/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-23/+18
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig1-5/+6
2024-02-25pktcdvd: port block device access to fileChristian Brauner1-34/+34
2024-02-22pktcdvd: set queue limits at disk allocation timeChristoph Hellwig1-11/+5
2024-02-22pktcdvd: stop setting q->queuedataChristoph Hellwig1-5/+4
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+4
2023-10-28pktcdvd: Convert to bdev_open_by_dev()Jan Kara1-35/+41
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-8/+9
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-7/+6
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-2/+2
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-3/+3
2023-06-07pktcdvd: Sort headersAndy Shevchenko1-15/+16
2023-06-07pktcdvd: Get rid of redundant 'else'Andy Shevchenko1-7/+7
2023-06-07pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Andy Shevchenko1-17/+14
2023-06-07pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeAndy Shevchenko1-20/+3
2023-06-07pktcdvd: Drop redundant castings for sector_tAndy Shevchenko1-16/+10
2023-06-07pktcdvd: Get rid of pkt_seq_show() forward declarationAndy Shevchenko1-76/+75
2023-06-07pktcdvd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko1-1/+1
2023-06-07pktcdvd: replace sscanf() by kstrtoul()Andy Shevchenko1-16/+18
2023-06-07pktcdvd: Get rid of custom printing macrosAndy Shevchenko1-118/+129
2023-06-05block: introduce holder opsChristoph Hellwig1-2/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-32/+15
2023-04-02pktcdvd: simplify the class_pktcdvd logicGreg Kroah-Hartman1-28/+12
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-3/+3
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-10pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi headerThomas Huth1-4/+9
2023-01-16pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe1-0/+2
2023-01-04Revert "pktcdvd: remove driver."Jens Axboe1-0/+2944
2022-12-02pktcdvd: remove driver.Greg Kroah-Hartman1-2944/+0
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-07-14pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig1-4/+2
2022-07-14pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig1-3/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+14
2022-05-15block: remove last remaining traces of IDE documentationPaul Gortmaker1-1/+1
2022-04-17pktcdvd: stop using bio_resetChristoph Hellwig1-16/+9
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-12/+13
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+5
2022-03-07pktcdvd: remove a pointless debug check in pkt_submit_bioChristoph Hellwig1-8/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-1/+1
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-2/+4
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-6/+2
2022-01-03pktcdvd: convert to use attribute groupsGreg Kroah-Hartman1-141/+134
2021-12-09pktdvd: stop using bdi congestion framework.NeilBrown1-11/+20
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+1
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6