summaryrefslogtreecommitdiff
path: root/drivers/md/dm-rq.c
AgeCommit message (Expand)Author
2017-04-07dm rq: Avoid that request processing stalls sporadicallyBart Van Assche
2017-02-24dm-rq: don't dereference request payload after ending requestJens Axboe
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-03dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig
2017-01-27dm: remove incomplete BLOCK_PC supportChristoph Hellwig
2017-01-27block: simplify blk_init_allocated_queueChristoph Hellwig
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-08dm rq: simplify use_blk_mq initializationBart Van Assche
2016-11-21dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing Lei
2016-11-14dm rq: fix a race condition in rq_completed()Bart Van Assche
2016-11-02dm: Fix a race condition related to stopping and starting queuesBart Van Assche
2016-11-02dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche
2016-10-28Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-10-18dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-09Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-09-21blk-mq: register device instead of diskMatias Bjørling
2016-09-15dm rq: introduce dm_mq_kick_requeue_list()Mike Snitzer
2016-09-15dm rq: reduce arguments passed to map_request() and dm_requeue_original_reque...Mike Snitzer
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-09-14dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer
2016-09-14dm rq: simplify dm_old_stop_queue()Bart Van Assche
2016-09-14dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPEDMike Snitzer
2016-09-14dm rq: factor out dm_mq_stop_queue()Bart Van Assche
2016-08-02dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer
2016-07-18dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan
2016-07-06dm rq: check kthread_run return for .request_fn request-based DMMike Snitzer
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer