The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Jens Axboe 3e69426da2 io_uring: punt even fadvise() WILLNEED to async context
Andres correctly points out that read-ahead can block, if it needs to
read in meta data (or even just through the page cache page allocations).
Play it safe for now and just ensure WILLNEED is also punted to async
context.

While in there, allow the file settings hints from non-blocking
context. They don't need to start/do IO, and we can safely do them
inline.

Fixes: 4840e418c2 ("io_uring: add IORING_OP_FADVISE")
Reported-by: Andres Freund <andres@anarazel.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-02-03 17:27:47 -07:00
Documentation hmm related patches for 5.6 2020-01-29 19:56:50 -08:00
LICENSES
arch threads-v5.6 2020-01-29 19:38:34 -08:00
block SCSI misc on 20200129 2020-01-29 18:16:16 -08:00
certs
crypto
drivers for-5.6/io_uring-vfs-2020-01-29 2020-01-29 18:53:37 -08:00
fs io_uring: punt even fadvise() WILLNEED to async context 2020-02-03 17:27:47 -07:00
include eventfd: track eventfd_signal() recursion depth 2020-02-03 17:27:38 -07:00
init
ipc
kernel hmm related patches for 5.6 2020-01-29 19:56:50 -08:00
lib
mm hmm related patches for 5.6 2020-01-29 19:56:50 -08:00
net
samples
scripts It has been a relatively quiet cycle for documentation, but there's still a 2020-01-29 15:27:31 -08:00
security
sound
tools threads-v5.6 2020-01-29 19:38:34 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS It has been a relatively quiet cycle for documentation, but there's still a 2020-01-29 15:27:31 -08:00
Makefile
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.