[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1410079162-9872-1-git-send-email-ming.lei@canonical.com>
Date: Sun, 7 Sep 2014 16:39:16 +0800
From: Ming Lei <ming.lei@...onical.com>
To: Jens Axboe <axboe@...nel.dk>, linux-kernel@...r.kernel.org
Cc: linux-scsi@...r.kernel.org, Christoph Hellwig <hch@....de>
Subject: [PATCH 0/6] blk-mq: initialize pdu of flush req explicitly
Hi,
This patchset introduces init_flush_rq and its pair callback to
initialize pdu of flush request explicitly, instead of using
copying from request which is inefficient and buggy, and implements
them in virtio-blk and scsi-lib.
block/blk-flush.c | 22 +++++++++++++++++++++-
block/blk-mq.c | 23 ++++++++---------------
block/blk-mq.h | 3 ++-
drivers/block/virtio_blk.c | 15 ++++++++++++++-
drivers/scsi/scsi_lib.c | 32 +++++++++++++++++++++++++++-----
include/linux/blk-mq.h | 9 +++++++++
6 files changed, 81 insertions(+), 23 deletions(-)
Thanks,
--
Ming Lei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists