index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
pktcdvd.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-05
Revert "pktcdvd: remove driver."
Jens Axboe
1
-0
/
+2944
2022-12-02
pktcdvd: remove driver.
Greg Kroah-Hartman
1
-2944
/
+0
2022-08-03
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-16
block: remove last remaining traces of IDE documentation
Paul Gortmaker
1
-1
/
+1
2022-04-18
pktcdvd: stop using bio_reset
Christoph Hellwig
1
-16
/
+9
2022-04-18
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
1
-12
/
+13
2022-03-25
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-02
scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd
Christoph Hellwig
1
-1
/
+1
2022-03-02
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-04
pktcdvd: convert to use attribute groups
Greg Kroah-Hartman
1
-141
/
+134
2021-12-10
pktdvd: stop using bdi congestion framework.
NeilBrown
1
-11
/
+20
2021-11-29
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-1
/
+1
2021-11-01
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
1
-3
/
+6
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
1
-1
/
+1
2021-10-22
block: remove QUEUE_FLAG_SCSI_PASSTHROUGH
Christoph Hellwig
1
-1
/
+4
2021-10-22
scsi: add a scsi_alloc_request helper
Christoph Hellwig
1
-1
/
+1
2021-10-18
pktcdvd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-4
/
+3
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
1
-5
/
+3
2021-07-01
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
1
-1
/
+1
2021-06-01
pktcdvd: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-7
/
+4
2021-04-12
block: move bio_list_copy_data to pktcdvd
Christoph Hellwig
1
-0
/
+36
[next]