No description
Find a file
Carlos Maiolino 10d83e11a5 cachefiles: drop direct usage of ->bmap method.
Replace the direct usage of ->bmap method by a bmap() call.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2020-02-03 08:05:56 -05:00
arch RISC-V updates for v5.5-rc5 2020-01-05 11:15:31 -08:00
block
certs
crypto
Documentation RISC-V updates for v5.5-rc5 2020-01-05 11:15:31 -08:00
drivers fs: Enable bmap() function to properly return errors 2020-02-03 08:05:37 -05:00
fs cachefiles: drop direct usage of ->bmap method. 2020-02-03 08:05:56 -05:00
include fs: Enable bmap() function to properly return errors 2020-02-03 08:05:37 -05:00
init
ipc
kernel memcg: account security cred as well to kmemcg 2020-01-04 13:55:09 -08:00
lib
LICENSES
mm fs: Enable bmap() function to properly return errors 2020-02-03 08:05:37 -05:00
net
samples
scripts
security + Bug fixes 2020-01-04 19:28:30 -08:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS RISC-V updates for v5.5-rc5 2020-01-05 11:15:31 -08:00
Makefile Linux 5.5-rc5 2020-01-05 14:23:27 -08: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.