[PATCH 2/3] [DM] dm-crypt: Add async infrastructure

2007-07-10 Thread Herbert Xu
[DM] dm-crypt: Add async infrastructure This patch breaks up the read/write processing so that the crypto operations can complete asynchronously. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> --- drivers/md/dm-crypt.c | 170 ++ 1 files changed, 1

[PATCH 2/3] [DM] dm-crypt: Add async infrastructure

2007-04-16 Thread Herbert Xu
[DM] dm-crypt: Add async infrastructure This patch breaks up the read/write processing so that the crypto operations can complete asynchronously. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> --- drivers/md/dm-crypt.c | 179 ++ 1 files changed, 1