Main-line Linux kernel tree http://www.kernel.org
Go to file
Christoph Hellwig 55b2598e84 bdi: initialize ->ra_pages and ->io_pages in bdi_init
Set up a readahead size by default, as very few users have a good
reason to change it.  This means code, ecryptfs, and orangefs now
set up the values while they were previously missing it, while ubifs,
mtd and vboxsf manually set it to 0 to avoid readahead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Acked-by: David Sterba <dsterba@suse.com> [btrfs]
Acked-by: Richard Weinberger <richard@nod.at> [ubifs, mtd]
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-09-24 13:43:39 -06:00
arch
block bdi: initialize ->ra_pages and ->io_pages in bdi_init 2020-09-24 13:43:39 -06:00
certs
crypto
Documentation Documentation/filesystems/locking.rst: remove an incorrect sentence 2020-09-02 07:59:59 -06:00
drivers bdi: initialize ->ra_pages and ->io_pages in bdi_init 2020-09-24 13:43:39 -06:00
fs bdi: initialize ->ra_pages and ->io_pages in bdi_init 2020-09-24 13:43:39 -06:00
include fs: remove the unused SB_I_MULTIROOT flag 2020-09-24 13:43:38 -06:00
init
ipc
kernel PM: mm: cleanup swsusp_swap_check 2020-09-23 10:43:19 -06:00
lib
LICENSES
mm bdi: initialize ->ra_pages and ->io_pages in bdi_init 2020-09-24 13:43:39 -06:00
net
samples
scripts
security
sound
tools blk-iocost: update iocost_monitor.py 2020-09-01 19:38:33 -06:00
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.