Linux kernel source tree
Go to file
Guoqing Jiang b77412372b blk-throttle: remove blk_throtl_drain
After the commit 5addeae1be ("blk-cgroup: remove blkcg_drain_queue"),
there is no caller of blk_throtl_drain, so let's remove it.

Signed-off-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-05-29 16:30:39 -06:00
Documentation Documentation: Document the blk-crypto framework 2020-05-14 09:46:54 -06:00
LICENSES
arch A set of fixes for x86 and objtool: 2020-04-19 11:58:32 -07:00
block blk-throttle: remove blk_throtl_drain 2020-05-29 16:30:39 -06:00
certs
crypto
drivers null_blk: force complete for timeout request 2020-05-29 11:41:57 -06:00
fs block: remove the error_sector argument to blkdev_issue_flush 2020-05-22 08:45:46 -06:00
include blk-mq: drain I/O when all CPUs in a hctx are offline 2020-05-29 10:23:25 -06:00
init
ipc
kernel blktrace: Report pid with note messages 2020-05-16 14:29:39 -06:00
lib
mm bdi: remove the name field in struct backing_dev_info 2020-05-09 16:15:13 -06:00
net
samples
scripts A handful of fixes for reasonably obnoxious documentation issues. 2020-04-17 13:10:50 -07:00
security
sound
tools Merge branch 'block-5.7' into for-5.8/block 2020-05-09 16:13:58 -06:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS SCSI fixes on 20200418 2020-04-18 14:03:12 -07:00
Makefile Linux 5.7-rc2 2020-04-19 14:35:30 -07:00
README

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.