summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2020-05-28Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe
2020-03-29block: return NULL in blk_alloc_queue() on errorChaitanya Kulkarni
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov
2020-03-12block: cleanup for _blk/blk_rq_prep_cloneGuoqing Jiang
2020-03-12block: remove redundant setting of QUEUE_FLAG_DYINGGuoqing Jiang
2020-03-12block: use bio_{wouldblock,io}_error in direct_make_requestGuoqing Jiang
2020-03-12block: fix comment for blk_cloned_rq_check_limitsGuoqing Jiang
2020-03-02block: Remove used kblockd_schedule_work_on()Daniel Wagner
2019-12-17block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-12-12block: fix NULL pointer dereference in account statistics with IDELogan Gunthorpe
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-12block: Remove partition support for zoned block devicesDamien Le Moal
2019-11-07block: add zone open, close and finish operationsAjay Joshi
2019-10-07block: Reduce sysfs_lock locking inside blk_cleanup_queue()Bart Van Assche
2019-10-07block: Remove "dying" checks from sysfs callbacksBart Van Assche
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy
2019-08-28block/rq_qos: add rq_qos_merge()Tejun Heo
2019-08-27block: split .sysfs_lock into two locksMing Lei
2019-08-19block: remove struct request_queue queue_headJunxiao Bi
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner
2019-08-04blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni
2019-08-04block: Fix a comment in blk_cleanup_queue()Bart Van Assche
2019-07-10block: Disable write plugging for zoned block devicesDamien Le Moal
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo
2019-07-10block: init flush rq ref count to 1Josef Bacik
2019-06-20block: update print_req_error()Chaitanya Kulkarni
2019-06-20block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni
2019-06-20block: improve print_req_errorChristoph Hellwig
2019-06-20block: mark blk_rq_bio_prep as inlineChristoph Hellwig
2019-06-20block: simplify blk_recalc_rq_segmentsChristoph Hellwig
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig
2019-06-20block: initialize the write priority in blk_rq_bio_prepChristoph Hellwig
2019-06-20blk-core: Remove blk_end_request*() declarationsPavel Begunkov
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei
2019-05-31block: print offending values when cloned rq limits are exceededJohn Pittman
2019-05-29block: don't protect generic_make_request_checks with blk_queue_enterMing Lei
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei
2019-05-23blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu
2019-05-04block: don't drain in-progress dispatch in blk_cleanup_queue()Ming Lei
2019-05-04blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei
2019-05-04blk-mq: free hw queue's resource in hctx's release handlerMing Lei
2019-05-04blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-04-05block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-01-30block: pass no-op callback to INIT_WORK().Tetsuo Handa