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
2017-04-19
block: remove blk_end_request_err and __blk_end_request_err
Christoph Hellwig
1
-39
/
+0
2017-04-07
block: trace completion of all bios.
NeilBrown
1
-1
/
+9
2017-04-05
block: fix inheriting request priority from bio
Adam Manzanares
1
-1
/
+1
2017-03-29
block: block new I/O just after queue is set as dying
Ming Lei
1
-3
/
+10
2017-03-29
block: rename blk_mq_freeze_queue_start()
Ming Lei
1
-1
/
+1
2017-03-29
block: add a read barrier in blk_queue_enter()
Ming Lei
1
-0
/
+9
2017-03-28
block: track request size in blk_issue_stat
Shaohua Li
1
-1
/
+1
2017-03-22
block: fix stacked driver stats init and free
Jens Axboe
1
-4
/
+6
2017-03-21
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
1
-1
/
+5
2017-03-21
block: remove extra calls to wbt_exit()
Omar Sandoval
1
-1
/
+0
2017-03-12
blk: Ensure users for current->bio_list can see the full list.
NeilBrown
1
-12
/
+18
2017-03-08
blk: improve order of bio handling in generic_make_request()
NeilBrown
1
-4
/
+21
2017-03-08
Revert "scsi, block: fix duplicate bdi name registration crashes"
Jan Kara
1
-2
/
+0
2017-03-03
block: Move bdi_unregister() to del_gendisk()
Jan Kara
1
-1
/
+0
2017-02-18
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-160
/
+165
2017-02-08
block: optionally merge discontiguous discard bios into a single request
Christoph Hellwig
1
-0
/
+27
2017-02-08
block: enumify ELEVATOR_*_MERGE
Christoph Hellwig
1
-36
/
+40
2017-02-03
block: free merged request in the caller
Jens Axboe
1
-3
/
+9
2017-02-02
block: use same block debugfs directory for blk-mq and blktrace
Omar Sandoval
1
-0
/
+9
2017-02-02
scsi, block: fix duplicate bdi name registration crashes
Dan Williams
1
-0
/
+1
2017-02-02
block: Get rid of blk_get_backing_dev_info()
Jan Kara
1
-14
/
+0
2017-02-02
block: Make blk_get_backing_dev_info() safe without open bdev
Jan Kara
1
-5
/
+3
2017-02-02
block: Dynamically allocate and refcount backing_dev_info
Jan Kara
1
-7
/
+5
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
1
-13
/
+14
2017-02-02
block: queue lock must be acquired when iterating over rls
Tahsin Erdogan
1
-0
/
+2
2017-02-01
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-4
/
+2
2017-02-01
block: introduce blk_rq_is_passthrough
Christoph Hellwig
1
-4
/
+4
2017-01-28
block: don't assign cmd_flags in __blk_rq_prep_clone
Christoph Hellwig
1
-1
/
+0
2017-01-28
block: split scsi_request out of struct request
Christoph Hellwig
1
-31
/
+0
2017-01-28
block: allow specifying size for extra command data
Christoph Hellwig
1
-12
/
+47
2017-01-28
block: simplify blk_init_allocated_queue
Christoph Hellwig
1
-23
/
+15
2017-01-28
block: fix elevator init check
Christoph Hellwig
1
-22
/
+4
2017-01-27
block: cleanup remaining manual checks for PREFLUSH|FUA
Jens Axboe
1
-1
/
+1
2017-01-27
blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()
Jens Axboe
1
-1
/
+1
2017-01-27
block: add a op_is_flush helper
Christoph Hellwig
1
-4
/
+4
2017-01-17
blk-mq-sched: add framework for MQ capable IO schedulers
Jens Axboe
1
-1
/
+3
2017-01-17
block: move rq_ioc() to blk.h
Jens Axboe
1
-16
/
+0
2016-12-14
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-1
/
+3
2016-12-09
block: improve handling of the magic discard payload
Christoph Hellwig
1
-32
/
+2
2016-12-05
block: fix unintended fallthrough in generic_make_request_checks()
Nicolai Stange
1
-0
/
+1
2016-12-01
block: add support for REQ_OP_WRITE_ZEROES
Chaitanya Kulkarni
1
-0
/
+4
2016-11-22
block: apply blk_partition_remap to REQ_OP_ZONE_RESET
Shaun Tancheff
1
-1
/
+6
2016-11-16
block: deal with stale req count of plug list
Ming Lei
1
-1
/
+4
2016-11-11
block: move poll code to blk-mq
Jens Axboe
1
-46
/
+0
2016-11-10
block: hook up writeback throttling
Jens Axboe
1
-2
/
+15
2016-11-10
block: add scalable completion tracking of requests
Jens Axboe
1
-2
/
+12
2016-11-04
block: immediately dispatch big size request
Shaohua Li
1
-1
/
+3
2016-10-28
block: better op and flags encoding
Christoph Hellwig
1
-40
/
+20
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-34
/
+37
2016-10-19
block: Add iocontext priority to request
Adam Manzanares
1
-1
/
+3
[prev]
[next]