aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/pktcdvd.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02set_blocksize(): switch to passing struct file *Gravatar Al Viro 1-1/+1
2024-05-02pktcdvd: sort set_blocksize() calls outGravatar Al Viro 1-6/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-23/+18
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceGravatar Christoph Hellwig 1-5/+6
2024-02-25pktcdvd: port block device access to fileGravatar Christian Brauner 1-34/+34
2024-02-22pktcdvd: set queue limits at disk allocation timeGravatar Christoph Hellwig 1-11/+5
2024-02-22pktcdvd: stop setting q->queuedataGravatar Christoph Hellwig 1-5/+4
2024-02-19block: pass a queue_limits argument to blk_alloc_diskGravatar Christoph Hellwig 1-3/+4
2023-10-28pktcdvd: Convert to bdev_open_by_dev()Gravatar Jan Kara 1-35/+41
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-8/+9
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-7/+6
2023-06-12block: remove the unused mode argument to ->releaseGravatar Christoph Hellwig 1-2/+2
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 1-3/+3
2023-06-07pktcdvd: Sort headersGravatar Andy Shevchenko 1-15/+16
2023-06-07pktcdvd: Get rid of redundant 'else'Gravatar Andy Shevchenko 1-7/+7
2023-06-07pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Gravatar Andy Shevchenko 1-17/+14
2023-06-07pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeGravatar Andy Shevchenko 1-20/+3
2023-06-07pktcdvd: Drop redundant castings for sector_tGravatar Andy Shevchenko 1-16/+10
2023-06-07pktcdvd: Get rid of pkt_seq_show() forward declarationGravatar Andy Shevchenko 1-76/+75
2023-06-07pktcdvd: use sysfs_emit() to instead of scnprintf()Gravatar Andy Shevchenko 1-1/+1
2023-06-07pktcdvd: replace sscanf() by kstrtoul()Gravatar Andy Shevchenko 1-16/+18
2023-06-07pktcdvd: Get rid of custom printing macrosGravatar Andy Shevchenko 1-118/+129
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-2/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-32/+15
2023-04-02pktcdvd: simplify the class_pktcdvd logicGravatar Greg Kroah-Hartman 1-28/+12
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGravatar Greg Kroah-Hartman 1-3/+3
2023-03-17drivers: remove struct module * setting from struct classGravatar Greg Kroah-Hartman 1-1/+0
2023-03-10pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi headerGravatar Thomas Huth 1-4/+9
2023-01-16pktcdvd: check for NULL returna fter calling bio_split_to_limits()Gravatar Jens Axboe 1-0/+2
2023-01-04Revert "pktcdvd: remove driver."Gravatar Jens Axboe 1-0/+2944
2022-12-02pktcdvd: remove driver.Gravatar Greg Kroah-Hartman 1-2944/+0
2022-08-02block: change the blk_queue_split calling conventionGravatar Christoph Hellwig 1-1/+1
2022-07-14pktcdvd: stop using bdevname in pkt_new_devGravatar Christoph Hellwig 1-4/+2
2022-07-14pktcdvd: stop using bdevname in pkt_seq_showGravatar Christoph Hellwig 1-3/+1
2022-06-28block: remove blk_cleanup_diskGravatar Christoph Hellwig 1-2/+2
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-20/+14
2022-05-15block: remove last remaining traces of IDE documentationGravatar Paul Gortmaker 1-1/+1
2022-04-17pktcdvd: stop using bio_resetGravatar Christoph Hellwig 1-16/+9
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperGravatar Christoph Hellwig 1-12/+13
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+5
2022-03-07pktcdvd: remove a pointless debug check in pkt_submit_bioGravatar Christoph Hellwig 1-8/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndGravatar Christoph Hellwig 1-1/+1
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestGravatar Christoph Hellwig 1-2/+4
2022-02-04block: pass a block_device to bio_clone_fastGravatar Christoph Hellwig 1-2/+2
2022-02-02block: pass a block_device and opf to bio_resetGravatar Christoph Hellwig 1-6/+2
2022-01-03pktcdvd: convert to use attribute groupsGravatar Greg Kroah-Hartman 1-141/+134
2021-12-09pktdvd: stop using bdi congestion framework.Gravatar NeilBrown 1-11/+20
2021-11-29block: remove the gendisk argument to blk_execute_rqGravatar Christoph Hellwig 1-1/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTGravatar Christoph Hellwig 1-1/+1
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Gravatar Linus Torvalds 1-3/+6