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-11-11
block: Make q_usage_counter also track legacy requests
Ming Lei
1
-0
/
+12
2017-11-11
blk-mq: Avoid that request queue removal can trigger list corruption
Bart Van Assche
1
-0
/
+1
2017-11-04
block: pass 'run_queue' to blk_mq_request_bypass_insert
Ming Lei
1
-1
/
+1
2017-11-04
block: fix peeking requests during PM
Christoph Hellwig
1
-17
/
+18
2017-11-03
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
1
-0
/
+11
2017-11-03
block: add a blk_steal_bios helper
Christoph Hellwig
1
-0
/
+21
2017-11-03
block: provide a direct_make_request helper
Christoph Hellwig
1
-0
/
+34
2017-10-30
block: Fix a race between blk_cleanup_queue() and timeout handling
Bart Van Assche
1
-0
/
+2
2017-10-10
block: set request_list for request
Shaohua Li
1
-1
/
+1
2017-10-03
block: move __elv_next_request to blk-core.c
Christoph Hellwig
1
-2
/
+40
2017-09-25
blktrace: Fix potential deadlock between delete & sysfs ops
Waiman Long
1
-0
/
+3
2017-09-12
block: directly insert blk-mq request from blk_insert_cloned_request()
Jens Axboe
1
-1
/
+6
2017-08-29
block: Make blk_dequeue_request() static
Damien Le Moal
1
-4
/
+1
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-51
/
+49
2017-08-18
block: Relax a check in blk_start_queue()
Bart Van Assche
1
-1
/
+1
2017-08-09
blk-mq: enable checking two part inflight counts at the same time
Jens Axboe
1
-13
/
+25
2017-08-09
block: make part_in_flight() take an array of two ints
Jens Axboe
1
-4
/
+4
2017-08-09
block: pass in queue to inflight accounting
Jens Axboe
1
-10
/
+12
2017-07-24
block: disable runtime-pm for blk-mq
Christoph Hellwig
1
-0
/
+4
2017-07-04
bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
Dmitry Monakhov
1
-4
/
+1
2017-06-27
block: don't set bounce limit in blk_init_queue
Christoph Hellwig
1
-5
/
+0
2017-06-27
block: don't set bounce limit in blk_init_allocated_queue
Christoph Hellwig
1
-5
/
+5
2017-06-27
block: don't bother with bounce limits for make_request drivers
Christoph Hellwig
1
-0
/
+5
2017-06-27
block: add support for write hints in a bio
Jens Axboe
1
-0
/
+1
2017-06-21
block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()
Bart Van Assche
1
-2
/
+2
2017-06-21
block: Document what queue type each function is intended for
Bart Van Assche
1
-0
/
+33
2017-06-21
block: Check locking assumptions at runtime
Bart Van Assche
1
-24
/
+47
2017-06-21
block: Introduce request_queue.initialize_rq_fn()
Bart Van Assche
1
-4
/
+13
2017-06-21
block: Make request operation type argument declarations consistent
Bart Van Assche
1
-6
/
+7
2017-06-20
block: return on congested block device
Goldwyn Rodrigues
1
-2
/
+20
2017-06-18
blk: use non-rescuing bioset for q->bio_split.
NeilBrown
1
-2
/
+1
2017-06-18
blk: make the bioset rescue_workqueue optional.
NeilBrown
1
-1
/
+2
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
1
-1
/
+1
2017-06-18
blk: remove bio_set arg from blk_queue_split()
NeilBrown
1
-1
/
+1
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-2
/
+8
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-7
/
+13
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-65
/
+91
2017-06-01
block: Avoid that blk_exit_rl() triggers a use-after-free
Bart Van Assche
1
-2
/
+8
2017-05-11
block: handle partial completions for special payload requests
Christoph Hellwig
1
-12
/
+12
2017-05-04
blk-mq: untangle debugfs and sysfs
Omar Sandoval
1
-7
/
+2
2017-05-04
blk-mq: move debugfs declarations to a separate header file
Omar Sandoval
1
-0
/
+1
2017-04-28
blk-mq: unify hctx delay_work and run_work
Jens Axboe
1
-3
/
+1
2017-04-28
block: add kblock_mod_delayed_work_on()
Jens Axboe
1
-0
/
+7
2017-04-28
blk-mq: unify hctx delayed_run_work and run_work
Jens Axboe
1
-1
/
+1
2017-04-27
blk-mq: Unregister debugfs attributes earlier
Bart Van Assche
1
-2
/
+6
2017-04-20
block: remove the errors field from struct request
Christoph Hellwig
1
-13
/
+1
2017-04-20
block: Inline blk_rq_set_prio()
Bart Van Assche
1
-1
/
+6
2017-04-20
block: Export blk_init_request_from_bio()
Bart Van Assche
1
-2
/
+3
2017-04-19
block: make __blk_end_bidi_request private
Christoph Hellwig
1
-1
/
+1
2017-04-19
block: remove blk_end_request_cur
Christoph Hellwig
1
-18
/
+0
[prev]
[next]