summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-rq.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-141-8/+10
|\
| * dm rq: simplify use_blk_mq initializationBart Van Assche2016-12-081-5/+1Star
| * dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing Lei2016-11-211-1/+1
| * dm rq: fix a race condition in rq_completed()Bart Van Assche2016-11-141-2/+8
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-42/+10Star
|\ \ | |/ |/|
| * dm: Fix a race condition related to stopping and starting queuesBart Van Assche2016-11-021-12/+1Star
| * dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche2016-11-021-15/+1Star
| * blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-1/+1
| * blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-021-2/+0Star
| * blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-021-6/+1Star
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-6/+6
* | Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2016-10-281-2/+5
|\ \ | |/ |/|
| * dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer2016-10-181-2/+5
* | kthread: kthread worker API cleanupPetr Mladek2016-10-121-3/+3
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-101-1/+0Star
|\
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0Star
* | Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-10-101-37/+67
|\ \
| * | dm rq: introduce dm_mq_kick_requeue_list()Mike Snitzer2016-09-151-4/+13
| * | dm rq: reduce arguments passed to map_request() and dm_requeue_original_reque...Mike Snitzer2016-09-151-11/+11
| * | dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer2016-09-141-14/+18
| * | dm rq: simplify dm_old_stop_queue()Bart Van Assche2016-09-141-6/+2Star
| * | dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPEDMike Snitzer2016-09-141-5/+14
| * | dm rq: factor out dm_mq_stop_queue()Bart Van Assche2016-09-141-8/+20
| |/
* / blk-mq: register device instead of diskMatias Bjørling2016-09-211-1/+1
|/
* dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer2016-08-021-1/+19
* dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan2016-07-181-1/+1
* dm rq: check kthread_run return for .request_fn request-based DMMike Snitzer2016-07-061-0/+2
* dm mpath: add optional "queue_mode" featureMike Snitzer2016-06-101-5/+14
* dm: move request-based code out to dm-rq.[hc]Mike Snitzer2016-06-101-0/+959