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
2019-08-29
blkcg: add tools/cgroup/iocost_coef_gen.py
Tejun Heo
1
-0
/
+3
2019-08-29
blkcg: add tools/cgroup/iocost_monitor.py
Tejun Heo
1
-0
/
+21
2019-08-29
blkcg: implement blk-iocost
Tejun Heo
4
-0
/
+2385
2019-08-29
blk-mq: add optional request->alloc_time_ns
Tejun Heo
2
-2
/
+14
2019-08-29
blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
Tejun Heo
2
-5
/
+5
2019-08-29
block/rq_qos: implement rq_qos_ops->queue_depth_changed()
Tejun Heo
5
-15
/
+26
2019-08-29
block/rq_qos: add rq_qos_merge()
Tejun Heo
3
-0
/
+22
2019-08-29
blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()
Tejun Heo
1
-19
/
+43
2019-08-29
blkcg: make ->cpd_init_fn() optional
Tejun Heo
1
-1
/
+2
2019-08-29
blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
Tejun Heo
4
-9
/
+14
2019-08-27
block: split .sysfs_lock into two locks
Ming Lei
5
-33
/
+83
2019-08-27
block: add helper for checking if queue is registered
Ming Lei
3
-4
/
+4
2019-08-27
blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueue
Ming Lei
1
-7
/
+0
2019-08-27
block: don't hold q->sysfs_lock in elevator_init_mq
Ming Lei
1
-9
/
+5
2019-08-27
block: Remove blk_mq_register_dev()
Bart Van Assche
1
-11
/
+0
2019-08-22
block: move same page handling from __bio_add_pc_page to the callers
Christoph Hellwig
1
-10
/
+10
2019-08-22
block: create a bio_try_merge_pc_page helper
Christoph Hellwig
1
-24
/
+10
2019-08-22
block: improve the gap check in __bio_add_pc_page
Christoph Hellwig
1
-7
/
+7
2019-08-20
block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition
Revanth Rajashekar
1
-2
/
+0
2019-08-20
block: sed-opal: Remove always false conditional statement
Revanth Rajashekar
1
-4
/
+0
2019-08-20
block: sed-opal: Add/remove spaces
Revanth Rajashekar
2
-6
/
+42
2019-08-19
block: remove struct request_queue queue_head
Junxiao Bi
1
-1
/
+0
2019-08-15
block: remove REQ_NOWAIT_INLINE
Jens Axboe
1
-6
/
+2
2019-08-14
block: annotate refault stalls from IO submission
Johannes Weiner
2
-1
/
+25
2019-08-12
blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handling
zhengbin
1
-3
/
+6
2019-08-12
blk-mq: move cancel of requeue_work to the front of blk_exit_queue
zhengbin
2
-2
/
+3
2019-08-08
block, bfq: handle NULL return value by bfq_init_rq()
Paolo Valente
1
-3
/
+11
2019-08-08
block, bfq: move update of waker and woken list to queue freeing
Paolo Valente
1
-15
/
+29
2019-08-08
block, bfq: reset last_completed_rq_bfqq if the pointed queue is freed
Paolo Valente
1
-3
/
+7
2019-08-06
block: stop exporting bio_map_kern
Hans Holmberg
1
-1
/
+0
2019-08-05
blk-mq: balance mapping between present CPUs and queues
Ming Lei
1
-7
/
+22
2019-08-05
blk-zoned: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
2
-0
/
+44
2019-08-05
block: Fix a comment in blk_cleanup_queue()
Bart Van Assche
1
-1
/
+2
2019-08-05
block: Improve physical block alignment of split bios
Bart Van Assche
1
-4
/
+17
2019-08-05
block: Simplify blk_bio_segment_split()
Bart Van Assche
1
-35
/
+33
2019-08-05
block: Simplify bvec_split_segs()
Bart Van Assche
1
-9
/
+7
2019-08-05
block: Document the bio splitting functions
Bart Van Assche
2
-2
/
+45
2019-08-05
block: Declare several function pointer arguments 'const'
Bart Van Assche
1
-3
/
+4
2019-08-05
blk-mq: remove blk_mq_complete_request_sync
Ming Lei
1
-7
/
+0
2019-08-05
blk-mq: introduce blk_mq_tagset_wait_completed_request()
Ming Lei
1
-0
/
+32
2019-08-05
blk-mq: introduce blk_mq_request_completed()
Ming Lei
1
-0
/
+6
2019-08-01
hrtimer/treewide: Use hrtimer_sleeper_start_expires()
Thomas Gleixner
1
-1
/
+1
2019-08-01
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
1
-2
/
+1
2019-07-31
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
1
-1
/
+1
2019-07-27
Merge tag 'for-linus-20190726-2' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2019-07-26
block: fix max segment size handling in blk_queue_virt_boundary
Christoph Hellwig
1
-1
/
+2
2019-07-26
Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-45
/
+62
2019-07-23
block: blk-mq: Remove blk_mq_sched_started_request and started_request
Marcos Paulo de Souza
2
-11
/
+0
2019-07-22
blk-mq: allow REQ_NOWAIT to return an error inline
Jens Axboe
1
-2
/
+6
2019-07-18
rq-qos: use a mb for got_token
Josef Bacik
1
-0
/
+3
[prev]
[next]