summaryrefslogtreecommitdiff
path: root/drivers/md/dm-rq.c
Commit message (Expand)AuthorAge
* blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-18
* block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-09
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* dm rq: add a missing break to map_requestChristoph Hellwig2017-05-15
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-06
|\
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-02
* | dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig2017-05-01
* | dm rq: change ->rq_end_io calling conventionsChristoph Hellwig2017-05-01
* | Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer2017-05-01
|\ \ | |/ |/|
| * dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche2017-04-27
| * dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche2017-04-24
* | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-20
* | dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig2017-04-20
* | dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
* | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-07
|\ \
| * | dm rq: Avoid that request processing stalls sporadicallyBart Van Assche2017-04-07
| |/
* | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-31
|/
* dm-rq: don't dereference request payload after ending requestJens Axboe2017-02-24
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-17
|\
| * dm: always defer request allocation to the owner of the request_queueChristoph Hellwig2017-01-27
| * dm: remove incomplete BLOCK_PC supportChristoph Hellwig2017-01-27
| * block: simplify blk_init_allocated_queueChristoph Hellwig2017-01-27
* | dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer2017-02-03
|/
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-14
|\
| * dm rq: simplify use_blk_mq initializationBart Van Assche2016-12-08
| * dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing Lei2016-11-21
| * dm rq: fix a race condition in rq_completed()Bart Van Assche2016-11-14
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13
|\ \ | |/ |/|
| * dm: Fix a race condition related to stopping and starting queuesBart Van Assche2016-11-02
| * dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche2016-11-02
| * blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-02
| * blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-02
| * blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-02
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* | Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2016-10-28
|\ \ | |/ |/|
| * dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer2016-10-18
* | kthread: kthread worker API cleanupPetr Mladek2016-10-11
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-09
|\
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-15
* | Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-10-09
|\ \
| * | dm rq: introduce dm_mq_kick_requeue_list()Mike Snitzer2016-09-15
| * | dm rq: reduce arguments passed to map_request() and dm_requeue_original_reque...Mike Snitzer2016-09-15
| * | dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer2016-09-14
| * | dm rq: simplify dm_old_stop_queue()Bart Van Assche2016-09-14
| * | dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPEDMike Snitzer2016-09-14
| * | dm rq: factor out dm_mq_stop_queue()Bart Van Assche2016-09-14
| |/
* | blk-mq: register device instead of diskMatias Bjørling2016-09-21
|/
* dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer2016-08-02
* dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan2016-07-18