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