index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
pktcdvd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-8
/
+9
*
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
1
-7
/
+6
*
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
1
-3
/
+3
*
pktcdvd: Sort headers
Andy Shevchenko
2023-06-07
1
-15
/
+16
*
pktcdvd: Get rid of redundant 'else'
Andy Shevchenko
2023-06-07
1
-7
/
+7
*
pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
Andy Shevchenko
2023-06-07
1
-17
/
+14
*
pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
Andy Shevchenko
2023-06-07
1
-20
/
+3
*
pktcdvd: Drop redundant castings for sector_t
Andy Shevchenko
2023-06-07
1
-16
/
+10
*
pktcdvd: Get rid of pkt_seq_show() forward declaration
Andy Shevchenko
2023-06-07
1
-76
/
+75
*
pktcdvd: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-06-07
1
-1
/
+1
*
pktcdvd: replace sscanf() by kstrtoul()
Andy Shevchenko
2023-06-07
1
-16
/
+18
*
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
2023-06-07
1
-118
/
+129
*
block: introduce holder ops
Christoph Hellwig
2023-06-05
1
-2
/
+3
*
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-32
/
+15
|
\
|
*
pktcdvd: simplify the class_pktcdvd logic
Greg Kroah-Hartman
2023-04-02
1
-28
/
+12
|
*
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-29
1
-3
/
+3
|
*
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-17
1
-1
/
+0
*
|
pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi header
Thomas Huth
2023-03-10
1
-4
/
+9
|
/
*
pktcdvd: check for NULL returna fter calling bio_split_to_limits()
Jens Axboe
2023-01-16
1
-0
/
+2
*
Revert "pktcdvd: remove driver."
Jens Axboe
2023-01-04
1
-0
/
+2944
*
pktcdvd: remove driver.
Greg Kroah-Hartman
2022-12-02
1
-2944
/
+0
*
block: change the blk_queue_split calling convention
Christoph Hellwig
2022-08-02
1
-1
/
+1
*
pktcdvd: stop using bdevname in pkt_new_dev
Christoph Hellwig
2022-07-14
1
-4
/
+2
*
pktcdvd: stop using bdevname in pkt_seq_show
Christoph Hellwig
2022-07-14
1
-3
/
+1
*
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-2
/
+2
*
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-23
1
-20
/
+14
|
\
|
*
pktcdvd: stop using bio_reset
Christoph Hellwig
2022-04-17
1
-16
/
+9
|
*
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
2022-04-17
1
-12
/
+13
*
|
block: remove last remaining traces of IDE documentation
Paul Gortmaker
2022-05-15
1
-1
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-24
1
-3
/
+5
|
\
|
*
scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd
Christoph Hellwig
2022-03-01
1
-1
/
+1
|
*
scsi: core: Remove the cmd field from struct scsi_request
Christoph Hellwig
2022-03-01
1
-2
/
+4
*
|
pktcdvd: remove a pointless debug check in pkt_submit_bio
Christoph Hellwig
2022-03-07
1
-8
/
+1
*
|
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2022-02-04
1
-2
/
+2
*
|
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2022-02-02
1
-6
/
+2
|
/
*
pktcdvd: convert to use attribute groups
Greg Kroah-Hartman
2022-01-03
1
-141
/
+134
*
pktdvd: stop using bdi congestion framework.
NeilBrown
2021-12-09
1
-11
/
+20
*
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
2021-11-29
1
-1
/
+1
*
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-29
1
-1
/
+1
*
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
2021-11-01
1
-3
/
+6
|
\
|
*
block: remove blk_{get,put}_request
Christoph Hellwig
2021-10-29
1
-1
/
+1
|
*
block: remove QUEUE_FLAG_SCSI_PASSTHROUGH
Christoph Hellwig
2021-10-22
1
-1
/
+4
|
*
scsi: add a scsi_alloc_request helper
Christoph Hellwig
2021-10-22
1
-1
/
+1
*
|
pktcdvd: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
1
-1
/
+3
|
/
*
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
1
-4
/
+3
*
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
2021-08-09
1
-5
/
+3
*
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
2021-06-30
1
-1
/
+1
*
pktcdvd: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2021-06-01
1
-7
/
+4
*
block: move bio_list_copy_data to pktcdvd
Christoph Hellwig
2021-04-12
1
-0
/
+36
[next]