No description
Find a file
Josef Bacik c1c80384c8 block: remove external dependency on wbt_flags
We don't really need to save this stuff in the core block code, we can
just pass the bio back into the helpers later on to derive the same
flags and update the rq->wbt_flags appropriately.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-07-09 09:07:54 -06:00
arch
block block: remove external dependency on wbt_flags 2018-07-09 09:07:54 -06:00
certs
crypto
Documentation
drivers block/loop: mark expected switch fall-through 2018-07-09 09:07:53 -06:00
firmware
fs
include blk-rq-qos: refactor out common elements of blk-wbt 2018-07-09 09:07:54 -06:00
init
ipc
kernel Blktrace: bail out early if block debugfs is not configured 2018-07-09 09:07:52 -06:00
lib
LICENSES
mm memcontrol: schedule throttling if we are congested 2018-07-09 09:07:54 -06:00
net
samples
scripts
security
sound
tools
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.
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.