No description
Find a file
NeilBrown f00d7c85be md/raid0: fix up bio splitting.
raid0_make_request() should use a private bio_set rather than the
shared fs_bio_set, which is only meant for filesystems to use.

raid0_make_request() shouldn't loop around using the bio_set
multiple times as that can deadlock.

So use mddev->bio_set and pass the tail to generic_make_request()
instead of looping on it.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
2017-04-11 10:18:09 -07:00
arch arm64 fixes/cleanups: 2017-03-16 11:47:28 -07:00
block Revert "block: introduce bio_copy_data_partial" 2017-04-11 10:09:03 -07:00
certs
crypto
Documentation md: add sysfs entries for PPL 2017-03-16 16:55:55 -07:00
drivers md/raid0: fix up bio splitting. 2017-04-11 10:18:09 -07:00
firmware
fs Changes since last time: 2017-03-16 12:30:43 -07:00
include Revert "block: introduce bio_copy_data_partial" 2017-04-11 10:09:03 -07:00
init
ipc
kernel
lib percpu-refcount: support synchronous switch to atomic mode. 2017-03-22 19:18:43 -07:00
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.