The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Matthew Wilcox (Oracle) b4545f4653 mm/truncate: Convert __invalidate_mapping_pages() to use a folio
Now we can call mapping_evict_folio() instead of invalidate_inode_page()
and save a few calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
2022-03-21 12:59:02 -04:00
Documentation mm: Make compound_pincount always available 2022-03-21 12:56:35 -04:00
LICENSES
arch mm: Turn isolate_lru_page() into folio_isolate_lru() 2022-03-21 12:56:36 -04:00
block
certs
crypto
drivers mm: remove the extra ZONE_DEVICE struct page refcount 2022-03-03 12:47:33 -05:00
fs mm: Convert remove_mapping() to take a folio 2022-03-21 12:59:01 -04:00
include mm/truncate: Split invalidate_inode_page() into mapping_evict_folio() 2022-03-21 12:59:02 -04:00
init
ipc
kernel mm/truncate: Inline invalidate_complete_page() into its one caller 2022-03-21 12:59:01 -04:00
lib mm: remove the extra ZONE_DEVICE struct page refcount 2022-03-03 12:47:33 -05:00
mm mm/truncate: Convert __invalidate_mapping_pages() to use a folio 2022-03-21 12:59:02 -04:00
net
samples
scripts
security
sound
tools ARM: 2022-02-15 11:07:59 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS s390 updates for 5.17-rc4 2022-02-12 09:12:44 -08:00
Makefile Linux 5.17-rc4 2022-02-13 12:13:30 -08: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.