linux_kernel/crypto/async_tx
Yufen Yu 4f86ff5580 md/raid6: let async recovery function support different page offset
For now, asynchronous raid6 recovery calculate functions are require
common offset for pages. But, we expect them to support different page
offset after introducing stripe shared page. Do that by simplily adding
page offset where each page address are referred. Then, replace the
old interface with the new ones in raid6 and raid6test.

Signed-off-by: Yufen Yu <yuyufen@huawei.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
2020-09-24 16:44:44 -07:00
..
async_memcpy.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 2019-06-05 17:37:06 +02:00
async_pq.c md/raid6: let syndrome computor support different page offset 2020-09-24 16:44:44 -07:00
async_raid6_recov.c md/raid6: let async recovery function support different page offset 2020-09-24 16:44:44 -07:00
async_tx.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 2019-06-05 17:37:06 +02:00
async_xor.c md/raid5: add new xor function to support different page offset 2020-09-24 16:44:44 -07:00
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
raid6test.c md/raid6: let async recovery function support different page offset 2020-09-24 16:44:44 -07:00