aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-rq.c
AgeCommit message (Expand)Author
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
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-05-15dm rq: add a missing break to map_requestChristoph Hellwig
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig
2017-05-01dm rq: change ->rq_end_io calling conventionsChristoph Hellwig
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer
2017-04-27dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-07dm rq: Avoid that request processing stalls sporadicallyBart Van Assche
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-02-24dm-rq: don't dereference request payload after ending requestJens Axboe
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-03dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig
2017-01-27dm: remove incomplete BLOCK_PC supportChristoph Hellwig
2017-01-27block: simplify blk_init_allocated_queueChristoph Hellwig
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds