No description
Find a file
Damien Le Moal faa44c69da block: Fix REQ_OP_ZONE_RESET_ALL handling
Similarly to a single zone reset operation (REQ_OP_ZONE_RESET), execute
REQ_OP_ZONE_RESET_ALL operations with REQ_SYNC set.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-03-10 07:45:47 -07:00
arch Kbuild fixes for v5.12 2021-02-28 12:40:35 -08:00
block block: Fix REQ_OP_ZONE_RESET_ALL handling 2021-03-10 07:45:47 -07:00
certs
crypto
Documentation block/bfq: update comments and default value in docs for fifo_expire 2021-03-02 11:25:38 -07:00
drivers umem: fix error return code in mm_pci_probe() 2021-03-09 13:56:05 -07:00
fs block: Try to handle busy underlying device on discard 2021-03-05 11:29:26 -07:00
include block: Drop leftover references to RQF_SORTED 2021-03-01 10:15:07 -07:00
init
ipc
kernel block-5.12-2021-02-27 2021-02-28 11:23:38 -08:00
lib
LICENSES
mm
net
samples
scripts kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh 2021-02-28 15:22:02 +09:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.12-rc1 2021-02-28 16:05:19 -08:00
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.