mbox series

[PATCHSET,0/3] Misc block cleanups

Message ID 20211123161813.326307-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Misc block cleanups | expand

Message

Jens Axboe Nov. 23, 2021, 4:18 p.m. UTC
Hi,

First patch avoids setting up an io_context for the cases where we don't
need them, second patch optimizes re-writing to the bio if not needed, and
prunes a huge chunk of memory in the request_queue and makes it dynamic
instead.