android_kernel_google_msm/crypto/async_tx
NeilBrown b2141e6951 raid6/async_tx: handle holes in block list in async_syndrome_val
async_syndrome_val check the P and Q blocks used for RAID6
calculations.
With DDF raid6, some of the data blocks might be NULL, so
this needs to be handled in the same way that async_gen_syndrome
handles it.

As async_syndrome_val calls async_xor, also enhance async_xor
to detect and skip NULL blocks in the list.

Signed-off-by: NeilBrown <neilb@suse.de>
2009-10-16 16:40:34 +11:00
..
async_memcpy.c dmaengine, async_tx: support alignment checks 2009-09-08 17:42:53 -07:00
async_memset.c dmaengine, async_tx: support alignment checks 2009-09-08 17:42:53 -07:00
async_pq.c raid6/async_tx: handle holes in block list in async_syndrome_val 2009-10-16 16:40:34 +11:00
async_raid6_recov.c md/async: don't pass a memory pointer as a page pointer. 2009-10-16 16:40:25 +11:00
async_tx.c dmaengine, async_tx: add a "no channel switch" allocator 2009-09-08 17:42:51 -07:00
async_xor.c raid6/async_tx: handle holes in block list in async_syndrome_val 2009-10-16 16:40:34 +11:00
Kconfig async_tx: add support for asynchronous RAID6 recovery operations 2009-08-29 19:09:27 -07:00
Makefile async_tx: raid6 recovery self test 2009-08-29 19:09:28 -07:00
raid6test.c raid6test: fix stack overflow 2009-09-16 21:03:29 -07:00