linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ming Lei <ming.lei@redhat.com>
To: Jens Axboe <axboe@fb.com>, linux-block@vger.kernel.org
Cc: Christoph Hellwig <hch@infradead.org>, NeilBrown <neilb@suse.com>,
	Michele Ballabio <barra_cuda@katamail.com>,
	Vincent Batts <vbatts@redhat.com>, Ming Lei <ming.lei@redhat.com>
Subject: [PATCH 0/2] block: fix two regressiones on bounce
Date: Mon, 18 Dec 2017 15:40:42 +0800	[thread overview]
Message-ID: <20171218074044.1369-1-ming.lei@redhat.com> (raw)

Hi Jens,

The 1st patch makes sure that passthrough IO won't enter .make_request_fn.

The 2nd one fixes blk_rq_append_bio(), which is from your post with
small change on failure handling.


Jens Axboe (1):
  block: fix blk_rq_append_bio

Ming Lei (1):
  block: don't let passthrough IO go into .make_request_fn()

 block/blk-map.c                    | 38 ++++++++++++++++++++++----------------
 block/bounce.c                     |  6 ++++--
 drivers/scsi/osd/osd_initiator.c   |  4 +++-
 drivers/target/target_core_pscsi.c |  4 ++--
 include/linux/blkdev.h             | 23 ++++++++++++++++++++---
 5 files changed, 51 insertions(+), 24 deletions(-)

-- 
2.9.5

             reply	other threads:[~2017-12-18  7:40 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18  7:40 Ming Lei [this message]
2017-12-18  7:40 ` [PATCH 1/2] block: don't let passthrough IO go into .make_request_fn() Ming Lei
2017-12-18  7:40 ` [PATCH 2/2] block: fix blk_rq_append_bio Ming Lei
2018-01-25 13:58   ` [PATCH] Use bio_endio instead of bio_put in error path of blk_rq_append_bio Jiří Paleček
2018-01-30 12:53     ` Ming Lei
2018-01-30 15:24       ` Jiri Palecek
2018-01-31  5:24         ` Ming Lei
2018-01-31 22:15           ` Jiri Palecek
2018-02-20 15:21           ` Jiri Palecek
2018-02-21 16:20             ` Boaz Harrosh
2018-02-21 17:12               ` Boaz Harrosh
     [not found]               ` <058e8999-3f89-ae20-ee38-229c78d6d1c8@web.de>
2018-02-28 17:38                 ` Boaz Harrosh
2018-02-28 17:50                   ` Boaz Harrosh
2018-01-30  1:42   ` [2/2] block: fix blk_rq_append_bio Jiri Palecek
2018-01-30  4:10     ` Ming Lei
2017-12-18 20:22 ` [PATCH 0/2] block: fix two regressiones on bounce Jens Axboe
2017-12-19 16:25   ` Vincent Batts
2018-01-02 21:16   ` Vincent Batts
2018-01-03  1:29     ` Ming Lei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171218074044.1369-1-ming.lei@redhat.com \
    --to=ming.lei@redhat.com \
    --cc=axboe@fb.com \
    --cc=barra_cuda@katamail.com \
    --cc=hch@infradead.org \
    --cc=linux-block@vger.kernel.org \
    --cc=neilb@suse.com \
    --cc=vbatts@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).