No description
Find a file
Keith Busch 2ab4e5f44a nvme: ensure unquiesce on teardown
The reset work is called on quiesced IO queues, so ensure these are
unquiesced after a failed reset to flush out any pending requests.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
2023-06-30 10:47:41 -07:00
arch block: replace fmode_t with a block-specific type for block open flags 2023-06-12 08:04:05 -06:00
block blk-mq: don't insert passthrough request into sw queue 2023-06-21 07:48:34 -06:00
certs
crypto This push fixes the following problems: 2023-05-07 10:57:14 -07:00
Documentation bcache: Remove dead references to cache_readaheads 2023-06-15 07:30:11 -06:00
drivers nvme: ensure unquiesce on teardown 2023-06-30 10:47:41 -07:00
fs reiserfs: fix blkdev_put() warning from release_journal_dev() 2023-06-20 07:19:15 -06:00
include block: change all __u32 annotations to __be32 in affs_hardblocks.h 2023-06-20 14:28:17 -06:00
init block: move the code to do early boot lookup of block devices to block/ 2023-06-05 10:57:40 -06:00
io_uring for-6.4/io_uring-2023-05-07 2023-05-07 10:00:09 -07:00
ipc
kernel block: replace fmode_t with a block-specific type for block open flags 2023-06-12 08:04:05 -06:00
lib iov_iter: remove iov_iter_get_pages and iov_iter_get_pages_alloc 2023-06-16 10:08:09 -06:00
LICENSES
mm block: replace fmode_t with a block-specific type for block open flags 2023-06-12 08:04:05 -06:00
net net: Make sock_splice_read() use copy_splice_read() by default 2023-05-24 08:42:16 -06:00
rust
samples
scripts
security
sound
tools cxl fixes for v6.4-rc2 2023-05-14 12:32:34 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Devicetree binding fixes for v6.4 2023-05-11 09:01:40 -05:00
Makefile Linux 6.4-rc2 2023-05-14 12:51:40 -07: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.