No description
Find a file
Christoph Hellwig 7582f30cc9 cgroup: unexport cgroup_rstat_updated
cgroup_rstat_updated is only used by core block code, no need to
export it.

Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-06-29 09:09:08 -06:00
arch
block block: move the initial blkg lookup into blkg_tryget_closest 2020-06-29 09:09:08 -06:00
certs
crypto
Documentation
drivers dm: use bio_uninit instead of bio_disassociate_blkg 2020-06-29 09:09:07 -06:00
fs block: move struct block_device to blk_types.h 2020-06-24 09:16:02 -06:00
include blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_check 2020-06-29 09:09:08 -06:00
init
ipc
kernel cgroup: unexport cgroup_rstat_updated 2020-06-29 09:09:08 -06:00
lib
LICENSES
mm block: move bio_associate_blkg_from_page to mm/page_io.c 2020-06-29 09:09:08 -06:00
net
samples
scripts
security block: move block-related definitions out of fs.h 2020-06-24 09:16:02 -06:00
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.

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.