summaryrefslogtreecommitdiffstats
path: root/drivers/block/pktcdvd.c
Commit message (Expand)AuthorAgeFilesLines
* set_blocksize(): switch to passing struct file *Al Viro2024-05-021-1/+1
* pktcdvd: sort set_blocksize() calls outAl Viro2024-05-021-6/+1
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-23/+18
|\
| * pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig2024-03-011-5/+6
| * pktcdvd: set queue limits at disk allocation timeChristoph Hellwig2024-02-221-11/+5
| * pktcdvd: stop setting q->queuedataChristoph Hellwig2024-02-221-5/+4
| * block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-3/+4
* | pktcdvd: port block device access to fileChristian Brauner2024-02-251-34/+34
|/
* pktcdvd: Convert to bdev_open_by_dev()Jan Kara2023-10-281-35/+41
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-8/+9
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-7/+6
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-2/+2
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-3/+3
* pktcdvd: Sort headersAndy Shevchenko2023-06-071-15/+16
* pktcdvd: Get rid of redundant 'else'Andy Shevchenko2023-06-071-7/+7
* pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Andy Shevchenko2023-06-071-17/+14
* pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeAndy Shevchenko2023-06-071-20/+3
* pktcdvd: Drop redundant castings for sector_tAndy Shevchenko2023-06-071-16/+10
* pktcdvd: Get rid of pkt_seq_show() forward declarationAndy Shevchenko2023-06-071-76/+75
* pktcdvd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko2023-06-071-1/+1
* pktcdvd: replace sscanf() by kstrtoul()Andy Shevchenko2023-06-071-16/+18
* pktcdvd: Get rid of custom printing macrosAndy Shevchenko2023-06-071-118/+129
* block: introduce holder opsChristoph Hellwig2023-06-051-2/+3
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-32/+15
|\
| * pktcdvd: simplify the class_pktcdvd logicGreg Kroah-Hartman2023-04-021-28/+12
| * driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-3/+3
| * drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* | pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi headerThomas Huth2023-03-101-4/+9
|/
* pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe2023-01-161-0/+2
* Revert "pktcdvd: remove driver."Jens Axboe2023-01-041-0/+2944
* pktcdvd: remove driver.Greg Kroah-Hartman2022-12-021-2944/+0
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-1/+1
* pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig2022-07-141-4/+2
* pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig2022-07-141-3/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-20/+14
|\
| * pktcdvd: stop using bio_resetChristoph Hellwig2022-04-171-16/+9
| * block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-12/+13
* | block: remove last remaining traces of IDE documentationPaul Gortmaker2022-05-151-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-3/+5
|\
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-011-1/+1
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-011-2/+4
* | pktcdvd: remove a pointless debug check in pkt_submit_bioChristoph Hellwig2022-03-071-8/+1
* | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-2/+2
* | block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-6/+2
|/
* pktcdvd: convert to use attribute groupsGreg Kroah-Hartman2022-01-031-141/+134
* pktdvd: stop using bdi congestion framework.NeilBrown2021-12-091-11/+20
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-1/+1
* Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-3/+6
|\