Linux kernel source tree
Find a file
Juergen Gross d77ff24e7f xen/blkback: move persistent grants flags to bool
The struct persistent_gnt flags member is meant to be a bitfield of
different flags. There is only PERSISTENT_GNT_ACTIVE flag left, so
convert it to a bool named "active".

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2018-08-27 12:12:04 -04:00
arch
block blkcg: Make blkg_root_lookup() work for queues in bypass mode 2018-08-11 15:41:25 -06:00
certs
crypto
Documentation xen/blkback: don't keep persistent grants too long 2018-08-27 12:12:03 -04:00
drivers xen/blkback: move persistent grants flags to bool 2018-08-27 12:12:04 -04:00
firmware
fs Linux 4.18-rc6 2018-08-05 19:32:09 -06:00
include blkcg: Make blkg_root_lookup() work for queues in bypass mode 2018-08-11 15:41:25 -06:00
init
ipc
kernel Linux 4.18-rc6 2018-08-05 19:32:09 -06:00
lib
LICENSES
mm Linux 4.18-rc6 2018-08-05 19:32:09 -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.