mainlining shenanigans
Go to file
Matthew Wilcox (Oracle) 75a47803b8 jffs2: Convert jffs2 to read_folio
This is a "weak" conversion which converts straight back to using pages.
A full conversion should be performed at some point, hopefully by
someone familiar with the filesystem.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
2022-05-09 16:21:45 -04:00
arch x86: 2022-05-06 11:42:58 -07:00
block fs: Convert block_read_full_page() to block_read_full_folio() 2022-05-09 16:21:44 -04:00
certs
crypto
Documentation fs: Add read_folio documentation 2022-05-09 16:21:44 -04:00
drivers i915: Call aops write_begin() and write_end() directly 2022-05-08 14:45:56 -04:00
fs jffs2: Convert jffs2 to read_folio 2022-05-09 16:21:45 -04:00
include fs: Convert mpage_readpage to mpage_read_folio 2022-05-09 16:21:44 -04:00
init
ipc
kernel fs: Introduce aops->read_folio 2022-05-09 16:21:40 -04:00
lib - A fix to disable PCI/MSI[-X] masking for XEN_HVM guests as that is 2022-05-01 10:03:36 -07:00
LICENSES
mm fs: Introduce aops->read_folio 2022-05-09 16:21:40 -04:00
net NFS client bugfixes for Linux 5.18 2022-05-06 13:19:11 -07:00
samples
scripts
security
sound ASoC: Fixes for v5.18 2022-05-08 10:49:25 +02:00
tools Networking fixes for 5.18-rc6, including fixes from can, rxrpc and 2022-05-05 09:45:12 -07:00
usr
virt Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD 2022-04-29 12:39:34 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update the GPIO git tree entry 2022-05-05 10:21:25 +02:00
Makefile Linux 5.18-rc5 2022-05-01 13:57:58 -07: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.