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
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
2018-06-03
blk-mq: update nr_requests when switching to 'none' scheduler
Ming Lei
1
-0
/
+1
2018-06-03
block: don't use blocking queue entered for recursive bio submits
Jens Axboe
2
-1
/
+13
2018-06-01
block: split the blk-mq case from elevator_init
Christoph Hellwig
3
-32
/
+48
2018-06-01
block: move sysfs_lock into elevator_init
Christoph Hellwig
5
-28
/
+8
2018-06-01
block: remove the always unused name argument to elevator_init
Christoph Hellwig
4
-11
/
+5
2018-06-01
block: unexport elevator_init/exit
Christoph Hellwig
2
-2
/
+2
2018-06-01
block: move initialization of elevator-related fields to blk_alloc_queue_node
Christoph Hellwig
2
-5
/
+5
2018-05-31
block, bfq: prevent soft_rt_next_start from being stuck at infinity
Davide Sapienza
1
-27
/
+2
2018-05-31
block, bfq: increase weight-raising duration for interactive apps
Davide Sapienza
1
-11
/
+15
2018-05-31
block, bfq: remove slow-system class
Paolo Valente
2
-105
/
+46
2018-05-31
block, bfq: add description of weight-raising heuristics
Paolo Valente
1
-24
/
+56
2018-05-31
block, bfq: remove the removal of 'next' rq in bfq_requests_merged
Filippo Muzzini
1
-7
/
+0
2018-05-31
block, bfq: remove wrong check in bfq_requests_merged
Paolo Valente
1
-6
/
+20
2018-05-31
block, bfq: remove wrong lock in bfq_requests_merged
Filippo Muzzini
1
-2
/
+0
2018-05-31
block: fixup bioset_integrity_create() call
Jens Axboe
1
-1
/
+1
2018-05-31
block: Drop bioset_create()
Kent Overstreet
1
-48
/
+13
2018-05-31
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
4
-31
/
+34
2018-05-30
blk-throttle: return proper bool type to caller instead of 0/1
Chengguang Xu
1
-5
/
+5
2018-05-30
blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter
Christoph Hellwig
1
-1
/
+1
2018-05-30
blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatch
Liu Bo
1
-1
/
+2
2018-05-30
block: kyber: make kyber more friendly with merging
Jianchao Wang
1
-32
/
+158
2018-05-30
blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper
Jens Axboe
1
-10
/
+24
2018-05-29
block: remove parent device reference from struct bsg_class_device
Christoph Hellwig
2
-38
/
+7
2018-05-29
block: don't print a message when the device went away
Christoph Hellwig
1
-2
/
+2
2018-05-29
blk-mq: simplify blk_mq_rq_timed_out
Christoph Hellwig
1
-14
/
+8
2018-05-29
block: remove BLK_EH_HANDLED
Christoph Hellwig
2
-7
/
+0
2018-05-29
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
2
-2
/
+2
2018-05-29
blk-mq: Remove generation seqeunce
Keith Busch
5
-231
/
+77
2018-05-29
blk-mq: Fix timeout and state order
Keith Busch
1
-1
/
+1
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
8
-80
/
+73
2018-05-24
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
1
-0
/
+12
2018-05-22
blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
Bart Van Assche
1
-2
/
+6
2018-05-22
blk-mq: remove wrong 'unlikely' check
huhai
1
-1
/
+1
2018-05-18
blk-mq: clear hctx->dispatch_from when mappings change
huhai
1
-0
/
+1
2018-05-16
blk-mq: remove redundant insert case in blk_mq_make_request()
huhai
1
-15
/
+1
2018-05-14
block: Add sysfs entry for fua support
Kent Overstreet
1
-0
/
+11
2018-05-14
block: Export bio check/set pages_dirty
Kent Overstreet
1
-0
/
+2
2018-05-14
block: Add warning for bi_next not NULL in bio_endio()
Kent Overstreet
2
-1
/
+10
2018-05-14
block: Add missing flush_dcache_page() call
Kent Overstreet
1
-0
/
+2
2018-05-14
block: Split out bio_list_copy_data()
Kent Overstreet
1
-32
/
+51
2018-05-14
block: Add bio_copy_data_iter(), zero_fill_bio_iter()
Kent Overstreet
1
-20
/
+24
2018-05-14
block: Use bioset_init() for fs_bio_set
Kent Overstreet
2
-5
/
+4
2018-05-14
block: Add bioset_init()/bioset_exit()
Kent Overstreet
1
-28
/
+65
2018-05-14
block: Convert bio_set to mempool_init()
Kent Overstreet
2
-34
/
+31
2018-05-14
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
Christoph Hellwig
1
-1
/
+1
2018-05-14
block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM
Christoph Hellwig
1
-3
/
+2
2018-05-14
block: pass an explicit gfp_t to get_request
Christoph Hellwig
1
-7
/
+7
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
3
-19
/
+8
2018-05-14
block: fix __get_request documentation
Christoph Hellwig
1
-1
/
+1
2018-05-10
kyber-iosched: update shallow depth when setting up hardware queue
Jens Axboe
1
-0
/
+3
[next]