linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] block: fix two regressiones on bounce
@ 2017-12-18  7:40 Ming Lei
  2017-12-18  7:40 ` [PATCH 1/2] block: don't let passthrough IO go into .make_request_fn() Ming Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Ming Lei @ 2017-12-18  7:40 UTC (permalink / raw)
  To: Jens Axboe, linux-block
  Cc: Christoph Hellwig, NeilBrown, Michele Ballabio, Vincent Batts,
	Ming Lei

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-02-28 17:50 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18  7:40 [PATCH 0/2] block: fix two regressiones on bounce Ming Lei
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

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).