The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Matthew Wilcox (Oracle) f6e0e17344 nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()
Use folios throughout.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
2022-06-29 08:51:06 -04:00
Documentation filemap: Remove add_to_page_cache() and add_to_page_cache_locked() 2022-06-29 08:51:05 -04:00
LICENSES
arch
block
certs
crypto
drivers IIO driver fixes for 5.19-rc4 2022-06-25 10:07:36 -07:00
fs nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios() 2022-06-29 08:51:06 -04:00
include filemap: Add filemap_get_folios() 2022-06-29 08:51:05 -04:00
init
ipc
kernel
lib
mm filemap: Add filemap_get_folios() 2022-06-29 08:51:05 -04:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS USB driver fixes for 5.19-rc4 2022-06-25 10:02:05 -07:00
Makefile
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.