Go to file
Trond Myklebust fa88a7d6ae nfs: enable localio for non-pNFS IO
Try a local open of the file being written to, and if it succeeds,
then use localio to issue IO.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Reviewed-by: NeilBrown <neilb@suse.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
2024-09-23 15:03:30 -04:00
Documentation Char/Misc driver fixes for 6.11-rc7 2024-09-08 10:13:39 -07:00
LICENSES
arch KVM: x86: don't fall through case statements without annotations 2024-09-06 15:23:33 -07:00
block bio-integrity: don't restrict the size of integrity metadata 2024-09-04 07:17:00 -06:00
certs
crypto
drivers - Remove percpu irq related code in the timer-of initialization 2024-09-08 10:25:25 -07:00
fs nfs: enable localio for non-pNFS IO 2024-09-23 15:03:30 -04:00
include nfs: add LOCALIO support 2024-09-23 15:03:30 -04:00
init
io_uring
ipc
kernel - Fix perf's AUX buffer serialization 2024-09-08 10:20:44 -07:00
lib linux_kselftest-kunit-fixes-6.11-rc7 2024-09-05 09:43:38 -07:00
mm vfs-6.11-rc7.fixes 2024-09-04 09:33:57 -07:00
net SUNRPC: replace program list with program array 2024-09-23 15:03:30 -04:00
rust rust: macros: provide correct provenance when constructing THIS_MODULE 2024-09-02 09:14:28 +02:00
samples
scripts scripts: fix gfp-translate after ___GFP_*_BITS conversion to an enum 2024-09-01 17:59:01 -07:00
security
sound sound fixes for 6.11-rc7 2024-09-06 11:56:03 -07:00
tools NFSD 6.12 Release Notes 2024-09-23 15:00:07 -04:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap NFSD 6.12 Release Notes 2024-09-23 15:00:07 -04:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm fixes for 6.11-rc7 2024-09-06 11:15:40 -07:00
Makefile Linux 6.11-rc7 2024-09-08 14:50:28 -07: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 reStructuredText 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.