source code of Linux source code
Go to file
David Howells c1ec4d7c2e netfs: Provide invalidate_folio and release_folio calls
Provide default invalidate_folio and release_folio calls.  These will need
to interact with invalidation correctly at some point.  They will be needed
if netfslib is to make use of folio->private for its own purposes.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: linux-cachefs@redhat.com
cc: linux-fsdevel@vger.kernel.org
cc: linux-mm@kvack.org
2023-12-24 15:08:51 +00:00
Documentation netfs, fscache: Remove ->begin_cache_operation 2023-12-24 15:08:48 +00:00
LICENSES
arch netfs, fscache: Combine fscache with netfs 2023-12-24 15:08:46 +00:00
block
certs
crypto
drivers SCSI fixes on 20231223 2023-12-23 11:58:53 -08:00
fs netfs: Provide invalidate_folio and release_folio calls 2023-12-24 15:08:51 +00:00
include netfs: Provide invalidate_folio and release_folio calls 2023-12-24 15:08:51 +00:00
init
io_uring
ipc
kernel
lib
mm
net
rust
samples
scripts
security
sound
tools RISC-V 2023-12-22 19:22:20 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS netfs, fscache: Move fs/fscache/* into fs/netfs/ 2023-12-24 11:36:00 +00:00
Makefile Linux 6.7-rc7 2023-12-23 16:25:56 -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.