mainlining shenanigans
Go to file
Christoph Hellwig 836978b35f mm: give the 'ret' variable a better name __do_page_cache_readahead
It counts the number of pages acted on, so name it nr_pages to make that
obvious.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
2018-06-01 18:37:32 -07:00
arch
block block: add a lower-level bio_add_page interface 2018-06-01 18:37:32 -07:00
certs
crypto
Documentation fs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfs 2018-05-16 08:50:16 -07:00
drivers dax: change bdev_dax_supported() to support boolean returns 2018-05-31 08:58:34 -07:00
firmware
fs xfs: fix error handling in xfs_refcount_insert() 2018-06-01 09:00:16 -07:00
include block: add a lower-level bio_add_page interface 2018-06-01 18:37:32 -07:00
init
ipc
kernel
lib
LICENSES
mm mm: give the 'ret' variable a better name __do_page_cache_readahead 2018-06-01 18:37:32 -07:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.17-rc4 2018-05-06 16:57:38 -10: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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.