aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-rq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-27dm: remove incomplete BLOCK_PC supportChristoph Hellwig1-16/+0
2017-01-27block: simplify blk_init_allocated_queueChristoph Hellwig1-1/+2
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-8/+10
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-42/+10
2016-12-08dm rq: simplify use_blk_mq initializationBart Van Assche1-5/+1
2016-11-21dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing Lei1-1/+1
2016-11-14dm rq: fix a race condition in rq_completed()Bart Van Assche1-2/+8
2016-11-02dm: Fix a race condition related to stopping and starting queuesBart Van Assche1-12/+1
2016-11-02dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-15/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-1/+1
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-2/+0
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche1-6/+1
2016-10-28Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+5
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-6/+6
2016-10-18dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer1-2/+5
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-3/+3
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2016-10-09Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-37/+67
2016-09-21blk-mq: register device instead of diskMatias Bjørling1-1/+1
2016-09-15dm rq: introduce dm_mq_kick_requeue_list()Mike Snitzer1-4/+13
2016-09-15dm rq: reduce arguments passed to map_request() and dm_requeue_original_request()Mike Snitzer1-11/+11
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
2016-09-14dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer1-14/+18
2016-09-14dm rq: simplify dm_old_stop_queue()Bart Van Assche1-6/+2
2016-09-14dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPEDMike Snitzer1-5/+14
2016-09-14dm rq: factor out dm_mq_stop_queue()Bart Van Assche1-8/+20
2016-08-02dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer1-1/+19
2016-07-18dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan1-1/+1
2016-07-06dm rq: check kthread_run return for .request_fn request-based DMMike Snitzer1-0/+2
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer1-5/+14
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer1-0/+959