summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | block, bfq: re-schedule empty queues if they deserve I/O pluggingPaolo Valente2019-06-251-184/+203
| * | block, bfq: preempt lower-weight or lower-priority queuesPaolo Valente2019-06-251-20/+75
| * | block, bfq: detect wakers and unconditionally inject their I/OPaolo Valente2019-06-252-34/+261
| * | block, bfq: bring forward seek&think time updatePaolo Valente2019-06-251-10/+4
| * | block, bfq: update base request service times when possiblePaolo Valente2019-06-251-1/+12
| * | block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente2019-06-251-1/+7
| * | block, bfq: reset inject limit when think-time state changesPaolo Valente2019-06-251-68/+151
| * | block: update print_req_error()Chaitanya Kulkarni2019-06-201-4/+7
| * | block: use blk_op_str() in blk-mq-debugfs.cChaitanya Kulkarni2019-06-201-20/+4
| * | block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni2019-06-201-0/+36
| * | block: improve print_req_errorChristoph Hellwig2019-06-201-7/+9
| * | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-204-20/+26
| * | bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig2019-06-201-43/+19
| * | blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig2019-06-203-100/+167
| * | blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig2019-06-202-26/+23
| * | blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig2019-06-202-21/+25
| * | blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig2019-06-201-3/+2
| * | block: mark blk_rq_bio_prep as inlineChristoph Hellwig2019-06-202-12/+12
| * | block: untangle the end of blk_bio_segment_splitChristoph Hellwig2019-06-201-11/+3
| * | block: simplify blk_recalc_rq_segmentsChristoph Hellwig2019-06-203-18/+9
| * | block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-2011-125/+104
| * | block: remove blk_init_request_from_bioChristoph Hellwig2019-06-202-12/+6
| * | block: initialize the write priority in blk_rq_bio_prepChristoph Hellwig2019-06-201-1/+1
| * | blk-iolatency: only account submitted biosDennis Zhou2019-06-201-0/+4
| * | blk-core: Remove blk_end_request*() declarationsPavel Begunkov2019-06-201-1/+1
| * | block: code cleanup queue_poll_stat_show()Chaitanya Kulkarni2019-06-201-5/+5
| * | block: use right format specifier for opChaitanya Kulkarni2019-06-201-1/+1
| * | block: get rid of redundant elseChaitanya Kulkarni2019-06-201-2/+2
| * | block: use req_op() to maintain consistencyChaitanya Kulkarni2019-06-171-1/+1
| * | blkcg: blkcg_activate_policy() should initialize ancestors firstTejun Heo2019-06-151-1/+2
| * | blkcg: perpcu_ref init/exit should be done from blkg_alloc/free()Tejun Heo2019-06-151-9/+4
| * | blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo2019-06-151-2/+6
| * | blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo2019-06-151-1/+3
| * | block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-151-2/+1
| * | block: genhd: Use struct_size() helperGustavo A. R. Silva2019-06-151-3/+2
| * | blk-mq/debugfs: Fix improper print qualifierPavel Begunkov2019-06-151-1/+1
* | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-081-1/+1
|\ \ \
| * | | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | | | blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman2019-07-061-0/+7
* | | | block, bfq: fix operator in BFQQ_TOTALLY_SEEKYPaolo Valente2019-06-251-1/+1
| |_|/ |/| |
* | | block: fix page leak when merging to same pageChristoph Hellwig2019-06-171-2/+10
* | | block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-171-15/+11
| |/ |/|
* | blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei2019-06-131-1/+0
* | blk-mq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-132-132/+49
* | block: force select mq-deadline for zoned block devicesDamien Le Moal2019-06-131-0/+1
* | cgroup/bfq: revert bfq.weight symlink changeJens Axboe2019-06-101-4/+2
* | block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco2019-06-071-2/+4
* | block: free sched's request pool in blk_cleanup_queueMing Lei2019-06-066-6/+52
* | block: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang2019-06-051-1/+1
* | block: print offending values when cloned rq limits are exceededJohn Pittman2019-05-311-2/+5