aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12block: Remove partition support for zoned block devicesDamien Le Moal1-5/+1
2019-11-07block: add zone open, close and finish operationsAjay Joshi1-3/+9
2019-10-07block: Reduce sysfs_lock locking inside blk_cleanup_queue()Bart Van Assche1-2/+0
2019-10-07block: Remove "dying" checks from sysfs callbacksBart Van Assche1-0/+2
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy1-0/+7
2019-08-28block/rq_qos: add rq_qos_merge()Tejun Heo1-0/+4
2019-08-27block: split .sysfs_lock into two locksMing Lei1-0/+1
2019-08-19block: remove struct request_queue queue_headJunxiao Bi1-1/+0
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner1-1/+22
2019-08-04blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni1-0/+5
2019-08-04block: Fix a comment in blk_cleanup_queue()Bart Van Assche1-1/+2
2019-07-10block: Disable write plugging for zoned block devicesDamien Le Moal1-1/+1
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo1-0/+3
2019-07-10block: init flush rq ref count to 1Josef Bacik1-0/+1
2019-06-20block: update print_req_error()Chaitanya Kulkarni1-4/+7
2019-06-20block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni1-0/+36
2019-06-20block: improve print_req_errorChristoph Hellwig1-7/+9
2019-06-20block: mark blk_rq_bio_prep as inlineChristoph Hellwig1-11/+0
2019-06-20block: simplify blk_recalc_rq_segmentsChristoph Hellwig1-2/+2
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-18/+14
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig1-11/+0
2019-06-20block: initialize the write priority in blk_rq_bio_prepChristoph Hellwig1-1/+1
2019-06-20blk-core: Remove blk_end_request*() declarationsPavel Begunkov1-1/+1
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei1-0/+13
2019-05-31block: print offending values when cloned rq limits are exceededJohn Pittman1-2/+5
2019-05-29block: don't protect generic_make_request_checks with blk_queue_enterMing Lei1-31/+6
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei1-37/+0
2019-05-23blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu1-1/+2
2019-05-04block: don't drain in-progress dispatch in blk_cleanup_queue()Ming Lei1-12/+0
2019-05-04blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei1-8/+0
2019-05-04blk-mq: free hw queue's resource in hctx's release handlerMing Lei1-1/+1
2019-05-04blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei1-1/+0
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2019-04-05block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche1-3/+1
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-2/+1
2019-01-30block: pass no-op callback to INIT_WORK().Tetsuo Handa1-1/+5
2019-01-27Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe1-11/+0
2019-01-22block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei1-0/+11
2019-01-09block: fix kerneldoc comment for blk_attempt_plug_merge()Jonathan Corbet1-1/+0
2019-01-08block: clarify documentation for blk_{start|finish}_plugJeff Moyer1-0/+19
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig1-0/+3
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang1-1/+3
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka1-58/+4
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-19/+15
2018-12-04block: remove ->poll_fnChristoph Hellwig1-23/+0
2018-12-01block: add cmd_flags to print_req_errorBalbir Singh1-4/+5
2018-11-29blk-mq: use bd->last == true for list insertsJens Axboe1-1/+1
2018-11-29block: improve logic around when to sort a plug listJens Axboe1-0/+1
2018-11-26block: sum requests in the plug structureJens Axboe1-26/+4
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-3/+6