No description
Find a file
Matthew Wilcox (Oracle) 704528d895 fs: Remove ->readpages address space operation
All filesystems have now been converted to use ->readahead, so
remove the ->readpages operation and fix all the comments that
used to refer to it.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
2022-04-01 13:45:33 -04:00
arch More power management updates for 5.18-rc1 2022-03-29 11:06:55 -07:00
block ptrace: Cleanups for v5.18 2022-03-28 17:29:53 -07:00
certs
crypto
Documentation fs: Remove ->readpages address space operation 2022-04-01 13:45:33 -04:00
drivers Device properties code update for 5.18-rc1 2022-03-29 11:30:12 -07:00
fs fs: Remove ->readpages address space operation 2022-04-01 13:45:33 -04:00
include fs: Remove ->readpages address space operation 2022-04-01 13:45:33 -04:00
init
ipc
kernel dma-mapping updates for Linux 5.18 2022-03-29 08:50:14 -07:00
lib
LICENSES
mm fs: Remove ->readpages address space operation 2022-04-01 13:45:33 -04:00
net NFS client updates for Linux 5.18 2022-03-29 18:55:37 -07:00
samples dma-mapping updates for Linux 5.18 2022-03-29 08:50:14 -07:00
scripts
security ptrace: Cleanups for v5.18 2022-03-28 17:29:53 -07:00
sound xen: branch for v5.18-rc1 2022-03-28 14:32:39 -07:00
tools dma-mapping updates for Linux 5.18 2022-03-29 08:50:14 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS More power management updates for 5.18-rc1 2022-03-29 11:06:55 -07:00
Makefile
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.