Go to file
Yufen Yu a7c224a820 md/raid5: convert to new xor compution interface
We try to replace async_xor() and async_xor_val() with the new
introduced interface async_xor_offs() and async_xor_val_offs()
for raid456.

Signed-off-by: Yufen Yu <yuyufen@huawei.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
2020-09-24 16:44:44 -07:00
arch
block Merge branch 'for-5.10/block' into for-5.10/drivers 2020-09-24 13:44:39 -06:00
certs
crypto md/raid5: add new xor function to support different page offset 2020-09-24 16:44:44 -07:00
Documentation Merge branch 'for-5.10/block' into for-5.10/drivers 2020-09-24 13:44:39 -06:00
drivers md/raid5: convert to new xor compution interface 2020-09-24 16:44:44 -07:00
fs Merge branch 'for-5.10/block' into for-5.10/drivers 2020-09-24 13:44:39 -06:00
include md/raid5: add new xor function to support different page offset 2020-09-24 16:44:44 -07:00
init
ipc
kernel Merge branch 'for-5.10/block' into for-5.10/drivers 2020-09-24 13:44:39 -06:00
lib
LICENSES
mm Merge branch 'for-5.10/block' into for-5.10/drivers 2020-09-24 13:44:39 -06:00
net
samples
scripts
security
sound
tools Merge branch 'for-5.10/block' into for-5.10/drivers 2020-09-24 13:44:39 -06:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.