aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-rq.c
AgeCommit message (Expand)Author
2022-06-08dm: fix bio_set allocationChristoph Hellwig
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2022-02-22dm: requeue IO if mapping table not yet availableMike Snitzer
2022-02-16dm: remove dm_dispatch_clone_requestChristoph Hellwig
2022-02-16dm: remove useless code from dm_dispatch_clone_requestChristoph Hellwig
2022-02-16blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig
2021-10-18block: remove the unused rq_end_sector macroChristoph Hellwig
2021-10-12dm rq: don't queue request to blk-mq during DM suspendMing Lei
2021-08-09dm: delay registering the gendiskChristoph Hellwig
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig
2021-04-30dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-20dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei
2020-07-07dm: do not use waitqueue for request-based DMMing Lei
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei
2019-09-05block: Delay default elevator initializationDamien Le Moal
2019-08-04blk-mq: add callback of .cleanup_rqMing Lei
2019-07-09dm: update stale comment in end_clone_bio()Pavel Begunkov
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer
2019-03-09Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-05dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei
2019-02-06dm: add memory barrier before waitqueue_activeMikulas Patocka
2018-12-18dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer
2018-12-18dm rq: remove unused arguments from rq_completed()Mike Snitzer
2018-12-11dm: fix request-based dm's use of dm_wait_for_completionMike Snitzer
2018-12-10dm rq: leverage blk_mq_queue_busy() to check for outstanding IOMike Snitzer
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-10-11dm: remove legacy request-based IO pathJens Axboe
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei
2018-01-15dm: fix incomplete request_queue initializationMike Snitzer
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig
2017-08-28dm rq: do not update rq partially in each ending bioMing Lei
2017-08-28dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorBart Van Assche
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei
2017-06-09block: switch bios to blk_status_tChristoph Hellwig