aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAge
* block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-17
* block/rq_qos: add rq_qos_merge()Tejun Heo2019-08-28
* block: split .sysfs_lock into two locksMing Lei2019-08-27
* block: remove struct request_queue queue_headJunxiao Bi2019-08-19
* block: annotate refault stalls from IO submissionJohannes Weiner2019-08-14
* blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2019-08-04
* block: Fix a comment in blk_cleanup_queue()Bart Van Assche2019-08-04
* block: Disable write plugging for zoned block devicesDamien Le Moal2019-07-10
* blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-10
* block: init flush rq ref count to 1Josef Bacik2019-07-10
* block: update print_req_error()Chaitanya Kulkarni2019-06-20
* block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni2019-06-20
* block: improve print_req_errorChristoph Hellwig2019-06-20
* block: mark blk_rq_bio_prep as inlineChristoph Hellwig2019-06-20
* block: simplify blk_recalc_rq_segmentsChristoph Hellwig2019-06-20
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-20
* block: remove blk_init_request_from_bioChristoph Hellwig2019-06-20
* block: initialize the write priority in blk_rq_bio_prepChristoph Hellwig2019-06-20
* blk-core: Remove blk_end_request*() declarationsPavel Begunkov2019-06-20
* block: free sched's request pool in blk_cleanup_queueMing Lei2019-06-07
* block: print offending values when cloned rq limits are exceededJohn Pittman2019-05-31
* block: don't protect generic_make_request_checks with blk_queue_enterMing Lei2019-05-29
* block: move blk_exit_queue into __blk_release_queueMing Lei2019-05-29
* blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu2019-05-23
* block: don't drain in-progress dispatch in blk_cleanup_queue()Ming Lei2019-05-04
* blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei2019-05-04
* blk-mq: free hw queue's resource in hctx's release handlerMing Lei2019-05-04
* blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2019-05-04
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-30
* block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche2019-04-05
* mm: refactor readahead defines in mm.hNikolay Borisov2019-03-12
* block: pass no-op callback to INIT_WORK().Tetsuo Handa2019-01-30
* Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe2019-01-27
* block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei2019-01-22
* block: fix kerneldoc comment for blk_attempt_plug_merge()Jonathan Corbet2019-01-09
* block: clarify documentation for blk_{start|finish}_plugJeff Moyer2019-01-08
* block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig2018-12-16
* blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang2018-12-16
* block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-10
* block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-10
* block: remove ->poll_fnChristoph Hellwig2018-12-04
* block: add cmd_flags to print_req_errorBalbir Singh2018-12-01
* blk-mq: use bd->last == true for list insertsJens Axboe2018-11-29
* block: improve logic around when to sort a plug listJens Axboe2018-11-29
* block: sum requests in the plug structureJens Axboe2018-11-26
* block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-26
* blk-mq: when polling for IO, look for any completionJens Axboe2018-11-26
* block: Initialize BIO I/O priority earlyDamien Le Moal2018-11-19
* block: prevent merging of requests with different prioritiesDamien Le Moal2018-11-19
* block: Introduce get_current_ioprio()Damien Le Moal2018-11-19