diff options
author | André Almeida <andrealmeid@collabora.com> | 2020-06-20 03:20:36 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-06-22 16:03:33 +0300 |
commit | 46e906144c3f4b0a7b6dcc7713fafad65b1859e0 (patch) | |
tree | 6e905b2192295d4a4291c7c75d944c0b897a46c3 /Documentation/block/index.rst | |
parent | b103c607654e55dcb1da40557628a2044b72c936 (diff) | |
download | linux-46e906144c3f4b0a7b6dcc7713fafad65b1859e0.tar.xz |
docs: block: Create blk-mq documentation
Create a documentation providing a background and explanation around the
operation of the Multi-Queue Block IO Queueing Mechanism (blk-mq).
The reference for writing this documentation was the source code and
"Linux Block IO: Introducing Multi-queue SSD Access on Multi-core
Systems", by Axboe et al.
Signed-off-by: André Almeida <andrealmeid@collabora.com>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200620002036.113000-1-andrealmeid@collabora.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/block/index.rst')
-rw-r--r-- | Documentation/block/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/block/index.rst b/Documentation/block/index.rst index 026addfc69bc..86dcf7159f99 100644 --- a/Documentation/block/index.rst +++ b/Documentation/block/index.rst @@ -10,6 +10,7 @@ Block bfq-iosched biodoc biovecs + blk-mq capability cmdline-partition data-integrity |