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
/
blk-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-07
block: always set partition number to '0' in blk_partition_remap()
Hannes Reinecke
1
-1
/
+1
2018-06-03
block: don't use blocking queue entered for recursive bio submits
Jens Axboe
1
-1
/
+3
2018-06-01
block: move sysfs_lock into elevator_init
Christoph Hellwig
1
-9
/
+1
2018-06-01
block: remove the always unused name argument to elevator_init
Christoph Hellwig
1
-1
/
+1
2018-06-01
block: move initialization of elevator-related fields to blk_alloc_queue_node
Christoph Hellwig
1
-0
/
+5
2018-05-31
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
1
-3
/
+4
2018-05-29
blk-mq: Remove generation seqeunce
Keith Busch
1
-6
/
+0
2018-05-14
block: Add warning for bi_next not NULL in bio_endio()
Kent Overstreet
1
-1
/
+7
2018-05-14
block: Use bioset_init() for fs_bio_set
Kent Overstreet
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
1
-11
/
+3
2018-05-14
block: fix __get_request documentation
Christoph Hellwig
1
-1
/
+1
2018-05-09
block: consolidate struct request timestamp fields
Omar Sandoval
1
-9
/
+8
2018-05-09
block: get rid of struct blk_issue_stat
Omar Sandoval
1
-1
/
+4
2018-05-09
block: pass struct request instead of struct blk_issue_stat to wbt
Omar Sandoval
1
-5
/
+5
2018-05-08
block: Shorten interrupt disabled regions
Thomas Gleixner
1
-10
/
+2
2018-05-08
block: Remove redundant WARN_ON()
Anna-Maria Gleixner
1
-1
/
+0
2018-04-17
blk-mq: start request gstate with gen 1
Jianchao Wang
1
-0
/
+4
2018-04-14
block: do not use interruptible wait anywhere
Alan Jenkins
1
-7
/
+4
2018-04-11
blk-mq: Avoid that submitting a bio concurrently with device removal triggers...
Bart Van Assche
1
-6
/
+29
2018-04-06
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-82
/
+168
2018-03-19
block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...
Bart Van Assche
1
-2
/
+2
2018-03-17
block: bio_check_eod() needs to consider partitions
Christoph Hellwig
1
-53
/
+40
2018-03-09
block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
Bart Van Assche
1
-16
/
+75
2018-03-09
block: Use the queue_flag_*() functions instead of open-coding these
Bart Van Assche
1
-1
/
+1
2018-03-01
block: fix the count of PGPGOUT for WRITE_SAME
Jiufei Xue
1
-1
/
+1
2018-02-28
block: Fix a race between request queue removal and the block cgroup controller
Bart Van Assche
1
-0
/
+31
2018-02-28
block: Fix a race between the cgroup code and request queue initialization
Bart Van Assche
1
-8
/
+16
2018-02-28
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
1
-3
/
+4
2018-02-07
block: Add should_fail_bio() for bpf error injection
Howard McLauchlan
1
-1
/
+10
2018-02-02
blk-mq: fix discard merge with scheduler attached
Jens Axboe
1
-0
/
+2
2018-01-31
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
1
-0
/
+1
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-35
/
+52
2018-01-19
block: Remove kblockd_schedule_delayed_work{,_on}()
Bart Van Assche
1
-14
/
+0
2018-01-19
blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...
Bart Van Assche
1
-1
/
+1
2018-01-18
block: fail op_is_write() requests to read-only partitions
Ilya Dryomov
1
-18
/
+38
2018-01-17
blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
Ming Lei
1
-2
/
+1
2018-01-10
block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit
Jens Axboe
1
-1
/
+1
2018-01-09
blk-mq: replace timeout synchronization with a RCU and generation based scheme
Tejun Heo
1
-0
/
+2
2018-01-06
blk-mq: quiesce queue before freeing queue
Ming Lei
1
-0
/
+9
2018-01-05
block: introduce zoned block devices zone write locking
Christoph Hellwig
1
-0
/
+1
2018-01-05
block: drain queue before waiting for q_usage_counter becoming zero
Ming Lei
1
-2
/
+7
2017-11-22
block/laptop_mode: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+5
2017-11-16
block: wake up all tasks blocked in get_request()
Ming Lei
1
-2
/
+2
2017-11-11
block, nvme: Introduce blk_mq_req_flags_t
Bart Van Assche
1
-6
/
+6
2017-11-11
block, scsi: Make SCSI quiesce and resume work reliably
Bart Van Assche
1
-8
/
+34
2017-11-11
block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
Bart Van Assche
1
-0
/
+30
2017-11-11
block: Introduce BLK_MQ_REQ_PREEMPT
Bart Van Assche
1
-1
/
+3
2017-11-11
block: Introduce blk_get_request_flags()
Bart Van Assche
1
-15
/
+35
[next]