aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-rq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18block: remove the unused rq_end_sector macroChristoph Hellwig1-1/+0
2021-10-12dm rq: don't queue request to blk-mq during DM suspendMing Lei1-0/+8
2021-08-09dm: delay registering the gendiskChristoph Hellwig1-1/+0
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig1-6/+3
2021-04-30dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block1-0/+2
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig1-1/+1
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer1-1/+1
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-3/+0
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-07-20dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei1-3/+0
2020-07-07dm: do not use waitqueue for request-based DMMing Lei1-4/+0
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-1/+2
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei1-1/+1
2019-09-05block: Delay default elevator initializationDamien Le Moal1-1/+1
2019-08-04blk-mq: add callback of .cleanup_rqMing Lei1-0/+1
2019-07-09dm: update stale comment in end_clone_bio()Pavel Begunkov1-1/+1
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu1-4/+4
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer1-4/+7
2019-03-09Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+16
2019-03-05dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer1-0/+16
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe1-1/+1
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2019-02-06dm: add memory barrier before waitqueue_activeMikulas Patocka1-1/+1
2018-12-18dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer1-3/+1
2018-12-18dm rq: remove unused arguments from rq_completed()Mike Snitzer1-9/+5
2018-12-11dm: fix request-based dm's use of dm_wait_for_completionMike Snitzer1-4/+2
2018-12-10dm rq: leverage blk_mq_queue_busy() to check for outstanding IOMike Snitzer1-5/+4
2018-11-16block: add queue_is_mq() helperJens Axboe1-1/+1
2018-10-11dm: remove legacy request-based IO pathJens Axboe1-290/+26
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-1/+1
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+4
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-3/+2
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer1-2/+0
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer1-0/+4
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei1-3/+16
2018-01-15dm: fix incomplete request_queue initializationMike Snitzer1-9/+0
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig1-1/+1
2017-08-28dm rq: do not update rq partially in each ending bioMing Lei1-11/+7
2017-08-28dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorBart Van Assche1-4/+5
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-4/+4
2017-06-09block: introduce new block status code typeChristoph Hellwig1-10/+10
2017-05-15dm rq: add a missing break to map_requestChristoph Hellwig1-0/+1
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-4/+3
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig1-7/+5
2017-05-01dm rq: change ->rq_end_io calling conventionsChristoph Hellwig1-7/+10