summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-rq.c
Commit message (Expand)AuthorAgeFilesLines
* dm: update stale comment in end_clone_bio()Pavel Begunkov2019-07-091-1/+1
* dm mpath: fix missing call of path selector type->end_ioYufen Yu2019-04-251-4/+4
* dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-04-041-4/+7
* Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-101-0/+16
|\
| * dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer2019-03-051-0/+16
* | Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-151-1/+1
|\|
| * dm: add memory barrier before waitqueue_activeMikulas Patocka2019-02-061-1/+1
* | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+1
|/
* dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer2018-12-181-3/+1Star
* dm rq: remove unused arguments from rq_completed()Mike Snitzer2018-12-181-9/+5Star
* dm: fix request-based dm's use of dm_wait_for_completionMike Snitzer2018-12-111-4/+2Star
* dm rq: leverage blk_mq_queue_busy() to check for outstanding IOMike Snitzer2018-12-101-5/+4Star
* block: add queue_is_mq() helperJens Axboe2018-11-161-1/+1
* dm: remove legacy request-based IO pathJens Axboe2018-10-111-290/+26Star
* dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-1/+1
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-1/+1
* Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-041-3/+2Star
|\
| * blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-311-3/+2Star
* | Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-311-2/+4
|\ \ | |/ |/|
| * dm: various cleanups to md->queue initialization codeMike Snitzer2018-01-291-2/+0Star
| * dm mpath: delay the retry of a request if the target responded as busyMike Snitzer2018-01-291-0/+4
* | blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei2018-01-171-3/+16
* | dm: fix incomplete request_queue initializationMike Snitzer2018-01-151-9/+0Star
|/
* block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-051-1/+1
* dm rq: do not update rq partially in each ending bioMing Lei2017-08-281-11/+7Star
* dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorBart Van Assche2017-08-281-4/+5
* blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-181-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-4/+4
* block: introduce new block status code typeChristoph Hellwig2017-06-091-10/+10
* dm rq: add a missing break to map_requestChristoph Hellwig2017-05-151-0/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-061-4/+3Star
|\
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-4/+3Star
* | dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig2017-05-021-7/+5Star
* | dm rq: change ->rq_end_io calling conventionsChristoph Hellwig2017-05-021-7/+10
* | Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer2017-05-021-2/+6
|\ \ | |/ |/|
| * dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche2017-04-271-1/+5
| * dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche2017-04-241-1/+1
* | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* | dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* | dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-3/+8
* | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-0/+1
|\ \
| * | dm rq: Avoid that request processing stalls sporadicallyBart Van Assche2017-04-071-0/+1
| |/
* / blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
|/
* dm-rq: don't dereference request payload after ending requestJens Axboe2017-02-241-2/+4
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-211/+57Star
|\
| * dm: always defer request allocation to the owner of the request_queueChristoph Hellwig2017-01-271-195/+56Star
| * dm: remove incomplete BLOCK_PC supportChristoph Hellwig2017-01-271-16/+0Star
| * block: simplify blk_init_allocated_queueChristoph Hellwig2017-01-271-1/+2
* | dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer2017-02-031-0/+4
|/