[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1464144790.git.baolin.wang@linaro.org>
Date: Wed, 25 May 2016 14:12:28 +0800
From: Baolin Wang <baolin.wang@...aro.org>
To: axboe@...nel.dk, agk@...hat.com, snitzer@...hat.com,
dm-devel@...hat.com, herbert@...dor.apana.org.au,
davem@...emloft.net
Cc: ebiggers3@...il.com, js1304@...il.com, tadeusz.struk@...el.com,
smueller@...onox.de, standby24x7@...il.com, shli@...nel.org,
dan.j.williams@...el.com, martin.petersen@...cle.com,
sagig@...lanox.com, kent.overstreet@...il.com,
keith.busch@...el.com, tj@...nel.org, ming.lei@...onical.com,
broonie@...nel.org, arnd@...db.de, linux-crypto@...r.kernel.org,
linux-block@...r.kernel.org, linux-raid@...r.kernel.org,
linux-kernel@...r.kernel.org, baolin.wang@...aro.org
Subject: [RFC 0/3] Introduce the bulk mode method when sending request to crypto layer
This patchset will check if the cipher can support bulk mode, then dm-crypt
will handle different ways to send requests to crypto layer according to
cipher mode.
Looking forward to any comments and suggestions. Thanks.
Baolin Wang (3):
block: Introduce blk_bio_map_sg() to map one bio
crypto: Introduce CRYPTO_ALG_BULK flag
md: dm-crypt: Introduce the bulk mode method when sending request
block/blk-merge.c | 45 +++++++++++
drivers/md/dm-crypt.c | 188 ++++++++++++++++++++++++++++++++++++++++++---
include/crypto/skcipher.h | 7 ++
include/linux/blkdev.h | 3 +
include/linux/crypto.h | 6 ++
5 files changed, 237 insertions(+), 12 deletions(-)
--
1.7.9.5
Powered by blists - more mailing lists