aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-rq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig1-1/+1
2017-08-28dm rq: do not update rq partially in each ending bioMing Lei1-11/+7
2017-08-28dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorBart Van Assche1-4/+5
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-4/+4
2017-06-09block: introduce new block status code typeChristoph Hellwig1-10/+10
2017-05-15dm rq: add a missing break to map_requestChristoph Hellwig1-0/+1
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-4/+3
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig1-7/+5
2017-05-01dm rq: change ->rq_end_io calling conventionsChristoph Hellwig1-7/+10
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer1-2/+6
2017-04-27dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche1-1/+5
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche1-1/+1
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-3/+8
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-0/+1
2017-04-07dm rq: Avoid that request processing stalls sporadicallyBart Van Assche1-0/+1
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-02-24dm-rq: don't dereference request payload after ending requestJens Axboe1-2/+4
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-211/+57
2017-02-03dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer1-0/+4
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig1-195/+56
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