Linux kernel source tree
Find a file
Matthew Wilcox (Oracle) 78f426608f truncate: Add invalidate_complete_folio2()
Convert invalidate_complete_page2() to invalidate_complete_folio2().
Use filemap_free_folio() to free the page instead of calling ->freepage
manually.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: William Kucharski <william.kucharski@oracle.com>
2022-01-08 00:28:41 -05:00
arch EFI fix for v5.16 2021-12-06 10:09:00 -08:00
block
certs
crypto
Documentation A few important documentation fixes, including breakage that comes with 2021-12-06 10:46:20 -08:00
drivers platform-drivers-x86 for v5.16-3 2021-12-07 10:10:20 -08:00
fs fs/writeback: Convert inode_switch_wbs_work_fn to folios 2022-01-02 20:28:49 -05:00
include truncate,shmem: Add truncate_inode_folio() 2022-01-08 00:28:41 -05:00
init
ipc
kernel - Prevent a tick storm when a dedicated timekeeper CPU in nohz_full 2021-12-05 08:58:52 -08:00
lib iov_iter: Convert iter_xarray to use folios 2022-01-04 13:15:33 -05:00
LICENSES
mm truncate: Add invalidate_complete_folio2() 2022-01-08 00:28:41 -05:00
net
samples
scripts
security
sound
tools perf bpf_skel: Do not use typedef to avoid error on old clang 2021-12-06 21:57:53 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS TTY/Serial fixes for 5.16-rc4 2021-12-05 09:13:20 -08:00
Makefile Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH 2021-12-06 16:42:47 -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.