aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-rq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer1-2/+6
2017-04-27dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche1-1/+5
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche1-1/+1
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-3/+8
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-0/+1
2017-04-07dm rq: Avoid that request processing stalls sporadicallyBart Van Assche1-0/+1
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-02-24dm-rq: don't dereference request payload after ending requestJens Axboe1-2/+4
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-211/+57
2017-02-03dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer1-0/+4
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig1-195/+56