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
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-25
bio: don't copy bvec for direct IO
Pavel Begunkov
1
-38
/
+29
2021-01-25
block/psi: remove PSI annotations from direct IO
Pavel Begunkov
1
-0
/
+6
2021-01-25
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
3
-6
/
+5
2021-01-25
block: remove unnecessary argument from blk_execute_rq_nowait
Guoqing Jiang
1
-6
/
+4
2021-01-25
bsg: free the request before return error code
Pan Bian
1
-1
/
+3
2021-01-25
block: Fix an error handling in add_partition
Dinghao Liu
1
-1
/
+1
2021-01-25
blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue
Ming Lei
1
-1
/
+1
2021-01-25
block: move three bvec helpers declaration into private helper
Ming Lei
1
-0
/
+4
2021-01-25
block: set .bi_max_vecs as actual allocated vector number
Ming Lei
1
-1
/
+2
2021-01-25
block: don't allocate inline bvecs if this bioset needn't bvecs
Ming Lei
1
-2
/
+5
2021-01-25
block: don't pass BIOSET_NEED_BVECS for q->bio_split
Ming Lei
1
-1
/
+1
2021-01-25
block: manage bio slab cache by xarray
Ming Lei
1
-67
/
+49
2021-01-25
bfq: don't duplicate code for different paths
huhai
1
-3
/
+0
2021-01-25
blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
Jan Kara
2
-6
/
+61
2021-01-25
Revert "blk-mq, elevator: Count requests per hctx to improve performance"
Jan Kara
3
-12
/
+0
2021-01-25
block, bfq: do not expire a queue when it is the only busy one
Paolo Valente
1
-2
/
+20
2021-01-25
block, bfq: avoid spurious switches to soft_rt of interactive queues
Paolo Valente
1
-20
/
+37
2021-01-25
block, bfq: do not raise non-default weights
Paolo Valente
1
-3
/
+7
2021-01-25
block, bfq: increase time window for waker detection
Paolo Valente
1
-1
/
+1
2021-01-25
block, bfq: set next_rq to waker_bfqq->next_rq in waker injection
Jia Cheng Hu
1
-1
/
+1
2021-01-25
block, bfq: use half slice_idle as a threshold to check short ttime
Paolo Valente
1
-3
/
+4
2021-01-25
block: use an xarray for disk->part_tbl
Christoph Hellwig
4
-178
/
+19
2021-01-25
block: remove DISK_PITER_REVERSE
Christoph Hellwig
1
-30
/
+7
2021-01-25
block: add a disk_uevent helper
Christoph Hellwig
1
-13
/
+14
2021-01-25
blk-mq: use ->bi_bdev for I/O accounting
Christoph Hellwig
3
-51
/
+5
2021-01-25
block: use ->bi_bdev for bio based I/O accounting
Christoph Hellwig
1
-10
/
+13
2021-01-25
block: do not reassig ->bi_bdev when partition remapping
Christoph Hellwig
1
-2
/
+3
2021-01-25
block: simplify submit_bio_checks a bit
Christoph Hellwig
1
-25
/
+14
2021-01-25
block: store a block_device pointer in struct bio
Christoph Hellwig
12
-69
/
+55
2021-01-25
block: propagate BLKROSET on the whole device to all partitions
Christoph Hellwig
1
-2
/
+1
2021-01-25
block: add a hard-readonly flag to struct gendisk
Christoph Hellwig
3
-19
/
+21
2021-01-25
block: remove the NULL bdev check in bdev_read_only
Christoph Hellwig
1
-3
/
+0
2021-01-10
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-13
/
+23
2021-01-08
blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED
John Garry
1
-0
/
+1
2021-01-05
block: fix use-after-free in disk_part_iter_next
Ming Lei
1
-4
/
+7
2021-01-05
bfq: Fix computation of shallow depth
Jan Kara
1
-4
/
+4
2021-01-05
blk-iocost: fix NULL iocg deref from racing against initialization
Tejun Heo
1
-5
/
+11
2021-01-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-20
/
+27
2020-12-30
block: add debugfs stanza for QUEUE_FLAG_NOWAIT
Andres Freund
1
-0
/
+1
2020-12-22
block: update some copyrights
Christoph Hellwig
2
-0
/
+3
2020-12-17
blk-mq: Don't complete on a remote CPU in force threaded mode
Sebastian Andrzej Siewior
1
-0
/
+8
2020-12-17
blk-iocost: Add iocg idle state tracepoint
Baolin Wang
1
-0
/
+3
2020-12-17
blk-mq: Remove 'running from the wrong CPU' warning
Daniel Wagner
1
-25
/
+0
2020-12-17
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2020-12-17
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-17
/
+18
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
18
-943
/
+583
2020-12-15
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2020-12-12
blk-mq: fix msec comment from micro to milli seconds
Minwoo Im
1
-3
/
+3
2020-12-12
blk-mq: update arg in comment of blk_mq_map_queue
Minwoo Im
1
-1
/
+1
2020-12-12
blk-mq: add helper allocating tagset->tags
Minwoo Im
1
-1
/
+7
[prev]
[next]