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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
48
-393
/
+1717
2022-07-26
ublk_drv: fix double shift bug
Dan Carpenter
1
-2
/
+2
2022-07-22
ublk_drv: make sure that correct flags(features) returned to userspace
Ming Lei
1
-3
/
+14
2022-07-22
ublk_drv: fix error handling of ublk_add_dev
Christoph Hellwig
1
-52
/
+48
2022-07-21
ublk_drv: fix lockdep warning
Ming Lei
1
-2
/
+4
2022-07-21
ublk: defer disk allocation
Christoph Hellwig
1
-74
/
+53
2022-07-21
ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumask
Christoph Hellwig
1
-31
/
+24
2022-07-21
ublk: fold __ublk_create_dev into ublk_ctrl_add_dev
Christoph Hellwig
1
-20
/
+8
2022-07-21
ublk: cleanup ublk_ctrl_uring_cmd
Christoph Hellwig
1
-118
/
+116
2022-07-21
ublk: simplify ublk_ch_open and ublk_ch_release
Christoph Hellwig
1
-10
/
+7
2022-07-21
ublk: remove the empty open and release block device operations
Christoph Hellwig
1
-11
/
+0
2022-07-21
ublk: remove UBLK_IO_F_PREFLUSH
Christoph Hellwig
1
-3
/
+0
2022-07-18
ublk_drv: fix an IS_ERR() vs NULL check
Dan Carpenter
1
-2
/
+2
2022-07-18
ublk: remove UBLK_IO_F_INTEGRITY
Christoph Hellwig
1
-3
/
+0
2022-07-18
ublk_drv: remove unneeded semicolon
Yang Li
1
-2
/
+2
2022-07-18
ublk_drv: fix missing error return code in ublk_add_dev()
Yang Yingliang
1
-1
/
+3
2022-07-16
ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warning
Ming Lei
1
-4
/
+2
2022-07-14
block/zram: Use enum req_op where appropriate
Bart Van Assche
1
-1
/
+1
2022-07-14
xen-blkback: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-3
/
+3
2022-07-14
block/rnbd: Use blk_opf_t where appropriate
Bart Van Assche
1
-3
/
+4
2022-07-14
block/floppy: Fix a sparse warning
Bart Van Assche
1
-1
/
+1
2022-07-14
block/drbd: Combine two drbd_submit_peer_request() arguments
Bart Van Assche
3
-11
/
+9
2022-07-14
block/drbd: Use the enum req_op and blk_opf_t types
Bart Van Assche
4
-13
/
+15
2022-07-14
block/brd: Use the enum req_op type
Bart Van Assche
1
-1
/
+1
2022-07-14
block: Change the type of req_op() and bio_op() into enum req_op
Bart Van Assche
1
-0
/
+2
2022-07-14
block: Change the type of the last .rw_page() argument
Bart Van Assche
2
-2
/
+2
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
4
-15
/
+12
2022-07-14
rnbd-srv: remove the name field from struct rnbd_dev
Christoph Hellwig
5
-12
/
+7
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-07-14
drbd: stop using bdevname in drbd_report_io_error
Christoph Hellwig
1
-4
/
+2
2022-07-14
ublk_drv: fix request queue leak
Ming Lei
1
-6
/
+15
2022-07-14
ublk_drv: support to complete io command via task_work_add
Ming Lei
1
-8
/
+67
2022-07-14
ublk_drv: add io_uring based userspace block driver
Ming Lei
3
-0
/
+1541
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
Christoph Hellwig
1
-2
/
+2
2022-07-06
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
1
-1
/
+1
2022-07-06
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
2
-3
/
+3
2022-07-06
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
3
-6
/
+4
2022-07-01
xen/blkfront: force data bouncing when backend is untrusted
Roger Pau Monne
1
-15
/
+34
2022-07-01
xen/blkfront: fix leaking data in shared pages
Roger Pau Monne
1
-2
/
+3
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
28
-45
/
+45
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
7
-9
/
+3
2022-06-28
mtip32xx: fix device removal
Christoph Hellwig
2
-114
/
+44
2022-06-28
mtip32xx: remove the device_status debugfs file
Christoph Hellwig
2
-144
/
+1
2022-06-21
xen-blkfront: Handle NULL gendisk
Jason Andryuk
1
-7
/
+12
2022-06-04
Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2022-06-03
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-59
/
+82
2022-06-03
Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
[next]