Go to file
Christoph Hellwig 40e4996ec0 blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
Prepare for storing the blkcg information in the gendisk instead of
the request_queue.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Andreas Herrmann <aherrmann@suse.de>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20230203150400.3199230-17-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-02-03 08:20:05 -07:00
Documentation block: ublk: fix doc build warning 2023-01-29 15:18:34 -07:00
LICENSES
arch
block blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy 2023-02-03 08:20:05 -07:00
certs
crypto
drivers md: use MD_RESYNC_* whenever possible 2023-02-01 09:41:53 -08:00
fs
include blk-cgroup: store a gendisk to throttle in struct task_struct 2023-02-03 08:20:05 -07:00
init
io_uring
ipc
kernel blk-cgroup: store a gendisk to throttle in struct task_struct 2023-02-03 08:20:05 -07:00
lib sbitmap: correct wake_batch recalculation to avoid potential IO hung 2023-01-29 20:03:01 -07:00
mm blk-cgroup: store a gendisk to throttle in struct task_struct 2023-02-03 08:20:05 -07:00
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add drbd headers 2023-01-29 15:18:33 -07: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.