Go to file
Christoph Hellwig d5c6983845 drbd: remove a bogus bdi_rw_congested call
bdi_rw_congested returns congestion state, so calling it without
looking at the return value doesn't make much sense.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-07-08 17:05:53 -06:00
Documentation cdrom: remove the unused cdrom_media_changed function 2020-07-08 16:20:01 -06:00
LICENSES
arch xtensa/simdisk: remove the call to check_disk_change 2020-07-08 16:20:01 -06:00
block md: switch to ->check_events for media change notifications 2020-07-08 16:19:47 -06:00
certs
crypto
drivers drbd: remove a bogus bdi_rw_congested call 2020-07-08 17:05:53 -06:00
fs isofs: remove a stale comment 2020-07-08 16:20:01 -06:00
include cdrom: remove the unused cdrom_media_changed function 2020-07-08 16:20:01 -06:00
init
ipc
kernel cgroup: unexport cgroup_rstat_updated 2020-06-29 09:09:08 -06:00
lib sbitmap: Consider cleared bits in sbitmap_bitmap_show() 2020-07-01 10:53:00 -06:00
mm block: remove the bd_queue field from struct block_device 2020-07-01 08:08:20 -06:00
net
samples Kbuild fixes for v5.8 2020-06-21 12:44:52 -07:00
scripts Kbuild fixes for v5.8 2020-06-21 12:44:52 -07:00
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 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2020-06-20 19:18:27 -07:00
Makefile Linux 5.8-rc2 2020-06-21 15:45:29 -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.