index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: centralize PI remapping logic to the block layer
Max Gurtovoy
2019-09-17
1
-0
/
+7
*
block/rq_qos: add rq_qos_merge()
Tejun Heo
2019-08-28
1
-0
/
+4
*
block: split .sysfs_lock into two locks
Ming Lei
2019-08-27
1
-0
/
+1
*
block: remove struct request_queue queue_head
Junxiao Bi
2019-08-19
1
-1
/
+0
*
block: annotate refault stalls from IO submission
Johannes Weiner
2019-08-14
1
-1
/
+22
*
blk-zoned: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
2019-08-04
1
-0
/
+5
*
block: Fix a comment in blk_cleanup_queue()
Bart Van Assche
2019-08-04
1
-1
/
+2
*
block: Disable write plugging for zoned block devices
Damien Le Moal
2019-07-10
1
-1
/
+1
*
blkcg: implement REQ_CGROUP_PUNT
Tejun Heo
2019-07-10
1
-0
/
+3
*
block: init flush rq ref count to 1
Josef Bacik
2019-07-10
1
-0
/
+1
*
block: update print_req_error()
Chaitanya Kulkarni
2019-06-20
1
-4
/
+7
*
block: add centralize REQ_OP_XXX to string helper
Chaitanya Kulkarni
2019-06-20
1
-0
/
+36
*
block: improve print_req_error
Christoph Hellwig
2019-06-20
1
-7
/
+9
*
block: mark blk_rq_bio_prep as inline
Christoph Hellwig
2019-06-20
1
-11
/
+0
*
block: simplify blk_recalc_rq_segments
Christoph Hellwig
2019-06-20
1
-2
/
+2
*
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
2019-06-20
1
-18
/
+14
*
block: remove blk_init_request_from_bio
Christoph Hellwig
2019-06-20
1
-11
/
+0
*
block: initialize the write priority in blk_rq_bio_prep
Christoph Hellwig
2019-06-20
1
-1
/
+1
*
blk-core: Remove blk_end_request*() declarations
Pavel Begunkov
2019-06-20
1
-1
/
+1
*
block: free sched's request pool in blk_cleanup_queue
Ming Lei
2019-06-06
1
-0
/
+13
*
block: print offending values when cloned rq limits are exceeded
John Pittman
2019-05-31
1
-2
/
+5
*
block: don't protect generic_make_request_checks with blk_queue_enter
Ming Lei
2019-05-29
1
-31
/
+6
*
block: move blk_exit_queue into __blk_release_queue
Ming Lei
2019-05-29
1
-37
/
+0
*
blk-mq: fix hang caused by freeze/unfreeze sequence
Bob Liu
2019-05-23
1
-1
/
+2
*
block: don't drain in-progress dispatch in blk_cleanup_queue()
Ming Lei
2019-05-04
1
-12
/
+0
*
blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release
Ming Lei
2019-05-04
1
-8
/
+0
*
blk-mq: free hw queue's resource in hctx's release handler
Ming Lei
2019-05-04
1
-1
/
+1
*
blk-mq: move cancel of requeue_work into blk_mq_release
Ming Lei
2019-05-04
1
-1
/
+0
*
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-04-30
1
-0
/
+1
*
block: Revert v5.0 blk_mq_request_issue_directly() changes
Bart Van Assche
2019-04-05
1
-3
/
+1
*
mm: refactor readahead defines in mm.h
Nikolay Borisov
2019-03-12
1
-2
/
+1
*
block: pass no-op callback to INIT_WORK().
Tetsuo Handa
2019-01-30
1
-1
/
+5
*
Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"
Jens Axboe
2019-01-27
1
-11
/
+0
*
block: cover another queue enter recursion via BIO_QUEUE_ENTERED
Ming Lei
2019-01-22
1
-0
/
+11
*
block: fix kerneldoc comment for blk_attempt_plug_merge()
Jonathan Corbet
2019-01-09
1
-1
/
+0
*
block: clarify documentation for blk_{start|finish}_plug
Jeff Moyer
2019-01-08
1
-0
/
+19
*
block: clear REQ_HIPRI if polling is not supported
Christoph Hellwig
2018-12-16
1
-0
/
+3
*
blk-mq: replace and kill blk_mq_request_issue_directly
Jianchao Wang
2018-12-16
1
-1
/
+3
*
block: delete part_round_stats and switch to less precise counting
Mikulas Patocka
2018-12-10
1
-58
/
+4
*
block: stop passing 'cpu' to all percpu stats methods
Mike Snitzer
2018-12-10
1
-19
/
+15
*
block: remove ->poll_fn
Christoph Hellwig
2018-12-04
1
-23
/
+0
*
block: add cmd_flags to print_req_error
Balbir Singh
2018-12-01
1
-4
/
+5
*
blk-mq: use bd->last == true for list inserts
Jens Axboe
2018-11-29
1
-1
/
+1
*
block: improve logic around when to sort a plug list
Jens Axboe
2018-11-29
1
-0
/
+1
*
block: sum requests in the plug structure
Jens Axboe
2018-11-26
1
-26
/
+4
*
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
2018-11-26
1
-3
/
+6
*
blk-mq: when polling for IO, look for any completion
Jens Axboe
2018-11-26
1
-2
/
+11
*
block: Initialize BIO I/O priority early
Damien Le Moal
2018-11-19
1
-4
/
+1
*
block: prevent merging of requests with different priorities
Damien Le Moal
2018-11-19
1
-3
/
+0
*
block: Introduce get_current_ioprio()
Damien Le Moal
2018-11-19
1
-5
/
+1
[next]