index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
pktcdvd.c
Age
Commit message (
Expand
)
Author
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-08-27
pktcdvd: remove unnecessary debugfs_create_dir() error check
Yang Ruibin
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-05-02
set_blocksize(): switch to passing struct file *
Al Viro
2024-05-02
pktcdvd: sort set_blocksize() calls out
Al Viro
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-01
pktcdvd: don't set max_hw_sectors on the underlying device
Christoph Hellwig
2024-02-25
pktcdvd: port block device access to file
Christian Brauner
2024-02-22
pktcdvd: set queue limits at disk allocation time
Christoph Hellwig
2024-02-22
pktcdvd: stop setting q->queuedata
Christoph Hellwig
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
2023-10-28
pktcdvd: Convert to bdev_open_by_dev()
Jan Kara
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-07
pktcdvd: Sort headers
Andy Shevchenko
2023-06-07
pktcdvd: Get rid of redundant 'else'
Andy Shevchenko
2023-06-07
pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
Andy Shevchenko
2023-06-07
pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
Andy Shevchenko
2023-06-07
pktcdvd: Drop redundant castings for sector_t
Andy Shevchenko
2023-06-07
pktcdvd: Get rid of pkt_seq_show() forward declaration
Andy Shevchenko
2023-06-07
pktcdvd: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-06-07
pktcdvd: replace sscanf() by kstrtoul()
Andy Shevchenko
2023-06-07
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
2023-06-05
block: introduce holder ops
Christoph Hellwig
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-02
pktcdvd: simplify the class_pktcdvd logic
Greg Kroah-Hartman
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-10
pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi header
Thomas Huth
2023-01-16
pktcdvd: check for NULL returna fter calling bio_split_to_limits()
Jens Axboe
2023-01-04
Revert "pktcdvd: remove driver."
Jens Axboe
2022-12-02
pktcdvd: remove driver.
Greg Kroah-Hartman
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
2022-07-14
pktcdvd: stop using bdevname in pkt_new_dev
Christoph Hellwig
2022-07-14
pktcdvd: stop using bdevname in pkt_seq_show
Christoph Hellwig
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-15
block: remove last remaining traces of IDE documentation
Paul Gortmaker
2022-04-17
pktcdvd: stop using bio_reset
Christoph Hellwig
2022-04-17
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-07
pktcdvd: remove a pointless debug check in pkt_submit_bio
Christoph Hellwig
2022-03-01
scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd
Christoph Hellwig
2022-03-01
scsi: core: Remove the cmd field from struct scsi_request
Christoph Hellwig
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2022-01-03
pktcdvd: convert to use attribute groups
Greg Kroah-Hartman
[next]