No description
Find a file
Jackie Liu c69f8dbe24 io_uring: separate the io_free_req and io_free_req_find_next interface
Similar to the distinction between io_put_req and io_put_req_find_next,
io_free_req has been modified similarly, with no functional changes.

Signed-off-by: Jackie Liu <liuyun01@kylinos.cn>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-11-10 20:29:49 -07:00
arch um-ubd: Entrust re-queue to the upper layers 2019-10-29 10:07:41 -06:00
block
certs
crypto
Documentation
drivers nvme-multipath: remove unused groups_only mode in ana log 2019-10-29 08:55:00 -06:00
fs io_uring: separate the io_free_req and io_free_req_find_next interface 2019-11-10 20:29:49 -07:00
include io_uring: add support for backlogged CQ ring 2019-11-09 11:45:29 -07:00
init io_uring: replace workqueue usage with io-wq 2019-10-29 12:43:06 -06:00
ipc
kernel io-wq: small threadpool implementation for io_uring 2019-10-29 12:43:00 -06:00
lib
LICENSES
mm
net net: add __sys_accept4_file() helper 2019-10-29 12:43:06 -06:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update io_uring entry 2019-11-04 08:50:02 -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.