Go to file
Chengming Zhou f099a108ca blk-iocost: fix queue stats accounting
The q->stats->accounting is not only used by iocost, but iocost only
increase this counter, never decrease it. So queue stats accounting
will always enabled after using iocost once.

Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20230804070609.31623-1-chengming.zhou@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-08-09 16:04:14 -06:00
arch Scope-based Resource Management infrastructure 2023-07-04 13:50:38 -07:00
block blk-iocost: fix queue stats accounting 2023-08-09 16:04:14 -06:00
certs
crypto
Documentation More power management updates for 6.5-rc1 2023-07-04 11:22:50 -07:00
drivers zram: take device and not only bvec offset into account 2023-08-05 16:13:15 -06:00
fs afs: Fix accidental truncation when storing data 2023-07-04 12:24:32 -07:00
include block: don't make REQ_POLLED imply REQ_NOWAIT 2023-08-09 16:04:07 -06:00
init
io_uring io_uring-6.5-2023-07-03 2023-07-03 18:43:10 -07:00
ipc
kernel module: fix init_module_from_file() error handling 2023-07-04 10:17:11 -07:00
lib sbitmap: fix batching wakeup 2023-07-21 11:40:20 -06:00
LICENSES
mm gup: make the stack expansion warning a bit more targeted 2023-07-05 09:33:31 -07:00
net
rust
samples
scripts Scope-based Resource Management infrastructure 2023-07-04 13:50:38 -07:00
security Scope-based Resource Management infrastructure 2023-07-04 13:50:38 -07:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Revert ".gitignore: ignore *.cover and *.mbx" 2023-07-04 15:05:12 -07:00
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS power supply and reset changes for the 6.5 series 2023-07-03 17:23:16 -07:00
Makefile Scope-based Resource Management infrastructure 2023-07-04 13:50:38 -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.