No description
Find a file
Christoph Hellwig f695ca3886 block: remove the request_queue argument from blk_queue_split
The queue can be trivially derived from the bio, so pass one less
argument.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-07-01 07:27:23 -06:00
arch simdisk: stop using ->queuedata 2020-07-01 07:27:23 -06:00
block block: remove the request_queue argument from blk_queue_split 2020-07-01 07:27:23 -06:00
certs
crypto
Documentation
drivers block: remove the request_queue argument from blk_queue_split 2020-07-01 07:27:23 -06:00
fs fs: remove a weird comment in submit_bh_wbc 2020-07-01 07:27:23 -06:00
include block: remove the request_queue argument from blk_queue_split 2020-07-01 07:27:23 -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 Linux 5.8-rc2 2020-06-21 15:45:29 -07:00
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.